how to convert date format from one format to another i think
in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
Answer Posted / sidc
use MOVE keyword
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is difference between rename and prefix?
what is rpg fixed logic cycle?
What is array in as400? What are the types of array?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
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
can error messages as a result of a comp, range or values keyword be overridden?
define data structure?
what is message file?
what is the difference between *like and *namvar ?
what is the maximum number of subfiles that can specified in a display file ?
how do you use exceptional write in c specs?
what is the maximum number of record formats in dspf?
what is the disadvantage of using global variable?
What is file information data structure(infds) in as400?
which single rpg opcode performs both setll and reade?