Actually, I modeled the code directly from the example in the z/OS V1R8.0- V1R9.0 MVS Programming Authorized Assembler Services Reference. Here is the example from the manual:
LA R2,CMD R2 POINTS TO THE COMMAND AREA MGCRE MF=(E,LAREA),TEXT=(R2),CMDFLAG=(NOHCPY),CONSNAME=MYCON CMD DS 0CL6 THE COMMAND AREA CMDLEN DC XL2'4' LENGTH OF COMMAND CMDCOMM DC CL4'D C ' THE ACTUAL COMMAND MYCON DC CL8'CON4 ' NAME OF ISSUING CONSOLE LAREA MGCRE MF=L LIST FORM OF MGCRE Its got to be something simple I'm missing. ---------------------------------------------------------------------- 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

