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 / srinivas.d
because in first two bytes it stores length.If u don't give
s9(4),then there are chances of two bytes data truncation.
Linkage section is used in main program when parm fiels is
used in jcl or in sub program when main program calls sub
program.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
How do u write test cases?
Write a program to explain size error.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How you can characterize tables 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
Write a program that uses move corresponding.
What is amode(24)?
how do you reference the rrds file formats from cobol programs
Explain how you can characterize tables in cobol?
What is the utilization of copybook in cobol?
What is cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Give some examples of command terminators?
What are all the divisions of a COBOL program?
Write a cobol program making use of the redefine clause.