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 / rahul dev
Q) May be the question is why code lenght in COMP only not
in COMP-3 or DISPLAY type!! If somebody know plz asnwer
A) The length of linkage is stored as Binary, hence COMP.
We cannot use COMP-3 because COMP-3 stores in Packed
decimal & not in Binary.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
State the various causes of s0c1, s0c5 and s0c7.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the usage of comp fields in cobol?
How do define dynamic array in cobol.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between next sentence and continue in cobol programing language?
) How do u handle errors in BMS macro?
What are various search techniques in cobol? Explain.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is amode(24)?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between binary search and sequential search?
What are the various section in data division and briefly explain them.