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


Please Help Members By Posting Answers For Below Questions

Difference between cobol and cobol-ii?

692


Which Search verb is equivalent to PERFORM…VARYING?

668


What is a scope terminator give example?

641


what are decleratives in cobol?

1814


How are the next sentence and continue different from each other?

746






What is the LINKAGE SECTION used in COBOL?

874


Explain about different table spaces.

626


Whats the difference between search & search ALL?

5224


i need a small 3d program using inline and outline.

1624


How to know whether the module is dynamical or statistical?

638


Define cobol?

848


What is an in line perform? When would you use it? Anything else you wish to say about it.

630


How do you define a variable of comp-1 and comp-2?

682


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1098


Describe the cobol database components?

664