Explain dd statement in jcl?
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?
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
How does jcl act on code(if you take a cobol program)?
can we bowse or edit the GDG dataset if it is a tape entry?
How can a fb file convert to vb file using sort program?
What 3 guidelines do we have to follow when concatenating DD statements?
What is the motivation behind coding class parameter in job statement?
wht happens if blksize = 0 and lrec = 0 ?
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
Can I share my data with other jobs? How?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
How to rename a VSAM file as well as it's index file?