HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?

Answers were Sorted based on User's Feedback



HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?..

Answer / guest

using ascending or decending key along with ocurs clause

Is This Answer Correct ?    8 Yes 0 No

HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?..

Answer / raghav

by using sort function in jcl
jst take the the on whuch we are going to use the searchall
as input file

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More COBOL Interview Questions

What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself

2 Answers  


Give some advantages of REDEFINES clause?

2 Answers   Syntel,


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


What is LENGTH in COBOL II?

2 Answers   CSC,






how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


what is record label is empty or standard in file description of data division?

2 Answers   HCL,


What is the default value of DISP for temp datasets

5 Answers   IBM,


What is the difference between copy and include in cobol?

1 Answers  


How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.

2 Answers   IBM,


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


Categories