Tags:
create new tag
view all tags

.ENV GET PATH NAME

This subroutine returns the path name of the requested Appx file.


Usage:

      PASS         <file_path>                FIELD            SHARE? Y
      PASS         <app_id>                   FIELD            SHARE? N
      PASS         <file_name>                FIELD            SHARE? N
      PASS         <error_msg>                FIELD            SHARE? Y
      PASS         <database>                 FIELD            SHARE? N
      PASS         <version>                  FIELD            SHARE? N
      GOSUB    --- .ENV GET PATH NAME
      *        Check for errors
      IF       --- .ENV GET PATH NAME         NE

Description:

This subroutine returns the path name of the requested Appx file. The first three parameters are required, if any are missing the subroutine will CANCEL. The remaining parameters are optional, depending on the type of file (see below).

<file_path> returns the path and file name of the requested file (Required). This must be PASSed with Share "Y" to return the value. Note that this will not include the '.dat' extension

<app_id> is the application id of the file you are interested in (Required).

<file_name> is the Data Dictionary name of the file you are interested in (Required).

<error_msg> will contain any additional error information (optional).

<database> is the name of the database that contains the file you are interested in. If not PASSed, it will default to the current database.

<version> is the version that contains the file you are interested in. If not PASSed, it will default to the version used by <database>, unless you are checking a Design File (see below).

This will only work for permanent disk based files. You cannot use this on Appx/Net files, or files stored in a RDBMS.

There are 3 types of files you can inquire on. Each type has it's own requirements for the parameters that must be passed:

Normal Data Files

  • <app_id> must be supplied
  • <database> is optional and will default to the current database
  • <version> is optional and will default to the start up version of the specified database
System Administration Files
  • <app_id> can be blank, the contents will be ignored.
  • <database> must be 0SA
  • <version> can be blank, the contents will be ignored.
Application Design Files
  • <app_id> must be filled in.
  • <database> must be 0AD
  • <version> must be filled in.
If the field you passed in <file_path> is too short to contain the data, --- .ENV GET PATH NAME will be set to "Data was truncated".

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-01-27

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2012-03-20 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback