What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / cvcv
searchall is only for 1-d arrays
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain about different table spaces.
Define cobol?
Can a Search can be done on a table with or without Index?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is link edit in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how to move the records from file to array table. give with code example
What is the usage of comp fields in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are the different open modes available in cobol?
What is the Purpose of Pointer in the string?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the pertinent COBOL commands?
Write a program to explain size error.