Answer Posted / sethu
Pls refer the link
http://www.geocities.com/srcsinc/drona/programming/languages
/jcl/jcl.sort.html
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
how can you check if a file is empty using jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how can the same proc be re-used and called by many jobs?
what is DSN in JCL and what are the parameters to declare the DSN?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the resolution for sb37 error
How to pass data to a program that is coded in an exec statement?
How does jcl specify the job to the operating system?
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?
What is notcat 2 - gs?
What are the rules employed while naming the steps in a job?
Differentiate between addressing mode and run mode.
In job processing, what happens in execution stage?
when does a dataset go uncataloged?