We have 3 programms A,B,C.In the middle of the program A
the controls goes to program B and in the middle of the
program B control wants to go program C,after completion of
program C again control comes to program B and again after
completion of program B control comes to program A.How the
process will takes and what are the controls we use for
that process.If it is possible anybody of you explain with
example?
Answer Posted / shailendra
Hi the first ans will work when you are working with cics
and second one will work when jcl + cobol.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
What are the rules of the move verb?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How many bytes S(8) comp field occupy and its maximum value?
) How do u handle errors in BMS macro
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to know whether the module is dynamical or statistical?
Can a Search can be done on a table with or without Index?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is amode(24)?
Write a cobol program making use of the redefine clause.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Write the code to count the sum of n natural numbers.