What is the difference between crtdupobj and copyf?
Answer / Vipul Singh
CRTDUPOBJ (Create Duplicate Object) creates a new physical or logical object with the same specifications as an existing one. COPYF (Copy File) copies the structure of a file, including data, attributes, and access methods. However, CRTDUPOBJ does not copy the data, while COPYF does.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is message file?
What is the exact difference between Service Program and Binding Directory?
How are the objects stored on AS/400?
what is clile code get last digit in numarice value
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
how do we know batch job aborted after we submitting it
In RPG How to read a records from a file without using read opcodes?
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
Any change in service program we write binder language to allow signature change,What is the maximum number of signature change allowed in RPGLE?
3 Answers Syntel, Tech Mahindra,
what is the maximum number of subroutines allowed in rpg?
What is data structure in as400? What is the use of data structure?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?