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


1. What is bound-by-call and bound-by-reference?
2. Where and why is *Nomain used?
3. What are the difficulties faced by programmers when using
service programs?
4. Explain the different ways of parsing and compiling XML
in iSeries.

Answers were Sorted based on User's Feedback



1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the..

Answer / ravi

No main is declared in H spec. This will be present in Service program and this is to indicate that this program don't have any main procedure. It cannot be called as a program seperately.

Is This Answer Correct ?    3 Yes 0 No

1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the..

Answer / sumit saharan

1. Bound by call is a static call where the code of called
program is inserted to the place during compile time.

In bound by reference only address of the called program is
passed and this is a dynamic call.


2. *Nomain is used for in module to tell this module cannot
be the entry point for any program.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?

3 Answers   Steria,


In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?

1 Answers  


How do you find whether a job is a batch job or interactive?

4 Answers  


i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.

5 Answers   TCS,


can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E

1 Answers  


When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?

5 Answers   Mphasis,


what is the difference between the procedure and module in ILERPG?

4 Answers  


How to select highest score of each subject or how to select highest income of every month?

0 Answers  


what are the array operations?

1 Answers   IBM,


What is the difference between copybooks and subprocedures in as400?

0 Answers  


what is the difference between the cpyf command crtdupobj command?

9 Answers   IBM,


how to run only 10 modules of existing N modules in service program in RPGILE ?

3 Answers   Wipro,


Categories