Answer Posted / pandu
Subscript is sequential reading Index is direct reading of
perticular position of record
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Explain how you can characterize tables in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
Name some of the examples of COBOl 11?
What is perform what is varying?
What kind of error is trapped by on size error option?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Mention the guidelines to write a structured cobol program?
what is difference between cobol and cobol/400
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Name the divisions, which are available in a cobol program?
) what is the difference between AID and HANDLE AID?
) How do u handle errors in BMS macro
what is the use of outrecord?
I have a File that has duplicate records. I need only those records that occur more than thrice.?