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 is the difference between External subroutine and
subprogram?

Answers were Sorted based on User's Feedback



What is the difference between External subroutine and subprogram?..

Answer / arya

An External Subroutine has got access to the Caller's GDA
where in the subprogram does not have.

The subprogram is like blackboxes as they are not aware of
the caller's environemnt. They take only the parameters and
process it and return the values. e.g. One natural
subprogram can be called through middle tiers like Entirex
and Vitria from a different environment(Lets say a dot net
or java developed web interface).However a similar
interface can not call a natural external subroutine.

As far as calling is concerned you use callnat for
subprogram and perform for external subroutine.

Is This Answer Correct ?    32 Yes 2 No

What is the difference between External subroutine and subprogram?..

Answer / nilesh

External subroutine can access GDA used by invoking onject
where Subprograms are not.

Is This Answer Correct ?    6 Yes 1 No

What is the difference between External subroutine and subprogram?..

Answer / karthik

I didnt use anytime external subroutines. I used
subprograms in many places , where we will define PDA.
using PDA , we can get and send the data. There might be
some difference in using GDA between external subroutine
and subprograms.

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More Natural Interview Questions

what r the quality process in development

1 Answers  


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

0 Answers  


Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


why do we use file-aid for seqential files?

1 Answers   Tech Mahindra,


Describe the COBOL coding sheet

2 Answers   Cap Gemini, Royal Infotech,


How to receive data passed through jcl parm parameter in a natural program?

0 Answers  


What is the difference between read(1) and read work file once?

0 Answers  


How can I create 1 DDM that fetches 3 ADABAS files simultaneously?

5 Answers  


What is a hyperdescriptor? How does it work?

0 Answers  


Tell me can we update with histogram?

0 Answers  


How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.

4 Answers  


What is STACK in Natural? How we can use it in Program? Give me Eg.?

2 Answers   IBM,


Categories