I want to add 10 days in current date. how it is possible in
CL program...?
Answer Posted / nallurus
its a ADDDAT not ADDDATE
ADDDAT DAYS(10) TOVAR(&DATE)
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
what is program status data structure?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How many program bind in one module....
What is the difference between iter and do?
what do you mean by an input subfile, what are the keywords required?
what is kids-rpg?
how can you display specific subfile page on the screen in unequal subfile?
What is ment by record level identifier?
How can we override a file during runtime in rpg?
what is data area and how it is used in rpg program ?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
what is the difference between do while and do until?
what are the key words you must use when using a subfile?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
How would display prime numbers using CL program?