Greg, Thanks but I wasn't explicit enough in what I was asking for. The issue is that the exit is called with a structured parameter list (R1->list of parm addresses which each point to a parameter) not a JCL parm field. The exit is really a subfunction so the normal C argc/argv isn't right.
Rich --- "Bowers, Greg" <[EMAIL PROTECTED]> wrote: > See if this does what you want [Note-The brackets > around argv may not > format properly on here...] > > ------------- Program ---------------- > > int main (int argc, char *argv[]) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

