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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the address converter?

1056


How are you going to remove duplicates from the file that is being read?

1047


In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?

2001


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

1178


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

1111


Explain control variable in online screens?

1053


How converted the natural coding for adabas

3340


Tell me what type of files we can process thru file-aid?

989


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

1017


Explain adabas basic concepts. Like inverted list, address converter ,data storage?

1037


Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?

1135


How to find occurrence of mu and pe fields in a file?

938


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

1039


What is data trace system 2.0 used for?

5703


Explain difference between escape(top or bottom) and escape immediate(top or bottom?

1261