if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / krishna
Dynamic Call is always preferable, irrespective of the no
of Sub programs,but it all depends on the installation.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
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 the use of intialize verb?
Why occurs cannot be used in 01 level in COBOL?
What is inspect in cobol ?
What are literals?
What is rmode(any) ?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between perform … with test after and perform … with test before?
Have you used comp and comp-3 in your project? And how?
Whats the difference between search & search ALL?
how to move the records from file to array table. give with code example
What are the different rules of SORT operation?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How many bytes S(8) comp field occupy and its maximum value?