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

Answers were Sorted based on User's Feedback



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

Answer / alagan v

Actually question is not clear. You can not run the module within the service program. Service program is a collection of modules (ie, sub procedure or functions) and it cann't be executable it self. You can bind the service program to the binding directory and can use the modules which are bound in the service program, to the RPG programs. Hope this helps!!

Is This Answer Correct ?    5 Yes 3 No

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

Answer / srisailam

By using bind language

Is This Answer Correct ?    1 Yes 0 No

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

Answer / vijay

Through BInder language by the options CURRENT and PREVIOUS

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Difference between RESET and CLEAR

1 Answers   TCS,


Errors in Sql query will be in which state?

1 Answers  


We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?

5 Answers   Hexaware,


Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?

6 Answers  


What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?

1 Answers  






Difference between creating a report using Printer file and WRKQRY(Query Report) ?

3 Answers  


what will happen two jobs have same name are submitted

5 Answers   CTS,


The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?

5 Answers  


What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'

2 Answers  


If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

0 Answers  


we are sending data of physical file to screen design and it is showing no record why?

1 Answers   NTT Data,


Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.

1 Answers   Voltech,


Categories