Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same
thing, i.e., where JCL and JES messages and statements are
written ?
Answers were Sorted based on User's Feedback
Answer / kalaimani
joblog is nothing but a directory. it contains all job
related informations. spool is the place where we can see
our job related messages and status of the job. sysout
indicates where the output messages are routed to.
| Is This Answer Correct ? | 7 Yes | 1 No |
how to resolve soc-7 ? please tell me
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
List the various advantages of using jcl language?
How do you access a file that had a disposition of KEEP?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
In sms datasets, what is the function of the dd mgmtclas keyword?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
what is the alternative to model parameter?
what is the difference between return code and maxcc?
Suppose I have five jobs to do. But I want to hold one?
how GDGs are concatinated?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl