A table has two indexes defined. Which one will be used by the SEARCH?
Answer / Abhay Kumar Srivastava
The index that matches the search criteria will be used by the SEARCH.
| Is This Answer Correct ? | 0 Yes | 0 No |
File status must be checked both while opening and reading the file or only while reading the file?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
what is the coding difference between COBOL and CICS.
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
What are the different rules to perform a Search?
Explain about Redefines cluse?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
how you read control card into array?