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 MODEL Paramater in GDG ?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
how to split a file
Describe the JOB statement, its meaning, syntax and significant keywords?
Max. No of DD statements in a job ?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
how to convert fb to vb in jcl ?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
How do you check the syntax of a JCL without running it?
Please give me the coding for converting VB to FB and FB to VB
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.