can we use cl programming to update or delete physical files
Answer Posted / nirosh
We can clear all records from the physical file using
CLRPFM command. If we want delete PF we can use DLTF
command.But before delete any PF first of all we need to
delete all the LFs related in that PF.(DSPDBR=Display Data
Base Relations,we can get all LFs relating to that PF)You
must give the correct Library name for all the commands
above. I don't know how to update PF from the CL
programming.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
are there any useful c runtime apis that I can call from rpg iv?
what is the difference between do while and do until?
What is the purpose of record level identifier?
what is a rpg?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
how can you display specific subfile page on the screen in unequal subfile?
Explain mdt?
what are the key words you must use when using a subfile?
how does the rpg element work?
How would display prime numbers using CL program?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How to select highest score of each subject or how to select highest income of every month?
What is ment by record level identifier?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?