This is an example of ESFPRINT in a batch environment:
//EXEC PGM=ESFPRINT, // PARM='DSNAME(dsn) DEST(DEPTPRT1)'
This is an example of printing two data sets using the SYSIN option:
//EXEC PGM=ESFPRINT,PARM='SYSIN' //SYSIN DD * DSNAME(dsn1 dsn2) DEST(DEPTPRT1) /*
Note: Each print request is not allowed to span more than 12 SYSIN records.
You can use the following techniques to invoke ESFPRINT using an ISPF panel:
P,'PGM(ESFPISPF) NEWAPPL(ESFP)'
This technique requires that you meet the following prerequisites:
This technique requires that you meet the following prerequisites:
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|