Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the linkage section?

Answers were Sorted based on User's Feedback



What is the linkage section?..

Answer / aji cherian

Linkage section will be in the subprogram. This can be used
to pass parameters.

Is This Answer Correct ?    4 Yes 0 No

What is the linkage section?..

Answer / shubha

this is one of the section under data division, and is used
in sub programs to pass the parameters.this section also
receives parameter from jcl

Is This Answer Correct ?    1 Yes 0 No

What is the linkage section?..

Answer / vampire

Linkage section is subprogram
it will be coded in data division
use to pass values from one program to another

Is This Answer Correct ?    1 Yes 0 No

What is the linkage section?..

Answer / vidhya

Linkage section is used to pass values from one program to
another.For example in CICS programs, linkage section is
used to code the DFHCOMMAREA where we recieve values from
another program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10

4 Answers   TCS,


can we use go to statement inline-perform?

7 Answers   IBM,


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?

1 Answers  


what is sync clause?

2 Answers   DELL,


In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


what is the default print format? in cobol

3 Answers   HSBC,


What does the IS NUMERIC clause establish ?

2 Answers  


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


. How do we cast a variable in COBOL

1 Answers   HSBC,


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

0 Answers  


Categories