where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answers were Sorted based on User's Feedback
Answer / shiva
if tere r n-subprograms in a program..we use dynamoc call
since no need of compiling main program everytime as sub
programs are modofied...
any way interms of proceesing static is only one best
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kanchan
where speed is required we use Static call and if storage
is an inportant factor then we use dynamic call
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhaskar
dynamic call is noting but link edit of object code done at
the time of excution.
before excution is called as static.
static used at gaving value in value clause
ex.01 a pic 9(2) value 19.
dynamic is accept clause
accepted in pd.
| Is This Answer Correct ? | 0 Yes | 6 No |
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
Can we move X(9) to 9(9). If yes what are the ways for doing this?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
can we use reference modification an arry.
Whtz the specialty of 77 level number ?
Write a program that uses move corresponding.
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
What does MAXCC 3 means? It is used in one my codes.
What are options have been removed in COBOL 11?
What are the pertinent COBOL
how to convert vsam table into DB2 table?
What is mean by maxcc