ISeries / AS400 FAQ : (Category) Programming : (Category) SQL : How do I access a specific member with SQL?

You can create logical files that point to a particular member or use the SQL CREATE ALIAS function. Here's an example: CREATE ALIAS mylib/SALESJAN for prodlib/SALESFIL(JAN). If running an iSeries program, you can also do an OVRDBF SALESFIL TOFILE(prodlib/SALESFIL) TOMBR(JAN).

This works with ODBC if you create a stored procedure and call that from ODBC. Use the member name as one of the parameters and do the override there. More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions