Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

1274


What are the rules of the move verb?

1322


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

1167


How many bytes S(8) comp field occupy and its maximum value?

2191


) How do u handle errors in BMS macro

2105


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1210


How to know whether the module is dynamical or statistical?

1212


Can a Search can be done on a table with or without Index?

1333


What is the difference between PIC 9.99 and 9v99 in COBOL?

1401


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5427


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1309


What is amode(24)?

1298


Write a cobol program making use of the redefine clause.

1228


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?

1695


Write the code to count the sum of n natural numbers.

1258