Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same
thing, i.e., where JCL and JES messages and statements are
written ?
Answer Posted / guest
msg class contain JCL RELATED MESSAGES
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
how do you code a null statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the function of the dd dcb keyword?
Explain the function of dd disp parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you access an uncatalogued dataset in a jcl?
What do you understand by the term notcat 2 – gs?
What are s0c1, s0c4, s0c5, s0c7 and socb?
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.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
which utility is used to sort a file in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the syntax of JCL statement?