Is it possiable to use a gdg in the INCLUDE statement in a
SORT jcl? I am using this because I want to change the
condition with out changing the jcl. Please provide with a
sample code.
Answer / soni
anyways u will just give the position of file in include
stt of your sort card, the file may be ps or gdg file.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
how do u send return code from cobol to jcl ?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
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.
Is it possible to left uncode disp? If yes, how?
What is condition checking in jcl? Is this possible?
Why we will create load module in PDS only, Why nt in PS?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)