how to update physical files using normal logical file
Answers were Sorted based on User's Feedback
Answer / anand
in the above code file should be in update mode or file
addition mode
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / keshar jain
HI,
To Update physical file in RPG use opcode UPDATE.
example
FLF1 IF E k DISK
key1 Setll LF1
READ LF1
UPDATE LF1
Note: Logical file should be simeple logical file. We can't
update physical file with help of Join logical file.
Is This Answer Correct ? | 9 Yes | 5 No |
Answer / anand
what Keshar Jain is saying is correct but open the logical file in update mode i.e FLF1 UF E k DISK
Is This Answer Correct ? | 2 Yes | 0 No |
Hi,,Whatever code written above is right...but opcode for
update in rpg is 'updat'...so the right statement will be
Updat flf1
Is This Answer Correct ? | 0 Yes | 5 No |
what is dynslt and why we use that command when do we use command
i have a PF,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in PF
Define interactive jobs and batch jobs
what is multiple member pf
Which keyword is used both in subfile and subfile control record format of a DSPF?
how to update physical file using logucal file with example
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
hi iam very new to as400. i had created one physical file can any one tell command to enter data in to that
I had created one physical file tell me command to enter data in to?
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?
how to update physical files using normal logical file