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 |
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Which division and paragraphs are mandatory for a COBOL program?
What does the initialize statement do ?
how do u link sub pgm to main pgm ?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
What is difference between static and dynamic call in cobol?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Mention the guidelines to write a structured cobol program?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?