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


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

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

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

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

Note:
This example uses the afpxpdf command, which IBM® Print Transform from AFP to PDF for Infoprint Server for z/OS® provides.

//AOPBATCH JOB  ...
//TRANSFRM EXEC PGM=AOPBATCH,
// PARM='/afpxpdf -o /tmp/output.pdf "//''HLQ.INPUT.AFP''"'
//STDOUT   DD   SYSOUT=*
//STDERR   DD   SYSOUT=*
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014