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
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.
How can we know running job is batch or interactive?
what is a rpg?
how do I preserve and clean the array?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How to handle duplicate error handling in RPG?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What is file identifier where we can use?
what is the rpg system?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
can I touch the array during treatments?
are there any useful c runtime apis that I can call from rpg iv?
what is data area and how it is used in rpg program ?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?