IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

IEBGENER with Portrait Output?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sysaron

New User


Joined: 28 Sep 2005
Posts: 55
Location: USA

PostPosted: Wed Dec 27, 2006 6:23 am
Reply with quote

Could someone please tell me how to set my SYSUT2 output to portrait?

So far I have tried:
Code:
//SYSUT2 DD SYSOUT=(A,T1P1),DEST=ESF,COPIES=1,
//*         FORM=PORTRAIT
//*         FORMDEF=PORTRAIT
//*         PAGEDEF=PORTRAIT
//*         FORMS=PORTRAIT


All of them give a JCL error.

~Sharon
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Dec 27, 2006 8:21 am
Reply with quote

The FORM(S) paramater can be only 1-4 characters in length.

The FORMDEF/PAGEDEF parameters can be only 1-6 characters in length (because you don't specify the 2-character library name prefix).

For your specific job, what is the relevance of FORM T1P1? What is the relevance of DESTination ESF? What type of device are you printing to?
Back to top
View user's profile Send private message
Sysaron

New User


Joined: 28 Sep 2005
Posts: 55
Location: USA

PostPosted: Wed Dec 27, 2006 8:52 pm
Reply with quote

I believe it is called a "server printer" because multiple people are hooked up to this printer.

According to my Quick-Reference it is :

Description: ESF =
(1) External Source Format

A data format that makes it possible for VisualGen to
import member definitions developed outside VisualGen. The
format consists of a readable set of tags and attributes.
The external source format is also used to export member
specification library (MSL) members for hard-copy printing,
editing, and analysis.

Thank you for your help,
Sharon
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Dec 27, 2006 11:30 pm
Reply with quote

I'll throw my 2cents in......

IIRC the network printer is probably being selected by the class and form. If the printer has not been setup to do portrait there will probably be no way for you to force it. If the printer has been setup to do portrait, then it probably needs another selection criteria such as a different form (or possibly class).

This is the way (again IIRC) that VPS runs. You need to communicate with the people in charge of the printer setup to find out if it is setup and how to get selected for portrait.

Then again, you could always bury (ASCII ?) printer codes in you output and force a switch the way we use to have to do for PC printers... icon_eek.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
Search our Forums:

Back to Top