Kbase 10954: bug error (43) cannot find or open file errno 26
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/12/1999 |
|
bug error (43) cannot find or open file errno 26
SPECIFIC to ibm6000
SPECIFIC to ibm6000
if your PROPATH is set up with the . before any other entries
you will receive error message "cannot find or open file errno 26"(43)
ex:
PROPATH=.:a.pl:b.pl;export PROPATH
run a.p
dif var x as char.
display search("d.r") format "x(40)".
set x.
run b.p.
display search("d.r") format "x(40)".
set x.
quit.
where b.p is
display "b".
if PROPATH=a.pl:b.pl:.;export PROPATH
code works fine.
Progress Software Technical Support Note # 10954