Cwi Jeret wrote on 01/19/2006 02:45:58 AM:

> U want to submit an IPCS Batch Job on the TSO "ACTIVE" storage
> rather than on a DUMP DataSet, like I do on the "Source" entry on the
> IPCS Defaults panel of the Online Dialog .
>
> How do I have to change my following JOB ?
>
> //IPCS  EXEC PGM=IKJEFT01,REGION=4M
> //IPCSDDIR  DD DSN=User.IPCSDDIR,DISP=SHR
> //DUMP      DD DSN=SYS1.DUMP,DISP=SHR    <<<  How to change
> to "ACTIVE" ?
> //SYSPROC   DD DSN=SYS1.SBLSCLI0,DISP=SHR
> //SYSUDUMP  DD SYSOUT=V
> //SYSTSPRT  DD SYSOUT=V
> //SYSPRINT  DD SYSOUT=V
> //IPCSPRNT  DD SYSOUT=V
> //SYSTSIN   DD *
> PROFILE MSGID
> IPCS NOPARM
> DROPDUMP DDNAME(DUMP)
> SETDEF  DDNAME(DUMP)  PRINT NOTERMINAL  NOCONFIRM
> IPLDATA STATUS
> DROPDUMP DDNAME(DUMP)
> END
> //*
> //
You want to do the following:

1.  Remove the DUMP ddname from the JCL.

2.  Change all instances of DDNAME(DUMP) in the input stream to read
ACTIVE.

Bob Wright - MVS Service Aids

----------------------------------------------------------------------
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

Reply via email to