Thanks that worked. One more thing can that command be continue. I have about 6 commands to execute.
Thank You -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: Friday, May 05, 2006 10:56 AM To: [email protected] Subject: Re: CA-7 & CA-OPS/MVS > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Steely > Sent: Friday, May 05, 2006 10:51 AM > To: [email protected] > Subject: CA-7 & CA-OPS/MVS > > > Does anybody have an example using the OPSCA7 function. I have tried > the > example: > > OPSCA7(/LOGON CA7ONL;/WLB,SET=CLASSB,BARR=0;/LOGOFF) > > The error message is : > > OPS3092H ERROR 35 COMPILING IDMSPRDD, LINE 8: INVALID EXPRESSION > OPS3092H OPSCA7(/LOGON CA7ONL;/WLB,SET=CLASSB,BARR=0;/LOGOFF) > OPS3092H __________! > OPS3092H READY > > I have also tried the following RC = OPSCA7(/LOGON > CA7ONL;/WLB,SET=CLASSB,BARR=0;/LOGOFF) > > We are z/OS V1R4. This is in a REXX exec. Any help would be > appreciated. > > > Thank You The manual shows the commands in the OPSCA7() to be inside quote marks. E.g. OPSCA7("/LOGON CA7ONL;/WLB,SET=CLASSB,BARR=0;/LOGOFF") -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

