Hi Viewers can any body explain me how to update and ahange
the already existed data in physical file using subfile ?
please explain me with the code if possible?
Answer / dx
first read all records from physical file and move to subfile
then read change records from subfile format by opcode READC
in loop it will work
eg- readc sfl 56
*in56 downe *on
move dspfile physical file
updat sfl
enddo
| Is This Answer Correct ? | 7 Yes | 0 No |
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
In how many ways a session/device error occurs,,, and what is the remedy for it?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
steps for debugging two rpg programs????
how do you use commitment control in rpg?
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
check existence of one record without using chain or read?
How to handle duplicate error handling in RPG?
Can an indexed file be accessed in arrival sequence in RPG?
How many program bind in one module....