sysout

JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...
ravi30
Posts: 11
Joined: Wed Dec 19, 2007 3:42 pm
Skillset: vs cobol ii,jcl,cics,db2,vsam,
Referer: by browsing

sysout

Postby ravi30 » Sat Dec 22, 2007 9:21 pm

what does sysout dd sysout=* in the sort pgm and why is it used there?

User avatar
Frank Yaeger
Global moderator
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Skillset: DFSORT, ICETOOL, ICEGENER
Referer: Search
Contact:

Re: sysout

Postby Frank Yaeger » Sat Dec 22, 2007 9:56 pm

//SYSOUT DD SYSOUT=*

SYSOUT is the default ddname for the sort messages. I believe SYSOUT=* specifies the same message class found in the MSGCLASS parameter. (SYSOUT=A would specify message class A.)
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort

ravi30
Posts: 11
Joined: Wed Dec 19, 2007 3:42 pm
Skillset: vs cobol ii,jcl,cics,db2,vsam,
Referer: by browsing

Re: sysout

Postby ravi30 » Sat Dec 22, 2007 10:06 pm

thnx dude


  • Similar Topics
    Replies
    Views
    Last post