I want to add 10 days in current date. how it is possible in
CL program...?
Answer Posted / kanika
convert the date to julian format ,chg varaible from char to dec , add 10 using chgvar,again chgvar to char type,do cnvtdat from julain to whatever format you want the output.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the use of sflnxtchg?
what is the difference between do while and do until?
How many program bind in one module....
What is file identifier where we can use?
What is the difference between copybooks and subprocedures in as400?
are there any useful c runtime apis that I can call from rpg iv?
what is the necessary keyword needed to scroll subfile records?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is an online rpg?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how do I preserve and clean the array?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
How Chain operation copies the record's data to the input buffer for the program?