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 use of IMPORT and EXPORT in RPGLE ? What is
activation Group ? What is Service Program ???? How to
call another program in RPGLE ?

Answer Posted / raju challa

A) EXPORT & IMPORT

Export: indicates that the variable has been defined (stored) in this module and will be used by some other module which is importing this variable using Import keyword.

Import: indicates that the variable has been defined (stored) in some other module and will be used here.





b) In calling Programme..

c call pgmname plist
*
c name1 plist
c parm fld1 5a
c parm fld2 5s 0




In called programme.


c *entry plist
c parm a 5a
c parm b 5s 0

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How Chain operation copies the record's data to the input buffer for the program?

1660


can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com

2477


what is *place and *auto keyword in prtf ?plz explain

3213


Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?

984


are there any useful c runtime apis that I can call from rpg iv?

1206


What is the difference between copybooks and subprocedures in as400?

1406


do you use message subfiles? What are the necessary keywords required coding a message subfile?

1181


what is data area and how it is used in rpg program ?

1378


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

1001


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

1201


What are the types of identifiers?

1082


Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?

1968


How can we know running job is batch or interactive?

1179


how do I declare a minor?

1205


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

3041