what is d/f b/w sysout & sysprint
Answers were Sorted based on User's Feedback
Answer / venkat
SYSPRINT.
all the error messages along with the source code will be
stored after the compilation.
SYSOUT.
the output and the system messages on program abend will be
routed to sysout.
Is This Answer Correct ? | 11 Yes | 7 No |
Answer / rams
sysout: to route the output to destination i.e., which
class name u mentioned like A,B,C,D....1,2,3,4...
SYSPRINT: TO PRINT THE OUTPUT ,WHICH IS TAKEN FROM ABOVE
CLASS
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mdvasanth86
SYSOUT -> Output related to the Program being executed in
the job.
SYSPRINT -> Output of the job itself (JCL) that is executing
some program.
Is This Answer Correct ? | 1 Yes | 0 No |
What is order of searching of the libraries in a JCL?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
Is there any command to check wether the ps file is in sorted order?
Where can program checkpoints be stored for use in a restart?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
How to Enter The Spool Area In Real Time?
Explain the purpose of dd dummy statement?
What are hierarchy levels in jcl?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you