HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?
Answers were Sorted based on User's Feedback
Answer / guest
using ascending or decending key along with ocurs clause
Is This Answer Correct ? | 8 Yes | 0 No |
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 |
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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
Give some advantages of REDEFINES clause?
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
What is LENGTH in COBOL II?
how can u redefine picx(10) with pic 9(6).
what is record label is empty or standard in file description of data division?
What is the default value of DISP for temp datasets
What is the difference between copy and include in cobol?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?