what is the difference between the cpyf command crtdupobj
command?
Answer Posted / swami reddy
copyfile command copies the contents of existing database
file into another datbase file .
1.using cpyf command we cancopy data from external device to
a datbase file and viceversa..
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
what do you mean by an input subfile, what are the keywords required?
How Chain operation copies the record's data to the input buffer for the program?
what is the rpg system?
how does the rpg element work?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how do I play {insert rpg system here}?
How to call one program from another program in RPG? please help me with the code
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
Explain mdt?
what is the necessary keyword needed to scroll subfile records?
what is file information data structure?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
how do you use commitment control in rpg?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.