If you were passing a table via linkage, which is
preferable - a subscript or an index?
Answer Posted / rama krishna
Since, index is not part of Working-Storage section, you
can not pass the value of index via linkage section. Hence,
you have to always use subscripts...
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you reference the following file formats from cobol programs?
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.
Write the code to count the sum of n natural numbers.
What are the pertinent COBOL
What is Pic 9v99 Indicates in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
Can we change the password using ALTER? anyone tried and changed?
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?
Are you comfortable in cobol or jcl?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
For rewrite, why is it mandatory that file needs to be opened?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do you get the data to code the BMS macro?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly