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
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain dd statement in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are the parameter we cannot use in procedure?
How can the submitting users racf authority be overridden in a job stream?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Is it possible to code instream data in a PROC?
How to pass data to a program that is coded in an exec statement?
Give the syntax of job specifying jcl statement.
what are the statements that are not valid to be included in an include statement?
What do you know about jcl?
Explain the function of the dd dcb keyword?
what is the purpose of coding notify parameter in job statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?