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
What is the usage of comp fields in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What are the different rules of SORT operation?
How do you differentiate between cobol and cobol-ii?
Write a program to enter and display the names of students in a class using the occurs clause.
In COBOL programming, what is PERFORM? What is VARYING?
What is a SSRANGE and NOSSRANGE?
What is amode(31)
How are the next sentence and continue different from each other?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do get the result of your program directly on your pc?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?