how to run only 10 modules of existing N modules in service
program in RPGILE ?
Answers were Sorted based on User's Feedback
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 |
Answer / vijay
Through BInder language by the options CURRENT and PREVIOUS
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the RPG cycle?
can anybody help me that what is the procedure of debugging the service program?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
what is the necessary command needed before OPNQRYF and why?
Can more than one subfile record be displayed on one line?
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
How Chain operation copies the record's data to the input buffer for the program?
Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
How to declare the more than one file in cl/400.