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 / 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 |
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
What are different ways to pass data between programs and which one is the efficient way?
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
parameters cannot be passed in which one???
Need a sql query: retrieve all duplicate records in table?
What is the purpose of Panel Groups?
what is meant by record lock.how records are locked.what is the purpose of record lock.if records are locked what happens.how to find out which record is locked.
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?
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
What is the RPG cycle?