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 |
When space is allocated for an output dataset, what units can be used?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
I need exexution process for JCL programs
wt will happen to the step of a job if u code COND=ONLY
What is a JCL Command statement ?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of dd disp parameter?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
Is condition checking possible in jcl?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes