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
How can a stopped job be started again?
How can values be passed from the job stream to an executable program?
what is the purpose of coding class parameter in job statement?
How to do automated restart when a job abend?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is DSN parameter and DISP parameter is used for?
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
Where can program checkpoints be stored for use in a restart?
what is use of space parameter in dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain how can values be passed from the job stream to an executable program?
Is their any limit for data sets?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain how can the disposition of sysout datasets be set for an entire jobstream?