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


Please Help Members By Posting Answers For Below Questions

What is jcl in mainframe?

672


Is it possible to left uncode disp?

701


How to submit a jcl from cics?

649


How is a type of file defined in the jcl that executes the cobol program?

699


What is the purpose of dd dummy statement?

929






have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

910


what is use of dsn parameter in dd statement?

657


Are there any set of rules for the names of the steps used in a job? What are they?

602


What happens if both JOBLIB & STEPLIB is specified ?

595


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

700


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

800


How does the jcl specify the job to os?

677


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1336


What are hierarchy levels in jcl?

929


what are the statements that are not valid to be included in an include statement?

761