suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
Answer / farah
Improper error-handling in an application program can lead to a scenario where a file is locked (either using "share" access or with byte-range file locking) and cannot be accessed by other applications. If so, the user may be able to restore file access by manually terminating the malfunctioning program. This is typically done through the Task Manager utility.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
What is the difference Return and InLr?
How can you delete records form a file in rpg without using "Delete" OPCODE?
how to retrieve RRN value in RPGLE program
How do you find whether a job is a batch job or interactive?
What is the syntax of passing parameters to a procedure by value?
what is *place and *auto keyword in prtf ?plz explain
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
check existence of one record without using chain or read?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
Why Rpg/400 is Famous?
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)