Previous Topic: Executing ESFPRINT as a Batch ProgramNext Topic: Condition Codes for ESFPRINT


Examples

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.

SPL--Executing ESFPRINT Using the ESFPISPF ISPF Panel Interface

You can use the following techniques to invoke ESFPRINT using an ISPF panel: