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 we give TYPERUN = SCAN , what are the syntax errors we get?
The maximum number of in-stream procedure you can code in any JCL is ?
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?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
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...???
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
Name the system library from which modules are retrieved at execution
what happens in execution stage in job processing?
Explain dfsort utility?
What is QSAM error usually when it is occurs?
wht is sysudump n sysout,sysprint ?