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

Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?

4 Answers  


1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?

4 Answers  


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


what will happen two jobs have same name are submitted

5 Answers   CTS,


which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?

1 Answers  


what is the equivalent keyword for CHAIN opcode ??

7 Answers   TCS,


1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.

2 Answers  


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.

4 Answers   HCL,


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

0 Answers   IBM,


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 file identifier wher we can use

1 Answers   IBM,


Categories