IFS Lock Questions

1

Check for file lock on the IFS in RPG
I need a way to check to see if a text file is locked on the IFS in an RPG program. I am running the following command in the rpg program: ReturnInt = Open(%Trim(EntryPath):O_RDONLY+O_SHARE_NONE);. When I do this for an excel file the returnint comes back with a -1 if the file is locked. However [...]

Answer Question   |  April 21, 2009  1:17 PM
IFS, IFS Lock, RPG
asked by:
25 pts.

1