I want to add 10 days in current date. how it is possible in
CL program...?
Answers were Sorted based on User's Feedback
What is the difference between inner join @ outer join
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
are there any useful c runtime apis that I can call from rpg iv?
what r drawbacks of OPM? Why do we go for ILE RPG?
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
What you have to do in the display file when you are using message subfile?
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
When it is desirable to describe files Internally?
How do you find whether a job is a batch job or interactive?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.