we are sending data of physical file to screen design and it is showing no record why?
Anybody can explain the difference between SFLCLR & SFLINZ?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
what is EXCEPT command in rpg and use
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
program to find the number of objects used in a given program through a display.
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
What is the purpose of PUTOVR keyword?