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 |
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
Can we Execute a job without specifying Job Name in the Job Card?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
describe the exec statement,its meaning ,syntax and keywords?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What happens if both JOBLIB & STEPLIB is specified ?
what happens in conversion stage in job processing?
List the different components of jcl statement?
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,
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
define cond parameter in jcl?