How to write SYSOUT details into the Dataset in JCL



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

How to write SYSOUT details into the Dataset in JCL

Postby ubabnahom » Tue May 12, 2009 11:31 am

I am getting abend when the sysout space becomes full..

There is some idea in writing those into the JCL.

I have written like giving dataset name in the SYSOUT = dataset name instead of SYSOUT =*.

I am getting JCL ERROR.

So please advise on the above. Should i put any class details there..?
ubabnahom
 
Posts: 3
Joined: Tue May 12, 2009 11:18 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to write SYSOUT details into the Dataset in JCL

Postby dick scherrer » Tue May 12, 2009 1:30 pm

Hello and welcome to the forum,

If the following does not solve the problem, you need to post the jcl for the problem step. The basic replacement dd should be something like:
//yourdd  dd dsn=your.dsn,disp=(new,catlg,delete),unit=sysda,
//           space=(cyl,(10,10),rlse),
//           dcb=(recfm=fba,lrecl=xxx)
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: How to write SYSOUT details into the Dataset in JCL

Postby Fusion » Mon Aug 31, 2009 11:49 pm

You can try putting a management class as A and then provide more space -

SORTWK01 DD UNIT=SYSDA,SPACE=(CYL,(100,100),RLSE)
SORTWK02 DD UNIT=SYSDA,SPACE=(CYL,(100,100),RLSE)
SORTWK03 DD UNIT=SYSDA,SPACE=(CYL,(100,100),RLSE)
Fusion
 
Posts: 4
Joined: Mon Aug 31, 2009 11:17 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to write SYSOUT details into the Dataset in JCL

Postby dick scherrer » Tue Sep 01, 2009 3:17 am

Hello,

Please explain how a particular management class (i.e. A) would address too large a sysout? Also, keep in mind that management classes are site-specific, not industry standard. . .

How does adding/increasing the sort work space replate to sysout?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post