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 |
after submiting the jcl.how do you know that the job has been completed.
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
Are there any set of rules for the names of the steps used in a job?
What is a COND parameter in JCL?
What does a disposition of (new,catlg,keep) for a dsn mean?
What you mean by skeleton JCl?
How do you create a temporary dataset? Where will you use them?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Can a PS file be read in reverse order?If so,how
How is the keyword DUMMY used in JCL?