What is the difference between /copy and /include in RPGLE?
Answer / 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 |
how can you check for a records existence without causing and i/o (chain/read)?
how you get the relative record in a subfile in which cursor is located?
What is LEVEL CHECK?
What do you mean by ODP?
what do we can do with the embedded sql statements?
what is a spool file?
what is the maximum number of fields under a record format of physical file?
what does vldcmdkey means?
how do you pass parameters in cl?
what is clile code get last digit in numarice value
what is flatfile?what is the use of this file?where we can use usualy?what is the advantage of this?
what are various techniques to pass parameters from one program to another?