View previous topic :: View next topic |
Author |
Message |
Vreddy Beginner
Joined: 03 Feb 2003 Posts: 12 Topics: 5
|
Posted: Tue Mar 11, 2003 4:19 pm Post subject: SYSOUD |
|
|
Hi,
Please tell me What is SYSOUD . _________________ Thanks
Vreddy |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Vreddy Beginner
Joined: 03 Feb 2003 Posts: 12 Topics: 5
|
Posted: Tue Mar 11, 2003 5:18 pm Post subject: |
|
|
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 |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Tue Mar 11, 2003 5:42 pm Post subject: |
|
|
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 |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Tue Mar 11, 2003 6:43 pm Post subject: |
|
|
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 |
|
 |
Spolacek Beginner
Joined: 17 Dec 2002 Posts: 17 Topics: 2 Location: NJ, USA
|
Posted: Tue Mar 11, 2003 7:10 pm Post subject: |
|
|
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:
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 |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Tue Mar 11, 2003 8:16 pm Post subject: |
|
|
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 |
|
 |
Vreddy Beginner
Joined: 03 Feb 2003 Posts: 12 Topics: 5
|
Posted: Mon Mar 17, 2003 10:12 am Post subject: |
|
|
Thanks a lot Spolacek. _________________ Thanks
Vreddy |
|
Back to top |
|
 |
|
|