If you were passing a table via linkage, which is
preferable - a subscript or an index?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain what you understand by passing by value.
What is tne need to use sub programs in Cobol?
In an EVALUTE statement is the order of the WHEN clauses significant?
How can you pass values from COBOL program to non-COBOL programs?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
In COBOL programming, what is PERFORM? What is VARYING?
How do you set a return code to the JCL from a COBOL program?
What rules are followed by the search verb.
what is sync clause?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."