Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same
thing, i.e., where JCL and JES messages and statements are
written ?
Answer Posted / 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 |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
What is the function of the steplib dd statement?
how would you create a temporary dataset? And where will you use them?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are the 2 types of parameters in dd statement?
which parameter is use to declare the name of dataset in dd statement?
Is it possible to left uncode disp? If yes, how?
How does jcl act on a cobol code?
Explain the function of job statement in jcl?
What is the purpose of dd dummy statement?
What is the use of disp parameter?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What do you understand by the term notcat 2 – gs?
what is DD statement is used in JCL?