Do you want to give this a try(if I was right on a previous post): //LIB1 EXEC PGM=AFOLIBR,' // PARM=''NJTA,NRJS' //SYSPRINT DD SYSOUT=* //MASTER DD DSN=master file name,DISP=SHR //OSJOB DD DSN=&&LIBCOB,DISP=(NEW,PASS), // UNIT=VIO, // SPACE=(3200,(2000,2000),,,ROUND), // DCB=(RECFM=FBS,LRECL=80,BLKSIZE=3200) //SYSPUNCH DD DUMMY //SYSIN DD * -OPT UTILITY -EXTRACT #PROGNAM# /*
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Steve Grimes Sent: Friday, June 10, 2005 4:14 PM To: [email protected] Subject: Re: CA-Librarian -SEL & RACF David writes... -OPT GPO -OPT EXEC,LIST,NOPC -SEL NAME=/xxxxxxxx/ Hmmm, interesting! I tried this a couple of different ways. It seems to only build the necessary -SEL control statements and pass them to its OSJOB "jobstream" file. So, I'm presuming the next Lib step that tries to use them will fail with the same RACF problem. Thanks though! Stg ---------------------------------------------------------------------- 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 ##################################################################################### Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. ##################################################################################### ---------------------------------------------------------------------- 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

