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 maximum number of elements in an array?
what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
can error messages as a result of a comp, range or values keyword be overridden?
What is primary file? How many primary file can be declared in a RPG program?
what are the three line types in rlu ?
How can we create subsystem in as400?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
how can I automatically refresh a web page?
In which specification can a report layout be defined ?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
what does check opcode do ?
How a field is renamed in rpg IV?..give answer with example?