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

1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  


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

1 Answers   NTT Data,


1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?

2 Answers   HSBC,


can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.

0 Answers  


Setps to create .csv file on IFS folder in AS/400( V4R3)....?

3 Answers   TCS,






When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

0 Answers  


I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?

6 Answers  


in which journalling which attributes are necessary??/

1 Answers   CTS,


How to read a record from file where there is multiple record occurrence is available?

1 Answers  


Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?

1 Answers  


I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)

2 Answers   CTS,


How to call one program from another program in RPG? please help me with the code

0 Answers   HCL,


Categories