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
define subsystem?
What is program status data structure(psds) in as400?
is it possible to create a physical file without dds?
which are the string manipulation opcodes?
Apart from opening of a file do we have any other use of USROPN?
why is the declare cursor statement is used for?
what is the maximum number of subroutines allowed in rpg?
What is the difference between physical file and logical file?
what are dds required for subfile?
how you will find an error which is not in the first page of the subfile without using rolldown key?
what the purpose of ovrdta, ovrata keywords?
What is a query can be displayed without saving it?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
can you display a empty subfile?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.