How to update selected fields from pf without using update
opcode.
How to read all member in Rpg-3,without using any cl command?
Answer Posted / gurjit oberoi
without using cl command we can read members in RPG using
EXTMBR in F spec like
EXTMBR(member_name)
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
what are the key words you must use when using a subfile?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what was the robotech rpg?
How Chain operation copies the record's data to the input buffer for the program?
can I touch the array during treatments?
what is the rpg system?
What are the types of identifiers?
can you debug ile rpg program using isdb?
what is an online rpg?
how do you use commitment control in rpg?
do you use message subfiles? What are the necessary keywords required coding a message subfile?