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 / raghuvanshi
When I am using
//SYSIN DD *
SORT FIELDS=COPY
OUTREC FIELDS=(4,2,C'/',1,2,C'/',7,4)
/*
//
I am getting the same output as input!
Can someone please through some light on it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can return codes be tested before execution of a job step?
What do you understand by jcl?
Is automatic restart possible in jcl?
what is use of dcb parameter in dd statement?
what is the purpose of coding notify parameter in job statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what happens in conversion stage in job processing?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is the compile process of cobol program expalin with code
Explain how can the attributes of one sms dataset be copied to another dataset?
when can a job time-out occur? How to overcome that?
What do you understand by the term notcat 2 – gs?
Can I share my data with other jobs? How?
Explain the function of job statement in jcl?
How can a jobs execution priority be modified?