What is the Linkage section? What is the Use and Why the
parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9
(4) COMP." any reason?.Please let me know any one...
Cheers,Prasad
Answer Posted / kavya
Linkage section is one of the section of Data
division.Linkage section is used to access external data.
With respect to length above ans is right...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
In COBOL, what is the different between index and subscript?
Define static linking and dynamic linking.
Which Search verb is equivalent to PERFORM…VARYING?
what is the use of outrecord?
What is the use of intialize verb?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the Purpose of Pointer in the string?
Write a program to enter and display the names of students in a class using the occurs clause.
how to access the file from prodution from changeman tool and to submit a file to production
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Give some examples of command terminators?