how can you detect and handle a record lock situation?
Answer / rinku khan
If you try to read the locked record, we can get system defined message i. e. , the program will ended abnormally. With the help of File Information Data Structure we can handle record lock situation.Generally it will happen, when the same file of type " U" used in different programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
which of the cl command can be used to determine which logical files are dependent on a specific file?
When would the ALL keyword be used?
What is the purpose of reorganizing the physical file i.e. , RGZPFM?
what are the various types of device files?
Can anybody know difference between SNDUSRMSG AND SNDPGMMSG IN CL PROGRAMMING? IF DON'T KNOW MAIL ME @ gkarthik.as400@gmail.com
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
For AS/400 Freshers good website is
what is externally described file ?
What is a Device file?
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output