if we compile the cobol+ db2 program now ofter 5 years we
need to compile again?
Answer / vinay sonar
You need not to compile it again until and unless you
doesnt change the COBOL or DB2 program
| Is This Answer Correct ? | 7 Yes | 0 No |
How to change default PROCLIB?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
define cond parameter in jcl?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
what is the difference between perform varying and perform
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
i want to store 20 digits . how will u do it in cobol ?
How can we increment subscript and index?
How to send data from cobol program to jcl?