pql connect tabfile with no filename specified will crash.
Minor
Closed - Fixed
Found:XS.01.12 06 AUG 2009
Fixed:XS.01.13 06 AUG 2009
DETAILS
The PQL CONNECT TABFILE command will crash if the filename is not specified.
EXAMPLE PROGRAM
program
pql connect tabfile 'ANYTAB'
end program
WORKAROUND
The default filename is meant to be the tabfile name + ".tbf" so if you
want the
default value then specify this explicitly.
program
pql connect tabfile 'ANYTAB' filename 'ANYTAB.tbf'
end program