can i use multiple when statements in search & search all ?
justify ur answer?
Answer Posted / kalpanapedda
only multiple statements is possible in serch,in serch all
only one when condition is possible.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the fixed unblock file formats from cobol programs
what happens if parmparameter passes zero bytes to the program
what is the use of outrecord?
what are decleratives in cobol?
Define static linking and dynamic linking.
how to move the records from file to array table. give with code example
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the different open modes available in cobol?
For rewrite, why is it mandatory that file needs to be opened?
What is inspect in cobol ?
) How do u handle errors in BMS macro?
What is the usage of comp fields in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.