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

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

Answer Posted / nilesh

Parameters can be passed with the PERFORM statement from
the invoking object to the external subroutine.

Example :
Perform ABCD 'para1' 'para2' 'para3'
OR
Perform ABCD 'EFGH'

Where ABCD is subroutine and PARA1 to PARA3 are parameters.
EFGH id the PDA which is define in subroutine.All the
parameters are in EFGH PDA.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define cobol coding sheet?

1058


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

986


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?

2004


Explain how many work file we can code in jcl?

1046


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

1086


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

1046


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

1169


How converted the natural coding for adabas

3348


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

1185


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

942


Can you explain control variable in online screens?

1034


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

1041


Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?

1170


Explain the address converter?

1059


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

993