wht is load module and object module ?
Answers were Sorted based on User's Feedback
Answer / ven
load module is executable and object module is not
executable. when u compile the program object module wil be
created.
| Is This Answer Correct ? | 33 Yes | 1 No |
Answer / prachi
Load and object modules are same..Both will have the
copiled code which is executable...
| Is This Answer Correct ? | 0 Yes | 35 No |
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Have you code any new programs in COBOL ? What is the functionality of the programs?
in cobol perform stmt whether it first checks the condition or not
What are the pertinent COBOL commands?
Where the Plan is located in CICS-DB2
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Can we put move statement in COBOL copybook
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?