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

01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases

6 Answers   Patni,






what is the difference between Plan & package?

1 Answers   IBM,


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


What is the local-storage section?

0 Answers  


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself

2 Answers  


How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)

9 Answers   Bank Of America,


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


Categories