How to declare the pull button in AS/400..
No Answer is Posted For this Question
Be the First to Post Answer
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
What is the syntax of passing parameters to a procedure by value?
How can i check the object existance in RPG program without using QCMDEXC command.
RPG/400 faqs?
How do I link an existing logical file to it's Physical File without recompiling?
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
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
IN RLU what are the record level keyword is used?
How to update physical file in rpgle without using display file?
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
how can I tell when to replace the array?