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
What is amode(31)
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Name some of the examples of COBOl 11?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between next sentence and continue in cobol programing language?
Write some characteristics of cobol as means of business language.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do you get the data to code the BMS macro?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write a program to explain size error.
What rules are to be followed while using the corresponding options?
What is the utilization of copybook in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......