Explain dd statement in jcl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below,  What will be the output file name in each step ?  PROC starts      Step 1 has ID.GDG.FILE(+1)      Step2 has  ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ?  PROC starts      Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts      Step2 has  ID.GDG.FILE(+4) PEND

2 Answers   FIS,


How does jcl act on code(if you take a cobol program)?

0 Answers  


can we bowse or edit the GDG dataset if it is a tape entry?

4 Answers  


How can a fb file convert to vb file using sort program?

0 Answers  


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


What is the motivation behind coding class parameter in job statement?

0 Answers  


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


Can I share my data with other jobs? How?

0 Answers  


What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?

12 Answers   Convergys,


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


Categories