MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SYSOUD

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
Vreddy
Beginner


Joined: 03 Feb 2003
Posts: 12
Topics: 5

PostPosted: Tue Mar 11, 2003 4:19 pm    Post subject: SYSOUD Reply with quote

Hi,

Please tell me What is SYSOUD .
_________________
Thanks
Vreddy
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12369
Topics: 75
Location: San Jose

PostPosted: Tue Mar 11, 2003 4:24 pm    Post subject: Reply with quote

Vreddy,

I guess you meant SYSOUT instead of SYSOUD. check this link for a detailed explanation of sysout.

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2b600/12.59?DT=20010117171733

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Vreddy
Beginner


Joined: 03 Feb 2003
Posts: 12
Topics: 5

PostPosted: Tue Mar 11, 2003 5:18 pm    Post subject: Reply with quote

Kosulu,

I mean SYSOUD only. I saw this DD name in one my procs and it not defined as a ddname in the program.
_________________
Thanks
Vreddy
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Tue Mar 11, 2003 5:42 pm    Post subject: Reply with quote

Vreddy, my guess is that Kolusu is right, and SYSOUD is a spelling mistake in your procedure. Does it appear to be a print file?

Cheers,
Merv
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Tue Mar 11, 2003 6:43 pm    Post subject: Reply with quote

Maybe it's for a called sub-program. Many IBM utilities allow the specification of alternate DD names when called as sub-programs. This is to eliminate conflicts.

If you run the job and the select with '?' in SDSF is anything there on that DD?

Bill
Back to top
View user's profile Send private message
Spolacek
Beginner


Joined: 17 Dec 2002
Posts: 17
Topics: 2
Location: NJ, USA

PostPosted: Tue Mar 11, 2003 7:10 pm    Post subject: Reply with quote

At a former place of employment, they had a standard that all displays from a COBOL program be written to ddname SYSOUD. The SYSOUT ddname was reserved for messages coming from the SORT program.

The COBOL compiler has an option called OUTDD. This allows you to specify an alternate ddname for display messages. The shop in question had a global override in their compile procs that said:

Code:
OUTDD(SYSOUD)


Vreddy:

Please check one of your compile listings and see what the setting for the OUTDD compile option is. If it says (SYSOUD) then you have your answer.
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Tue Mar 11, 2003 8:16 pm    Post subject: Reply with quote

As an alternate to COBOL's OUTDD(ddname) option, you can send the COBOL messages to SYSOUT and send DFSORT's messages to an alternate ddname using DFSORT's MSGDDN=ddname option.
_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Vreddy
Beginner


Joined: 03 Feb 2003
Posts: 12
Topics: 5

PostPosted: Mon Mar 17, 2003 10:12 am    Post subject: Reply with quote

Thanks a lot Spolacek.
_________________
Thanks
Vreddy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group