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 |
what is the disadvantage of using global variable?
Can you use multi format LF in CL program?
records can be read/update/deleted with which file?
which are the member types which seu supports?
during input operation which indicator position is seton if there is a record lock?
when are the unique constraints executed?
how can we view the entire objects and its types in a pgm?
what is the maximum number of subfiles that can specified in a display file ?
Describe about Query/400?
when do you explicitly open files and close files in an rpg program?
How do I release jobs in queue and change a job destination to a different printer. I know wrkjobq but I have not worked with As/400 for a while,so_can someone help me?
can you have multiple key lists for a single file ?