How we can delete all the Logical File of a Physical file
in one instance ?
Answer Posted / pravin
Use CHGPF with Delete dependent logical file - *Yes
but it deletes only when u delete or remove those fields
from the pf which are used in lf
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
how to define to define a hidden filed in dspf ?
what is a logical file?
how do you specify the number of records to roll in a subfile ?
how many files can be defined in f specs?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
what is sflinz and sflrna?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
what opcode could be used to test an alphanumeric field for all numeric values?
what is a composite key?
what is rpg ?
how do you read changed records backward in subfile?
what is the use of unique keyword and what level it is defined?
what do we can do with the embedded sql statements?
i am using non join multiple format my 3 database file is like that pf97 R REC ENAME ETENNO ESTATUS K ENAME pf98 R REC1 ENAME ESAL K ENAME PF99 R REC3 ENAME CRDCARD EID K EID & MY NON JOIN LOGICAL FILE IS ALSO SAME EXCEPT RECORD NAMES BEFORE I TRIED WITH 2 FILES SO ITS SAYS ERROR I.E.(Key field attributes must be same as for previous formats. ) SO I CHANGED KEYFIELD ACCORDING TO PF SO ITS WORKING BUT AFTER ADDING 3 FILES ITS SAYING SAME ERROR . I DONT KNOW I NEW IN AS400 PLLZ HELP ME I HAVE ONE MORE QUE. CANT BE USE DIFFERENT KEYFIELD (NOT ACCORDING TO PF) IN NON JOIN LOGICAL FILE.