Define static linking and dynamic linking.
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
What are the differences between OS VS COBOL and VS COBOL II?
How can you display the SPOOL information ?
Can we call a CICS program from a batch program or viceversa?If so, how?
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
How many bytes do a s9 (7) comp-3 field occupy?
What are the two search techniques ?
How do you submit JCL via a Cobol program?
how to convert the recors form vsam file to db2 table tru file aid
How to remove 2 duplicate records and copy only one using job control language?
What are all the divisions of a COBOL program?
What is level 66 used for ?