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

after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


What is the difference between comp and comp-3?

0 Answers  


What are different data types in cobol?

0 Answers  






what is the difference between implicit and explicit scope terminator with example? 

1 Answers  


can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,


Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all

5 Answers   TCS,


What is Comm?

2 Answers   IBM, Kemper Corporation,


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


what is s000 u4087 error? please give the all error codes in cobol,jcl.

0 Answers  


What is the utilization of copybook in cobol?

0 Answers  


Categories