IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Where exactly the output is directed if SYSOUT=(C,,CASD)


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prathap Pillai P

New User


Joined: 08 Sep 2005
Posts: 16

PostPosted: Tue Nov 14, 2006 2:14 pm
Reply with quote

Can any one tell me , where exactly the output is directed...

//SORTOUT DD SYSOUT=(C,,CASD)

Ex:

//PRNTSAR EXEC PGM=SYNCSORT,REGION=4M
//*
//SORTIN DD DSN=X.Y.Z.MONTHLY.RPT,DISP=SHR
// DD DSN=A.B.C.MONTHLY.RPT,DISP=SHR
//SORTOUT DD SYSOUT=(C,,CASD)
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//*
//
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Nov 14, 2006 4:20 pm
Reply with quote

Local system, Class C, form CASD.

Sounds like it's an output report destined to be printed.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
No new posts XL C Trace Preprocessor Output All Other Mainframe Topics 3
Search our Forums:

Back to Top