what is d/f b/w sysout & sysprint

Answers were Sorted based on User's Feedback



what is d/f b/w sysout & sysprint..

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

what is d/f b/w sysout & sysprint..

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

what is d/f b/w sysout & sysprint..

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 d/f b/w sysout & sysprint..

Answer / sysudump

//SYSPRINT DD SYSOUT=*
Sysprint is a name of DD. Sysout is a keyword parameter.

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More JCL Interview Questions

What is order of searching of the libraries in a JCL?

4 Answers  


Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


Is there any command to check wether the ps file is in sorted order?

4 Answers  


Where can program checkpoints be stored for use in a restart?

0 Answers  


wht do u mean by internal reader in jcl ? wht is the use of internal reader ?

1 Answers   Syntel,






How to Enter The Spool Area In Real Time?

7 Answers   IBM,


Explain the purpose of dd dummy statement?

0 Answers  


What are hierarchy levels in jcl?

0 Answers  


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

4 Answers  


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


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.

4 Answers  


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


Categories