George wrote: > Jim says: >"...Fileman contains routines to initialize ^%ZOSV for other platforms, such >as ^DINZDTM, DINZMSM, ^DINZONT, ^DINZVXD, etc, but not for GT.M. Perhaps >they are/should be deprecated or superceded?..." > >Sorry. Not true. If you look closely, you'll see that the routines you >mention initialize the ^%ZOSF global, not the %ZOSV* routines.
The essential statement above is not false either, although I referred to the DINZ* routines where I meant to refer to the DINV* routines. These load platform-specific versions of the routines ^%ZOSV and %ZOSV1, while the DINZ* routines load platform specific code into global ^%ZOSF. The omission of routines for GT.M from both of these sets of routines is essentially a single problem of Fileman depending on platform specific features and leaving out the necessary initialization. Since the code to initialize the platform specific features is included elsewhere in VistA, this is a (minor) problem only for those of us who want to run Fileman in an environment that may be incompatible with some other parts of VistA. --------------------------------------- Jim Self Systems Architect, Lead Developer VMTH Computer Services, UC Davis (http://www.vmth.ucdavis.edu/us/jaself) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
