|

FAQ
How do I send my PDF files/data set automatically?
You can use the EPM facility "SUBMIT" that automatically submits a JOB after successful creation of the data set. Use the parameter "SUBMIT=<jobname>" on the printer definition. (Submit JCL...;in Panel EPM1210C)
Sample JCL:
//FTPJOB JOB (ACCT#),'IDA1',CLASS=A,MSGCLASS=L,MSGLEVEL=(1,1),
// TIME=1440
//FTP EXEC PGM=FTP,REGION=4096K
//INPUT DD *
172.16.11.112
ida1
<password>
binary
put '%DSN' /PDFPRINT/%DSN..PDF
quit
/*
//OUTPUT DD SYSOUT=L
//SYSPRINT DD SYSOUT=*
|