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 |
i WANT ALL ERROR codes IN CICS and DB2
What is the difference between external and global variables in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
what is Pic 9v99 Indicates?
In COBOL programming, what is PERFORM? What is VARYING?
BY seeing a program how can we say that it is static call or dynamic call
is this below syntax correct? CALL 'subprg' using A,B Please help