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
Name some of the examples of COBOl 11?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are different data types in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are various search techniques in cobol? Explain.
In COBOL, what is the different between index and subscript?
what happens if parmparameter passes zero bytes to the program
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.
Write a cobol program making use of the redefine clause.
What is the difference between comp and comp-3?
What is the difference between goback, stop run and exit program in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Describe the cobol database components?
Which mode is used to operate the sequential file?