how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / vaneesh khurana
In addition to above, it is required to provide index some
value using SET.
SET IDX to 1.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between perform … with test after and perform … with test before?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Which division and paragraphs are mandatory for a COBOL program?
How do get the result of your program directly on your pc?
Why occurs cannot be used in 01 level in COBOL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Name some of the examples of COBOl 11?
What are various search techniques in cobol? Explain.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Can a Search can be done on a table with or without Index?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write a program that uses move corresponding.
Write some characteristics of cobol as means of business language.