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 purpose of linkage section?

Answers were Sorted based on User's Feedback



what is the purpose of linkage section?..

Answer / ananta bajpai

it is the section of data division. it is used for linking
two cobol sub-programes(call calling )as well as passing
the value from jcl by parm parameter.

Is This Answer Correct ?    34 Yes 2 No

what is the purpose of linkage section?..

Answer / srinivas adilapuram

Linkage section is used to define any data passed across
programs.

Is This Answer Correct ?    18 Yes 1 No

what is the purpose of linkage section?..

Answer / kavya

LINKAGE SECTION is used to access external data.

Is This Answer Correct ?    11 Yes 4 No

what is the purpose of linkage section?..

Answer / sivakumar sekharannair

i feel Anantha's answer sounds good. Linkage section is
used to pass data between programs and also between jcl and
program.

Is This Answer Correct ?    8 Yes 4 No

what is the purpose of linkage section?..

Answer / suresh

linkage-section is used to define the storage that is to be
passed between the programs.

Is This Answer Correct ?    5 Yes 1 No

what is the purpose of linkage section?..

Answer / pooja

Linkage- section is used to access the data which is sent
from external program. JCL can send maximum 100 characters
to a program thru PARM.

Is This Answer Correct ?    3 Yes 0 No

what is the purpose of linkage section?..

Answer / jaipal reddy

linkage section is used to pass the data from jcl to
application program. by using parm parameter we can send max
100 characters to the application program. if we mention
the parm parameter we have to define the linkage section.

Is This Answer Correct ?    3 Yes 0 No

what is the purpose of linkage section?..

Answer / arun

Linkage Section is used to transfer the control between the sub-programs( calling and called)and also to Pass the value from JCL using PARM

Is This Answer Correct ?    1 Yes 1 No

what is the purpose of linkage section?..

Answer / kishore

to communicate with the old program.

Is This Answer Correct ?    2 Yes 11 No

what is the purpose of linkage section?..

Answer / kishore

to communicate with the old program.

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More COBOL Interview Questions

The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?

2 Answers  


What is the output generated by the following code? 01 GRP-I. 05 SUBFLD1 PIC XX VALUE "AB". 05 FILTER PIC X(6) VALUE SPACES. 01 GRP-2 REDEFINED GRP-1. 05 SUB-FLD2 PIC XX. 05 SUB-FLD3 PIC XX. 05 FILTER PIC X(4). IF SUB-FLD1 NOT = SPACES DISPLAY "SUBFLD1" MOVE "ABBCCD" TO GRP-1 IF SUB-FLD3 = SPACES DISPLAY "SPACES" ELSE DISPLAY "SUBFLD3" DISPLAY "END" ELSE DISPLAY "SPACES" DISPLAY "END". (a) SUBFLD1 SUBFLD3 END (b) SPACES END (c) SUBFLD1 END (d) SUBFLD1 SPACES

7 Answers   TCS,


What are the functions like c or c++ in cobol?

2 Answers  


What is an in-line perform ?

4 Answers   Accenture,


how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


What is the maximum size of a 01 level item in COBOL I? in COBOL II?

2 Answers   IBM, RBS,


Name the divisions in a COBOL program ?

7 Answers  


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


Explain about different table spaces.

0 Answers  


Can we use icetool in cobol program?

3 Answers  


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


Categories