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


Please Help Members By Posting Answers For Below Questions

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.

5390


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.

2045


How to select highest score of each subject or how to select highest income of every month?

1291


are there any useful c runtime apis that I can call from rpg iv?

696


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.

2189






How can we override a file during runtime in rpg?

680


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2513


how do I declare a table or array in rpg iv?

730


what is the rpg system?

660


How to write record if no field or the field are different in physical file in rpgle ?

483


what do you mean by an input subfile, what are the keywords required?

766


what is *place and *auto keyword in prtf ?plz explain

2720


How to call one program from another program in RPG? please help me with the code

1252


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

712


When it is desirable to describe files Internally?

1182