How to increase 3 days from my current date in RPG Program?
Answer Posted / sivaprasad
opcode 'adddur'
ex:
currentDATE ADDDUR XX:*days DUEDATE
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Apart from opening of a file do we have any other use of USROPN?
Explain The Keywords Edtcde & Edtwrd?
What is the default access path of a file?
what are the basic features of seu?
can you specify a display file to be used in the following modes input,output, or combined modes ?
Difference Between Ca & Cf?
how to run other job when one job is active?
which are the query selection criteria, which can be given in a query?
what if my system I runs with system value qccsid 65535?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
how can you execute a command from within an rpg program without calling a clp program?
What is dynslt?
why is as/400 called object oriented machine?
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 to toggle between single line and multi - line display of a particular record in a subfile?