SQL does not support multi-member database files. To access a member other than the first, create an alias.
Create alias mylib/Sales2017 for mylib/Saleshist(year2017)
Select * from mylib/Sales2017
A great place to learn RPG Free, SQL, CL programming tips and techniques
SQL does not support multi-member database files. To access a member other than the first, create an alias.
Create alias mylib/Sales2017 for mylib/Saleshist(year2017)
Select * from mylib/Sales2017