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


Please Help Members By Posting Answers For Below Questions

what is the difference between sflclr and sflinz?

1031


all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?

2409


which are the string manipulation opcodes?

619


which are the query selection criteria, which can be given in a query?

665


How to add 99 menu (page down) option in menu creation..

1921






distinguish between terminating a program through seton lr and return?

560


In Which Specs Arrays, Tables & Constants Are Defined?

701


What Is Ddm ?

1029


how do you use exceptional write in c specs?

1138


give three main purposes of file specification ?

984


WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?

2035


what are the three line types in rlu ?

1476


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

1925


when are the unique constraints executed?

673


which cl command is used to trap error messages during program execution?

861