What is the difference between /copy and /include in RPGLE?
Answer Posted / sasikumar c
/copy and /include both are used to add program code to our
program. in ILE program /copy directive expanded by sql
preprocessior, but /include does not expanded by sql code.
Thatis,
/copy program file may have its own embedded sql code.
/include program file cannot have its own embedded sql
code.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what key word is used when screen is re-display?
when would you prefer logical file than opnqryf?
how do handle file exception/error?
can error messages as a result of a comp, range or values keyword be overridden?
define data structure?
what is full form for dds?
WHAT IS FERERENTIAL INTRIGRITY ?
how do you pass parameters in cl?
What is the use of jdftval in as400?
how will you search an array?
how to get the cursor position?
what is the use of unique keyword and what level it is defined?
What is data structure in as400? What is the use of data structure?
when are the unique constraints executed?