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
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How dummy is used in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Is automatic restart possible in jcl? If yes, how?
which utility is used a dummy utility?
What is concatenating?
How does the jcl specify the job to os?
How does jcl specify the job to the operating system?
How can return codes be tested before execution of a job step?
What is the difference between the positional and keyword parameters? Give examples.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
how to compare two datasets without using superce because output is limited to 133 bytes
What is the function of the dd dcb keyword?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?