Hi , I am posting some questons which are asked at
interview. These may help u for ur interview...
what is static and dynamic call?
Answer Posted / nagaraju domala
Static Call : System will establish logical links between
Main and Sub-programs at the time of Compilation where it
creates a unit called RUN-UNIT. When Main program is
invoked automatically all sub programs also loaded into
memory.
Dynamic Call : System will establish links between Main
program and sub programs at the time of execution(Run Time).
We use Different Call depents upon the application
requirement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
What is rmode(24)
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is difference between cobol and cobol/400
what is the difference between COBOL2 AND COBOL390?
how do you reference the esds vsam file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are declaratives and what are their uses in cobol?
how do you reference the variable unblock file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?