we are sending data of physical file to screen design and it is showing no record why?
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
How to write record if no field or the field are different in physical file in rpgle ?
How to declare the pull button in AS/400..
How to handle duplicate error handling in RPG?
wat is meant by hidden field , why it is used?
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
what is the difference between the cpyf command crtdupobj command?
can anyone say,what is the use of operation extended H/N/P?
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
How can you delete a record from a file in RPG without using DELETE oppcode?