Need your help.
I need to access records in a spcific physical file member using the STRSQL command on the i with the statements below without success:
CREATE ALIAS r37files/vgldetl_mbr FOR r37files/vgldetl(vd012011)
select * from r37files/vgldetl_mbr
The following message was received:
Keyword SELECT not expected. Valid tokens: <END-OF-STATEMENT>.
What is missing?
Thanks much.