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 |
check existence of one record without using chain or read?
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
How can you determine the number of characters in a variable?
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...
can anybody help me that what is the procedure of debugging the service program?
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?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
how can I tell when to replace the array?
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 ?