what is the difference between the cpyf command crtdupobj
command?
Answer Posted / swami redddy
the command is used to create a duplicate object crtdupobj
from an existing object .this command not only creates a
duplicate objects but also copies the contents of the existing
object into a newly created duplicate object.
syntax for crtdupobj as given below
crtdupobj obj(old object name)
from lib(lib name)
obj type(any valid as/400 obj type)
to lib(into which obj.must be created)
newobj(new obj name)
data(*yes/*no)
(constraint) cst (*yes)
(trigger) trg (*yes)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is the rpg system?
are there any useful c runtime apis that I can call from rpg iv?
What is the purpose of record level identifier?
how does the rpg element work?
what is program status data structure?
how do I declare a table or array in rpg iv?
How many program bind in one module....
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what do you mean by an input subfile, what are the keywords required?
How can we know running job is batch or interactive?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
Explain mdt?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
How to call one program from another program in RPG? please help me with the code