Answer Posted / jeetendra yadav
Depends on the factor 1 value it will do two things:
* If the factor1is *LIKE then DEFN opcode defines the new field based on the attributes old field.
* If the factor 1 is *NAMVAR then DEFN opcodes defines the field as a data area.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which type of object is used in db2/400?
how to declare a constant variable in the freeformat?
In Which Specs Arrays, Tables & Constants Are Defined?
what is rpg ?
how can I control from my cgis the cache of a remote browser?
what does opcode post do ?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
How do you check object lock
is it possible to create a physical file without dds?
what are the different types of arrays available in rpg ?
define the purpose of the *bcat function?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
what is a logical file?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how can I automatically refresh a web page?