can i sort packed decimal if i can tell the syntax
Answer Posted / uttam das
Yes, we can sort the packed decimal
SYNTAX
SORT FIELDS=(01,06,PD,A)
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to do automated restart when a job abend?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain dd statement in jcl?
Explain the hierarchy levels in jcl?
What is the function of job statement in jcl?
what is the purpose of coding notify parameter in job statement?
How can a jobs execution priority be modified?
What is multithreading in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the significance of addrspc parameter in exec statement?
how JCL works?
what is the difference between JES3 and JES2?
What are the difference between jcl and jes?