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...

What type of Call you would use if you don;t want the
control back to the calling program?

Answer Posted / balaji

Hi,
Please correct me if I am wrong..

I think u can give any call Static/Dynamic because these
CALL just tells how the calling program to be
invoked...during compile time or at the runtime...but if u
give Stop run in your called program it will automatically
give the control back to the OS and not to the calling
program unlike GOBACK which returns the control back to
calling pgm..

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2545


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

1200


what is difference between cobol and cobol/400

22734


What is a SSRANGE and NOSSRANGE?

1416


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2404


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

2014


Write a program to enter and display the names of students in a class using the occurs clause.

1154


What rules are to be followed while using the corresponding options?

1017


What is redefines clause in COBOL?

1249


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?

1602


what are decleratives in cobol?

2209


What are the different data types in cobol?

1329


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

1143


How do u write test cases?

2012


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4120