Does Server Module use PERMFILOVR
Does Server Module use PERMFILOVR
Would like to use PERMFILOVR to override to file(s) in another library. Does SERVER MODULES OAM investigate if a PERMFILOVR exists and use it for the actual location of desired the data file?
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: Does Server Module use PERMFILOVR
There's nothing special about a server module, so there's no reason why PERMFILOVR shouldn't work.
However, PERMFILOVR is intended for dealing with files with nonstandard names. Normally accessing files in a different library is handled by a change to the library list.
However, PERMFILOVR is intended for dealing with files with nonstandard names. Normally accessing files in a different library is handled by a change to the library list.
- MarcusLancaster
- Posts: 32
- Joined: Tue Nov 24, 2015 9:20 pm
Re: Does Server Module use PERMFILOVR
Hi all.
Related to this, I've recently used the POINT command in a server module to allow FETCH, SELECT etc to access data from a logical file with non-standard field names.
This worked as expected; data read successfully by the server routine.
Cheers.
Marcus.
Related to this, I've recently used the POINT command in a server module to allow FETCH, SELECT etc to access data from a logical file with non-standard field names.
This worked as expected; data read successfully by the server routine.
Cheers.
Marcus.