How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / jagan
Will anyone be able to share with us the mandatory
parameters in JOB stmt
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How gdg are concatenated?
Can we use DISP=SHR in output file in JCL
Which statement is used to identify the private libraries in job?
what sort card you will use to copy the data from one dataset to another dataset?
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.
Brief description of inline procedure of jcl.
Why block size is multiple of lrecl in jcl?
How can a stopped job be started again?
Can we call instream to catalog and catalog to instream?
what is use of disp parameter in dd statement?
How jcl is used for testing batch programs?
How to submit jcl through a cobol program?
Define concatenating?
Where can program checkpoints be stored for use in a restart?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?