how to create gdg with out using idcams utility
Answer Posted / guest
thru file-aid
| Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is JCL?
How to override loadlib?
Are there any set of rules for the names of the steps used in a job?
what are the various stages of job processing?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
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) ?
how to compare two datasets without using superce because output is limited to 133 bytes
In job processing, what happens in execution stage?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to code instream data in a PROC?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.