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

Meaning of SYSPRINT,SYSDBOUT,SYSPUNCH,SYSABEND


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

New User


Joined: 10 Jul 2006
Posts: 47
Location: Bangalore

PostPosted: Fri Jul 21, 2006 12:09 pm
Reply with quote

Hi all,

What is the meaning of Below statements.

SYSPRINT DD SYSOUT=*
SYSDBOUT DD SYSOUT=*
SYSPUNCH DD DUMMY

SYSABEND DD SYSOUT=X,HOLD=YES

In the above statement what is the meaning of HOLD= YES.

DCB=(XX.MODEL.DSCB,RECFM=FB,LRECL=644,BLKSIZE=0)

In DCB Parameter What is the meaning of XX.MODEL.DSCB.

Please clarify me all these.

Thanks in advance for all of your help.

Thanks and Regards,
Rssrao.
Back to top
View user's profile Send private message
vijayanand_cse

New User


Joined: 12 Jun 2006
Posts: 13
Location: Chennai

PostPosted: Fri Jul 21, 2006 5:50 pm
Reply with quote

Hi,
Please find the explanation given below for your queries.

SYSPRINT:
The SYSPRINT DD statement defines a sequential data set that is used for output reports. Reports that are generated by the LIST command are written to the SYSPRINT DD statement. You can assign SYSPRINT to sysout or to any sequential data set.

SYSDBOUT:
COBOL programs that are compiled with the NORES compiler option, dump output generated using SYMDMP remains the same and continues to be directed to SYSDBOUT. If the RES compiler option is used, a CEEDUMP will be produced instead.

SYSPUNCH:
When using the OBJECT compiler option, you can store the object code on disk as a traditional MVS data set or an HFS file or on tape. The compiler uses the file that you define in the SYSLIN or SYSPUNCH DD statement to store the object code.

//SYSPUNCH DD SYSOUT=B
B is the standard output class for punch data sets.



XX.MODEL:
Whenever you are creating new GDG generation, you can specify other GDG base as your model dataset. That is specified in XX.MODEL.

Hope the above explantions will help you.

Regards
Vijay
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Fri Jul 21, 2006 5:55 pm
Reply with quote

Description of the HOLD parameter..
Back to top
View user's profile Send private message
sambasivarao

New User


Joined: 10 Jul 2006
Posts: 47
Location: Bangalore

PostPosted: Mon Jul 24, 2006 10:06 am
Reply with quote

Hi Vijay and Superk,

Thanks a lot for the information.

It is very useful to me.

Thanks and Regards,
Rssrao.
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 Passing SYSPRINT to Invoked Program PL/I & Assembler 9
No new posts fetch the record number from FMNMAIN ... CLIST & REXX 10
No new posts "Standard" SYSIN, SYSPRINT ... PL/I & Assembler 0
No new posts Default attributes for undeclared SYS... PL/I & Assembler 3
No new posts what is meaning of the number in dcl PL/I & Assembler 2
Search our Forums:

Back to Top