vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Fri Jul 16, 2010 2:42 pm Post subject: Interpreting DJDE |
|
|
Can someone tell me how to interpret the TOF, BOF, FONTINDEX & BEGIN parameters w.r.t the below Print step ? Does it mean Top of form begin at row#4 ? Does it mean the carraige cntl will advance to the 4th line and begn printing for evey page ? In the same note what is the fontindex and begin parms significance?
Code: |
//SIDE0S40 EXEC PGM=IEBGENER
//SYSUT1 DD *
1 $DJDE$ JDE=P5080S,JDL=CHILD,
+ $DJDE$ FONTS=(PR110E,UN111E,UN211E,UN511E,P07SCA,UN107E),
+ $DJDE$ TOF=4,BOF=94,
+ $DJDE$ FONTINDEX=118,BEGIN(0.1,0.1),DATA=(0,109),END;
//SYSUT2 DD SYSOUT=A,
// DEST=RMT245,
// DCB=RECFM=FBA
|
|
|