Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / lu
it's up to you....
Static call ==> when u modify the called program, you have
to recompile 3 programs (called and calling program.....
Dynamic call ===> when u modify the called program, u
recompile only the called program...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What is a SSRANGE and NOSSRANGE?
How do you define a variable of comp-1 and comp-2?
Explain the configuration section of a cobol program with examples of syntax.
What are different data types in cobol?
What do you understand by psb and acb?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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 ?
What are 77 levels used for?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is report-item in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is redefines clause in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Define cobol?