in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
IBM,
2802if the submitter of a job wants to inform another user about the job completion, how can it be done?
IBM,
1309if 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?
IBM,
2358how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
IBM,
1339
Explain how can values be passed from the job stream to an executable program?
What parameter directs the output of the job log dataset?
what is use of space parameter in dd statement?
what is DSN parameter and DISP parameter is used for?
How would you understand error(execution phase)?
How is a type of file defined in the jcl that executes the cobol program?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of job statement in jcl?
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.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
In job processing, what happens in conversion stage?
What is the function of //jcllib statement?
How can the attributes of one sms dataset be copied to another dataset?
how can you check if a file is empty using jcl?