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
Explain how can values be passed from the job stream to an executable program?
What do you understand by the term notcat 2 – gs?
I need exexution process for JCL programs
What is condition checking in jcl? Is this possible?
how can the same proc be re-used and called by many jobs?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What do you know about jcl?
Differentiate between the joblib and the steplib statements?
Explain how can a jobs execution priority be modified?
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?
Is there any command to check wether the ps file is in sorted order?
Is it possible to left uncode disp? If yes, how?
What are the parameter we cannot use in procedure?
How jcl is used for testing batch programs?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?