Maybe try adding something like: //ISPPROF DD UNIT=VIO,SPACE=(TRK,(5,5,3)), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=32000)
To your JCL. Should get you around the enq -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Charles Mills Sent: Friday, December 12, 2014 5:48 PM To: [email protected] Subject: Re: IKJ56500I COMMAND OPUTX NOT FOUND Sheesh! I've used IKJEFT01 before for various things but never had problems like this. Is this ever going to work? Can I use OPUTX from IKJEFT01? Okay, I found OPUTX it in SBPXEXEC. So I coded //OPUTX EXEC PGM=IKJEFT01,DYNAMNBR=10 //SYSEXEC DD DISP=SHR,DSN=SYS1.SBPXEXEC //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * OPUTX ... Then I started getting ISPI003 Following file was not preallocated: ISPPROF messages. I worked my way through ISPPROF, ISPPLIB, ISPSLIB, ISPTLIB, ISPMLIB (all kazillion concatenations). Now I'm getting ISPT036 Table in use -/-TBOPEN issued for table ISPSPROF that is in use, ENQUEUE failed. I would guess because I am using it in my concurrent TSO/ISPF session. Is this ever going to work or is OPUTX from a batch job a bad idea? Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of J O Skip Robinson Sent: Friday, December 12, 2014 3:25 PM To: [email protected] Subject: Re: IKJ56500I COMMAND OPUTX NOT FOUND The SMPE install library is SBPXEXEC, which in our shop is SYS1.SBPXEXEC. However, since this works for you in TSO, someone may have copied it to a 'standard' library. Use ISRDDN and look in each SYSPROC and SYSEXEC PDS until you find it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ________________________________ This e-mail may contain Sprint proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
