please help me answer to this question
what is the difference between the binding and srvpgm in
ilerpg?
Answer Posted / manikandan s.k.
Hi Binding directory is nothing collection of service
programs/Module.
service program only contains the procedure and its going
to be refered at runtime.
suppose the program 'A' has using 2 service programs s1,s2
and one module m1.
you can include these 2 serive programs and one module in
one binding directory(BD1).
that is BD1 now contains s1,s2,M1. so instead of include
all the objects s1,s2,m1 you can refer/include the
directory name.
have to declare the binding directory name in the Hspec or
module creation time .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
can you debug ile rpg program using isdb?
what is the use of sflnxtchg?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
What are the types of identifiers?
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?
what are the key words you must use when using a subfile?
how does the rpg element work?
what is a rpg?
what was the robotech rpg?
how do I declare a minor?
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.
How Chain operation copies the record's data to the input buffer for the program?
how do I play {insert rpg system here}?
How would display prime numbers using CL program?