Add ISPTABL alloc also? //ISPTABL DD UNIT=VIO,SPACE=(TRK,(5,5,3)), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=32000)
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Charles Mills Sent: Friday, December 12, 2014 6:19 PM To: [email protected] Subject: Re: IKJ56500I COMMAND OPUTX NOT FOUND Thanks. Did that -- still getting same error. On a hunch I allocated ISPTLIB the same way but it still made no difference. I don't see anything else in the allocations that looks like an output file. All of them are SYSx.whatever. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of J O Skip Robinson Sent: Friday, December 12, 2014 4:11 PM To: [email protected] Subject: Re: IKJ56500I COMMAND OPUTX NOT FOUND I don't recall ever paying attention to OPUTX until your question. Apparently it needs ISPF. You're almost there. I suggest allocating ISPPROF to a temporary PDS in your job, such as //ISPPROF DD DISP=(NEW,DELETE),DSN=&&ISPPROF,DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=0,SPACE=( TRK,(10,10,10)) . . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Charles Mills Sent: Friday, December 12, 2014 3: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 ---------------------------------------------------------------------- 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
