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 difference between regular logical file and join logical file?
What is the purpose of SFLNXTCHG keyword in a subfile?
What is a job log?
What Does Lokup Does In Tables & Arrays?
what are the different types of arrays available in rpg ?
what is elastic and non elastic subrile?
how do we know batch job aborted after we submitting it
what is arrival sequence?
I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are running. How many LDA and temporary files will be created?
How can you check the existence of object in a system?
what is the rpg and cl life cycle?Please tell me any body
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?