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


Please Help Members By Posting Answers For Below Questions

which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1265


A table has two indexes defined. Which one will be used by the SEARCH?

1059


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1108


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1446


What are the different types of condition in cobol and write their forms.

896


What are the pertinent COBOL commands?

2873


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

973


Are you comfortable in cobol or jcl?

836


how do you reference the fixed unblock file formats from cobol programs

967


What is a report item?

947


Why occurs cannot be used in 01 level in COBOL?

948


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2323


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1104


) How do u handle errors in BMS macro?

1668


Explain about different table spaces.

891