1.what operation cannot be used in conjunction with file
coded as divice type disk?
2.Difference between INCLUDE AND COPY?
Answer Posted / syam
A1. EXFMT
A2. Both have the same purpose and the same syntax. Records
from other files to be inserted. Difference in source file
with embedded sql. /COPY - copied file can contain embedded
SQL or host variables. /INCLUDE - included file cannot
contain embedded SQL or host variables.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
define what a data area is along with a brief example of what it may be used for?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
records can be read/update/deleted with which file?
how do u compile rpgle program?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
explain the difference between defining subfile and message-subfile?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
what is the purpose of putovr (put with explicit override) keyword?
what do we can do with the embedded sql statements?
what is the syntax for plist?
What is the difference between crtdupobj and copyf?
what are the different commands used in rlu ?
how do you specify page overflow indicator for printer files in rpg?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?