what is the difference between the cpyf command crtdupobj
command?
Answer Posted / indraneel
cpyf command is to be used when you want to copy the data
of the file. For eg. if want a selection of data that can
be done. It is not necessary that from file and to file
record format are exactly same
In case of crtduobj, a clone of the object is created.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is program status data structure?
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.
what is the necessary keyword needed to scroll subfile records?
How can we know running job is batch or interactive?
how do you use commitment control in rpg?
Explain mdt?
what is an online rpg?
How can we override a file during runtime in rpg?
how can you display specific subfile page on the screen in unequal subfile?
are there any useful c runtime apis that I can call from rpg iv?
How many program bind in one module....
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what is kids-rpg?
what is a rpg?
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?