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 |
How do you find whether a job is a batch job or interactive?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
How to declare the pull button in AS/400..
Can a indexed file be accessed in arrival sequence in RPG?
How to print Superscript / Subscript from RPG400
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
how to check on which PF , the LF is dependant ?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.