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 do you create a temporary dataset?
What are the difference between jcl and jes?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can an in-stream dataset be terminated?
what is the purpose of coding notify parameter in job statement?
What is concatenating?
what is DSN in JCL and what are the parameters to declare the DSN?
How does jcl act on a cobol code?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Name the statement which can be used to send data to another mvs jes3 node?
Which dd parameters are required?
How can unused space allocation be returned to the system when a dataset is closed?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the difference between JES3 and JES2?
What is the purpose of the dd keylen parameter?