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 maximum number of arrays allowed in rpg?
define the purpose of the *cat function?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
what is xfoot opcode ?
in conjunction with which statements can orxx and andxx conditions be used ?
Difference Between Call & Sbmjob?
what is the maximum number of subfiles that can specified in a display file ?
give three main purposes of file specification ?
what is the disadvantage of using global variable?
how can you execute a command from within an rpg program without calling a clp program?
Explain The Keywords Edtcde & Edtwrd?
what are the different commands used in rlu ?
how can you specify no duplicate key?
how to run other job when one job is active?
what is the function of cpyf command?