how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / ravikrian
while using search the data may be in any order, wher as in
search all the data must be in sorted order and there should
not be any duplicates in the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Write a program to enter and display the names of students in a class using the occurs clause.
What do you understand by psb and acb?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the fixed unblock file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the use of intialize verb?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Which mode is used to operate the sequential file?
What are different data types in cobol?
how do you define single dimensional array and multidimensional array in your cobol?