what is a load module ?
Answers were Sorted based on User's Feedback
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 |
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 are different file OPEN modes available in COBOL?
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 ?
how to code in cobol while using variable block file?
What is perform what is varying?
How do you submit JCL via a Cobol program?
what are the limitations of Inline Perform?
What is the size of s9(19)comp3? explain
What is the purpose of Identification Division?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
Why is it necessary that file needs to be opened in I-O mode for REWRITE?