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 does mvs stand for?

1 Answers   IBM,


How can a stopped job be started again?

0 Answers  


i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes

3 Answers  


I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?

2 Answers  


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  






Name some of the JCL statements that are not allowed in procs.?

1 Answers  


What are the utility programs in jcl?

0 Answers  


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


What is the format of comment statement?

0 Answers  


Why block size is multiple of lrecl in jcl?

0 Answers  


How many positional parameters are there in job statement?

4 Answers  


Categories