View previous topic :: View next topic |
Author |
Message |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Fri Jan 21, 2005 11:21 am Post subject: Paper Orientation - printing from mainframe |
|
|
hi folks,
can paper orientation be controlled when printing a mainframe dataset?
if yes, how ?
please help.
cheers
|
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Jan 21, 2005 1:13 pm Post subject: |
|
|
You need a special pagedef/formdef setup that tell the printer how to orient the page. Ask whoever defines your AFP resources. Use the OUTPUT stmnt in your JCL to associate it with your output DD.
//LAND OUTPUT PAGEDEF=xxxxx,FORMDEF=xxxxx
//SYSOUT DD SYSOUT=A,OUTPUT=*.LAND
Regards,
Bill |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|