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 a load module ?

Answers were Sorted based on User's Feedback



what is a load module ?..

Answer / chandu

The load module is the executable program code.

load modules are executable versions of ur pgm.

Is This Answer Correct ?    11 Yes 0 No

what is a load module ?..

Answer / shiva

when we code a program..we compile it for any errors and for
generating object code..after tat we linkedit tat source
code(s)in to a single executable program code(load module
) which can b understandble by the system...

Is This Answer Correct ?    4 Yes 0 No

what is a load module ?..

Answer / raghunathareddy

jcl

Is This Answer Correct ?    0 Yes 15 No

Post New Answer

More COBOL Interview Questions

what is meaning by design document? who can repared for this?

5 Answers   TCS,


What is the file organization clause ?

2 Answers  


Define cobol?

0 Answers  


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

0 Answers  


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?

8 Answers   UST,


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya

2 Answers   CSC,


Categories