|
|
| Author |
Message |
chenchi
New User
Joined: 10 Jun 2004 Posts: 12 Location: Bangalore,India
|
|
|
|
hi
usually when we submit a job we get messages in the spool area.
but if we want to store that messages in a ps what we have to code..? |
|
| Back to top |
|
 |
References
|
Posted: Fri Jun 25, 2004 1:55 pm Post subject: Re: Want to store an error messages in a ps what we have to code |
 |
|
|
 |
imvs
New User
Joined: 12 May 2004 Posts: 33
|
|
|
|
chenchi,
The SYSOUT should point to your PS.
| Code: |
//SYSOUT DD DSN=name of your PS
// DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(1,1),RLSE),
// DCB=(LRECL=133,RECFM=FBA,BLKSIZE=0) |
|
|
| Back to top |
|
 |
chenchi
New User
Joined: 10 Jun 2004 Posts: 12 Location: Bangalore,India
|
|
|
|
hi imvs
i tried it and i got the solution.
thank u very much. |
|
| Back to top |
|
 |
|
|