can i sort packed decimal if i can tell the syntax



can i sort packed decimal if i can tell the syntax..

Answer / 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

More JCL Interview Questions

how to split a file

4 Answers   IBM,


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,


WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 Answers  






How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


What is default if we don't specify RD parameter at all ?

1 Answers   IBM,


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


how to count the number of members in pds?

2 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


if we give TIME=0 how many sec that job/step

13 Answers  


can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  


Categories