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 |
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is the purpose of dd?
what is use of dcb parameter in dd statement?
What is the difference between the JOBLIB and the STEPLIB statements?
How do you submit a JCL under CICS environment ?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
can we give instream data in procedure