how to update physical file using logucal file with example
Answer / chinu
Declare the logical file in update mode in the RPG program.
Chain at the record needed to be updated and afer changing
the field value use UPDATE opcode with the record format
name of the LF.The record gets updated
Is This Answer Correct ? | 5 Yes | 3 No |
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
how to add a new field to a file without compiling it?
How to know the particular record in pf with out reading?
Last statement of any rpg program is lr?
What is the interactive job?
What is the use of member in pf?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
Why we create the Physical File Member?
WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?
hi iam very new to as400. i had created one physical file can any one tell command to enter data in to that
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
What is the primary file?