Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the jcl procedures?

1163


Can I send output of job to my remote device careerride123?

1191


Why block size is multiple of lrecl in jcl?

1471


Describe the various parameters utilized in the creation of a gdg?

1209


Is acct parameter mandatory?

1271


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2792


What is the use of disp parameter?

1199


Define concatenating?

1146


how can you check if a file is empty using jcl?

1481


write a jcl to execute a job by 7:00 am on jan 20,1986?

1162


How to alter the parameters for the existing gdg?

1252


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1520


What is NOTCAT ?

1377


What is concatenating?

1138


How does jcl act on code(if you take a cobol program)?

1345