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 the difference between do while and do until?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What are the types of identifiers?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
are there any useful c runtime apis that I can call from rpg iv?
what is the necessary keyword needed to scroll subfile records?
how do I declare a table or array in rpg iv?
how can you display specific subfile page on the screen in unequal subfile?
What is the difference between copybooks and subprocedures in as400?
How to declare the pull button in AS/400..
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
what is program status data structure?