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 jcl work to handle various input output file operations?
Which dd parameters are required?
Can I share my data with other jobs? How?
In job processing, what happens in execution stage?
Explain about ISPF/TSO Commands
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can return codes be tested before execution of a job step?
How can the submitting users racf authority be overridden in a job stream?
what is the purpose of coding notify parameter in job statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the maximum length of a single line of jcl?
What are the 2 types of parameters in dd statement?
How to pass data to a program that is coded in an exec statement?
what is the purpose of coding class parameter in job statement?
Is their any set of rules for dd? Explain.