z/OS Infoprint Server User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Specify transform input in a UNIX file and output in an MVS data set

z/OS Infoprint Server User's Guide
SA38-0695-00

Specify transform input in a UNIX file and output in an MVS data set

This example shows how to transform data when the transform input is in a UNIX file and transform output is written to an MVS™ data set. The PDF to AFP transform reads the PDF input from file /tmp/input.pdf and writes AFP output to HLQ.OUTPUT.AFP.

//AOPBATCH JOB  ...
//TRANSFRM EXEC PGM=AOPBATCH,PARM='/pdf2afp -o //DD:OUTPUT /tmp/input.pdf'
//OUTPUT   DD   DSN=HLQ.OUTPUT.AFP,DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=VBM,LRECL=32756,BLKSIZE=32760),SPACE=(CYL,(1,1))
//STDOUT   DD   SYSOUT=*
//STDERR   DD   SYSOUT=*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014