Use a SYSOUT DD statement with the following:
//SYSGRAPH DD SYSOUT=A,OUTPUT=oname, // DCB=(OPTCD=J,RECFM=FA,LRECL=133)
and an OUTPUT statement with the following:
//oname OUTPUT FORMDEF=0101,PAGEDEF=ppppp, // CHARS=(xxxx,yyyy),TRC=YES
Indicates the ddname of the output statement.
Indicates one of the following page definitions:
06080 or 08081
Indicates one of the following character parameters for pitch:
GT12, GT15 or GT20
Indicates one of the following character parameters for font:
TSCC, TSCF or TSCK
Use only the following pairing of character parameters:
(GT12,TSCC) (GT15,TSCF) (GT20,TSCK)
You can use any 15-pitch font instead of GT15, any 12-pitch font instead of GT12, or any 20-pitch font instead of GT20.
Examples:
Prints the graph in landscape format at 12 cpi:
//oname OUTPUT FORMDEF=0101,PAGEDEF=06080, // CHARS=(GT12,TSCC),TRC=YES,DATACK=BLOCK
Prints the graph in portrait format at 20 cpi:
//oname OUTPUT FORMDEF=0101,PAGEDEF=08081, // CHARS=(GT20,TSCK),TRC=YES,DATACK=BLOCK
Copyright © 2014 CA.
All rights reserved.
|
|