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
Is it possible to left uncode disp? If yes, how?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the function of //jcllib statement?
how do you access an uncataloged dataset in a jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are steplib and joblib?
What is the use of symbol // in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is DSN parameter and DISP parameter is used for?
Is condition checking possible in jcl?
What is the format of comment statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to do automated restart when a job abend?