how to allocate a dynamic dataset in jcl ?
Answer Posted / anju
Using dynamnmbr
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
A dd statement consists of 4 fields. Name them?
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of job statement in jcl?
Explain the function of dd disp parameter?
Can we use DISP=SHR in output file in JCL
can any one plzzzzzz tell the jcl code for creating ps using idcams
i want to store 20 digits . how will u do it in cobol ?
Can I send output of job to my remote device careerride123?
is there any way to execute more than one proc in the same exec statement at the same time..?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can the attributes of one sms dataset be copied 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.
What is the purpose of dd * statement in jcl?
What is the difference between run mode and addressing mode?