what is post opcode do
Answer / syam
The POST operation puts information in an INFDS (file
information data structure). The information is either on
the status of a specific program device or I/O feedback
associated with a file.
| Is This Answer Correct ? | 16 Yes | 2 No |
IN RLU what are the record level keyword is used?
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 to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
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
Are all these RPG/400 Interviewed Questions being asked recently? are current?
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?
What is the purpose of PUTOVR keyword?
wat is curser?? and its types???
How to read alternative records in a pf by using rpg?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
Can an indexed file be accessed in arrival sequence in RPG?
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .