nagaraju


{ City } hyderabad
< Country > india
* Profession * softwrae eng
User No # 19452
Total Questions Posted # 0
Total Answers Posted # 4

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

Users Marked my Answers as Correct # 38
Users Marked my Answers as Wrong # 37
Questions / { nagaraju }
Questions Answers Category Views Company eMail




Answers / { nagaraju }

Question { Ocwen, 46064 }

Which command we can use to update a physical file using c.l pgm?


Answer

PGM
UPDDTA FILE(*LIBL/FILENAME)
ENDPGM

By Using above command we update pf in cl pgm.

Is This Answer Correct ?    6 Yes 28 No

Question { Ocwen, 46064 }

Which command we can use to update a physical file using c.l pgm?


Answer

its not possible to update the physical file by using CL
program.

Is This Answer Correct ?    14 Yes 7 No


Question { 10623 }

Can somebody tell me that, Is it possible to read all the
member of PF without OVRDBF?


Answer

fFile if e disk extfile(File Name) usropn
f extmbr(mbrnam)
d mbrnam s 10
d File Name s 20


file declared as external member in pgm we read the records
from member with out doing ovrdbf.

Is This Answer Correct ?    15 Yes 0 No

Question { 17860 }

What is the difference Return and InLr?


Answer

If we can use Inlr - File are closed status after ending
the program.
Return - files are in open status after ending the
program.

Is This Answer Correct ?    3 Yes 2 No