I think the most likely culprit is going to be the console name. Check your hardcopy logs to see if it was issued and didn't show up on a console. Or put low-values into the console name field and see if that works.
David Logan Manager of Product Development, Pitney Bowes Business Insight http://centrus.com W: (720) 564-3056 C: (303) 818-8222 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of George Dranes Sent: Sunday, February 08, 2009 09:10 To: [email protected] Subject: Re: MPFLST Exit 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 ---------------------------------------------------------------------- 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

