aditya


{ City }
< Country > india
* Profession *
User No # 104547
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 0
Questions / { aditya }
Questions Answers Category Views Company eMail




Answers / { aditya }

Question { IBM, 32409 }

How we can delete all the Logical File of a Physical file
in one instance ?


Answer

i have copied a pf from another one and after updating that
pf ,i used it in my program.It was giving me an error.
After compiling the program i have found that it was
refering to previous record name.
Then in command line in CHGPF i mentioned program name and
source file name.
you will get 'Delete dependent logical file' option,make
it '*yes'.
That is how i deleted all the references.

Is This Answer Correct ?    0 Yes 0 No

Question { 8433 }

I know chain keyword retreive records randomly but how chain
keyword exactly works internally????


Answer

hello ,
see chain opcode locks the first record of pf and then
starts reading.it is useful when there are multiple
receivers present in your program and you want any specific
receiver.
it is always used with HIGH indicator.

Is This Answer Correct ?    5 Yes 0 No