Hi , I am posting some questons which are asked at
interview. These may help u for ur interview...
what is static and dynamic call?
Answers were Sorted based on User's Feedback
Answer / suman kumar
STATIC CALL: main program object program,sub program object
program loaded in one library
Dynamic call: main program object program, sub program
object program are loaded in different load library.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
can we use COPY statement in w-s section? how?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
how can i see junk values in dclgen or in hostvariable of comp ?
Hai friends why we need to read a file before re-write a record?
Write a program to enter and display the names of students in a class using the occurs clause.
how to access the file from prodution from changeman tool and to submit a file to production
A table has two indexes defined. Which one will be used by the SEARCH?
How can we know that cobol program is using report file or simple file....?
what is the maximum error code in mainframe
What is Static,Dynamic linking ?
how to transfer the file from pc to mainframe??