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 |
how to update physical file using logucal file with example
Define interactive jobs and batch jobs
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
Can anybody tell why Journalling is compulsary before Commitment Control?
how to add a new field to a file without compiling it?
how can i know logical file belongs to which physical file without source?
CRTDTA AND CRTARA should be used along with?
How to retrieve a physical file after deleting that?
Suppose 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?