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 |
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
can we use the two 01 level in file discription ?
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
what is linkcard in cobol?
wht is packed decimal in cobol
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between working storage copybook and linkage section copybook?
in how many mode we can open a file ?