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



Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages ..

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

Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages ..

Answer / guest

msg class contain JCL RELATED MESSAGES

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More JCL Interview Questions

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 ?

2 Answers   Syntel,


Can we Execute a job without specifying Job Name in the Job Card?

2 Answers  


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?

4 Answers   IBM, TCS,


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1 Answers  


What happens if both JOBLIB & STEPLIB is specified ?

1 Answers  


what happens in conversion stage in job processing?

1 Answers   IBM,


List the different components of jcl statement?

1 Answers  


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?

6 Answers  


define cond parameter in jcl?

1 Answers   IBM,


Categories