Try this JCL example:

//STEP01   EXEC  PGM=GIMSMP
//SMPCSI    DD  DSN=SMPE.GLOBAL.CSI,DISP=SHR
//SMPPTFIN  DD  DSN=your seq ptf file,DISP=OLD
//SMPHOLD   DD  DUMMY,BLKSIZE=80
//SYSPRINT  DD  SYSOUT=*
//SMPOUT    DD  SYSOUT=*
//SMPLIST   DD  SYSOUT=*
//SMPCNTL   DD  *
   SET BDY(GLOBAL).
   RECEIVE SOURCEID(anything).

I almost never use the panels, mostly because I've been doing this for so
long that I have JCL for pratically every possibility.

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