View previous topic :: View next topic |
Author |
Message |
Bhaskar Beginner
Joined: 06 Jun 2004 Posts: 12 Topics: 5
|
Posted: Mon Aug 23, 2004 12:02 pm Post subject: Print options in JOB card |
|
|
Hello friends,
One of my JOB is routing to a printer (instead of routing to one printer node its routing to different printer).I need to control this.
But in my JCL, I am unable to find the printer option.
Is it mentioned in the JOB card ?
Could anybody suggest me to overcome this problem.
Thanks in advance ,Bhaskar |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
asha Beginner
Joined: 03 Sep 2004 Posts: 2 Topics: 0
|
Posted: Fri Sep 03, 2004 5:13 am Post subject: |
|
|
Tell me Answer how job to be routed to a printer generally.
Cheers
Asha |
|
Back to top |
|
|
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Sep 03, 2004 10:45 am Post subject: |
|
|
Asha,
Check the DEST parameter of SYSOUT. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
|
sandip Beginner
Joined: 28 Jul 2004 Posts: 18 Topics: 3
|
Posted: Sun Sep 05, 2004 11:55 pm Post subject: |
|
|
Asha,
In our shop, we define the printer like below -
//JPNUSR OUTPUT FORMS=STD,CLASS=4,DEST=JPTRM01
where you have to use your own CLASS and DEST value.
And in SYSOUT we use -
//SYSOUT DD,SYSOUT=(,),OUTPUT=(*.JPNUSR)
You can also follow Cogito-Ergo-Sum's method directly.
Regards,
Sandip. |
|
Back to top |
|
|
|
|