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 |
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
How to print 10 to 1 if the input have only 10 digit number?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
What is the maximum data length for Numeric DataType ?
DATAONLY, MAPONLY functionality?
I know my query will return more than one row but I don't want cursor what should I do?
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
What care has to be taken to force program to execute above 16 Meg line?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?