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 |
can we print comp 3 stmts how ?
What are the functions like c or c++ in cobol?
how you read control card into array?
COMP field occupy ?
) What is the use of IGNORE?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
What is COMP SYNC?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
How many divisions we have in Cobol ?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?