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 |
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
what is the use of IEBGENER utility?
List the different components of jcl statement?
what is static and dynamic call with examples?
How is a type of file defined in the jcl that executes the cobol program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is notcat 2 - gs?
How do you submit a JCL under CICS environment ?
if we give TIME=0 how many sec that job/step
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
Describe the DD statement, its meaning, syntax and keywords?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.