If you were passing a table via linkage, which is
preferable - a subscript or an index?
Answer Posted / aji cherian
A subscript
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Give some examples of command terminators?
What are the pertinent COBOL
Explain the configuration section of a cobol program with examples of syntax.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is a SSRANGE and NOSSRANGE?
What are various search techniques in cobol? Explain.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the different rules of SORT operation?
what are decleratives in cobol?