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
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
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.
What is the difference between copybooks and subprocedures in as400?
What are the types of identifiers?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How to declare the pull button in AS/400..
How can we override a file during runtime in rpg?
are there any useful c runtime apis that I can call from rpg iv?
what was the robotech rpg?
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.
What is the purpose of record level identifier?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
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?
how do I declare a minor?
How can we know running job is batch or interactive?