Answer Posted / lakshmisudha
the jobs willbe stored in spool by depends upon
administrator creation of the that userid
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What statement can be used to send data to another mvs jes3 node?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is their any set of rules for dd? Explain.
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 operation is performed by job statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is the use of IEBGENER utility?
Suppose I have five jobs to do. But I want to hold one?
Explain the jcl exec statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of job statement in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How does jcl act on a cobol code?