
Don’t know if this will help …
To access the members from sql on the 400 you would create an AS/400 SQL alias - name the file and member and then work with the Alias as if it were a file.
Phil

There are three general alternatives.
First is simply not to reference any member except the *FIRST member. Crystal Reports needs to use SQL to retrieve data, and SQL has no concept of members.
Second is to issue OVRDBF in the job. Override the member to the member you want to retrieve. You’ll need to determine if Crystal Reports can send a command before sending the query.
Third is as Phil says — create an ALIAS on the server. That might not be possible if you can’t create a logical file.
Tom

thans I will try these ideas - currently i do not have privlledges to do the create command to create an alais but I am working on that - thanks again
Tony
















