I have DATE filed like DD-MM-YYYY, So I want output should be
MM/DD/YYYY using JCL?
Can anybody post the answer for above requirement?
Answer Posted / pranay
OUTREC FIELDS=(4,2,C'/',1,2,C'/',7,4)
The above Sort card is working perfectly fine for me.
Please recheck.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Why include statement is used in a jcl?
What are hierarchy levels in jcl?
Explain the job statement in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is catelog procedure and how many catelog procedure to use in one job?
In job processing, what happens in execution stage?
Name the statement which can be used to send data to another mvs jes3 node?
Explain dfsort utility?
Explain the function of //cntl statement?
how you can direct the data to spool using SYSOUT option?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How gdg are concatenated?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what are JCLLIB and STEPLIB in JCL?