How can we find that module can be called – whether DYNAMICALLY or STATICALLY?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1

5 Answers   Broadridge, TCS,


what is MSGLEVEL?

1 Answers   IBM,


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

0 Answers  


What is file status 39 ?

10 Answers   JPMorgan Chase,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,






what is the difference between external and global variables?

1 Answers  


I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..

3 Answers   iGate,


How will you find the currepted records in a file

2 Answers  


How to increase the logical record length of existing PS file?

7 Answers  


What is mean by maxcc

7 Answers   Syntel,


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


Why occurs can not be used in 01 level ?

2 Answers   TCS,


Categories