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
Answer / guest
2)through IKJEFT01 utility we will compile the pgm
1)through NTLDR
| Is This Answer Correct ? | 0 Yes | 0 No |
what is meant by jobtrac?
Explain COND used in JCL?
Explain how can a jobs execution priority be modified?
How to fetch even records from one file to another file by using ICETOOL in JCL?
Is it possible to left uncode disp? If yes, how?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
How to find the number of duplicates in a file using Sort?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are s0c1, s0c4, s0c5, s0c7 and socb?
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
Can we delete the data using IEFBR14 , IEBGENER??