How do you find which GDG is using which dataset?
Answer Posted / karthik .k
GDG datasetname(-1)-previous version
(0)-current version
(+1)-next version
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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.
A dd statement consists of 4 fields. Name them?
how you can access an uncataloged dataset in a JCL?
What are the 2 types of parameters in dd statement?
Explain about LMQUERY�give a dialog information about a data set
What dd statement is used to supply the name of a dataset?
what is use of disp parameter in dd statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
Name the statement which can be used to send data to another mvs jes3 node?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the purpose of dd dummy statement?
Mention the types of job control statements?
Brief description of inline procedure of jcl.