I want to add 10 days in current date. how it is possible in
CL program...?
Answer Posted / vichu
TRY USING THE DATE FUNCTION FOLLOWED BY FUNCTION DATE-OF-
INTEGER /FUNCTION INTEGER-OF-DATE as per ur requirement
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
how can you display specific subfile page on the screen in unequal subfile?
how do I declare a table or array in rpg iv?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
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?
How to select highest score of each subject or how to select highest income of every month?
what is an online rpg?
what is *place and *auto keyword in prtf ?plz explain
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
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?
What is ment by record level identifier?
How would display prime numbers using CL program?
what is the difference between do while and do until?