where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What is the difference between binary search and sequential search?
What is rmode(any) ?
what is the use of outrecord?
Are you comfortable in cobol or jcl?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do define dynamic array in cobol.
Which mode is used to operate the sequential file?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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 are decleratives in cobol?
What is the difference between external and global variables in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between structured cobol programming and object alternativelyiented cobol?