If you were passing a table via linkage, which is
preferable - a subscript or an index?
Answer Posted / aji cherian
Sbscript
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Which division and paragraphs are mandatory for a COBOL program?
What are the different rules of SORT operation?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the LINKAGE SECTION used in COBOL?
how to move the records from file to array table. give with code example
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write a program to explain size error.
what is the difference between COBOL2 AND COBOL390?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Write the code to count the sum of n natural numbers.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?