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

Diff bw SYSPRINT; SYSOUT; SYSUDUMP; SYSPUNCH


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

New User


Joined: 28 Nov 2005
Posts: 11

PostPosted: Thu Mar 09, 2006 11:09 am
Reply with quote

Hi Friends..

Can anyone help me to clarify doubts in these output msgs..

what is SYSPUNCH used for in jcl , where is it compulsarly used?
and what is the purpose of SYSTSPRT; SYSPRINT; SYSUDUMP; SYSOUT etc ..

i think all are used for job completion msgs.. but pls explain me the individual benefits we get if we used and also which are mandatory.

Ok friends Advance thanks to all..

regards
kumar
Back to top
View user's profile Send private message
KS

New User


Joined: 28 Feb 2006
Posts: 91
Location: Chennai

PostPosted: Thu Mar 09, 2006 2:20 pm
Reply with quote

SYSOUT = System Output - A DD st that identifies the output data set.

SYSUDUMP - Again a DD st in the job step which directs the system to produce the dump of user areas if the step terminate abnormally.

SYSPRINT - It is provided as file names.But not reserved as file names can be used for other purposes by explicitly declaring it.

SYSPUNCH - A temporary data set to recieve the PUNCH options.

Hope this helps.

Thanks,
KS
Back to top
View user's profile Send private message
mandyamj

New User


Joined: 22 Nov 2005
Posts: 7

PostPosted: Thu Mar 09, 2006 5:47 pm
Reply with quote

SYSPUNCH - in this step you will get output from translator, PASS it to compiler
The temporary data set containing object modules assembled by running the job stream produced by system generation or the GENERATE command. These modules are not installed in the distribution libraries at ACCEPT time.

SYSOUT - The SYSOUT parameter identifies a data set as a "SYStem OUTput" data set, consisting of printed or punched output that will managed by JES2 or JES3. The SYSOUT parameter names the output class to which the printed or punched output belongs and optionally, an external writer, or the forms on which the data set is to be printed or punched, or it can refers to a JES2 /*OUTPUT statement for processing parameters.

SYSIN & SYSPINT - SYSIN and SYSPRINT are automatically provided by the compiler as file names. For this reason, these two files do not have to be declared or explicitly opened. For SYSPRINT, default attributes of STREAM, OUTPUT, and (even though SYSPRINT contains more than 7 characters) EXTERNAL are provided. Unless SYSPRINT is declared or opened as something other than STREAM OUTPUT EXTERNAL, PRINT is also provided as a default attribute. The names SYSIN and SYSPRINT are not reserved by the compiler as file names; They can be explicitly declared and used for other purposes.

SYSABEND, SYSMDUMP, & SYSUDUMP
Use a SYSABEND, SYSMDUMP, or SYSUDUMP DD statement in a job step to direct the system to produce a dump. The system produces the requested dump:
- If the step terminates abnormally.
- If the step starts to terminate abnormally, but system recovery
Procedures enable the step to terminate normally.
SYSABEND
Produces a dump of user and system areas; this dump contains all the areas dumped in a SYSUDUMP, plus:
- The local system queue area (LSQA), including subpools 229, 230, and 249
- The input/output system (IOS) control blocks for the failing task.
The dump is formatted, so that it can be printed directly.
SYSMDUMP
Produces a dump of the system areas and the program's address space. The dump is unformatted and machine-readable; to be used, it must be printed by the interactive problem control system (IPCS).

SYSUDUMP
Produces a dump of user areas. The dump is formatted, so that it can be printed directly.

SYSTSIN
Defines the DSN commands to connect to DB2 Database and to run a program
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Mar 09, 2006 5:59 pm
Reply with quote

This has been asked many, many times before. Please search before posting.

Here is one prior post:

www.ibmmainframes.com/viewtopic.php?t=1739&highlight=
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 Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
No new posts No sysout coming in spool JCL & VSAM 4
No new posts fetch the record number from FMNMAIN ... CLIST & REXX 10
No new posts Control M features to check string in... Compuware & Other Tools 1
Search our Forums:

Back to Top