Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

1.Can we define condition-name conditions in FD entry.

11 Answers  


What is the different between index and subscript?

3 Answers  


What rules are followed by the search verb.

0 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


why we are using picture clause in the cobol programs?

2 Answers  






If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.

3 Answers   CTS,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


period is missing in the cobol program which error we getting

5 Answers   TCS, Tesco,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.

2 Answers   Wipro,


Categories