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
How would display prime numbers using CL program?
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?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
What is the difference between copybooks and subprocedures in as400?
How can we know running job is batch or interactive?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
How to call one program from another program in RPG? please help me with the code
can you debug ile rpg program using isdb?
how do you use commitment control in rpg?
What is ment by record level identifier?
what do you mean by an input subfile, what are the keywords required?
how can you display specific subfile page on the screen in unequal subfile?
what is the necessary keyword needed to scroll subfile records?
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
What is a record lock error?