I am creating an AFP file of labels to be iebgener'd from the mainframe to an attached laser INFOPRINT printer. I will need to create approximately 24 files per day. Because of the special label paper involved, I'd like to strip off the standard MVS/JES JOB start and end sheets (3 per print job).
//------- JOB (-----------),MSGCLASS=P,
// CLASS=X
//OUTCARD OUTPUT FORMDEF=A10110,PAGEDEF=LB3X4G,
//* CHARS=BX24,FORMS=1852,DEST=LOCAL
// CHARS=BX24,FORMS=1552,DEST=LOCAL
//STEP01 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=-------.TEST.TRAYTAG.SIP1,DISP=SHR
//SYSUT2 DD SYSOUT=C,OUTPUT=*.OUTCARD
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
I'm wondering whether this can be handled in the JCL or in the formdef.
We have 2 printers - one is for test. The Infoprint 1852 is production.
Thanks,
Katie