.UTIL GET EM NAME

This subroutine is called to get the Em name of the specified Process Type/Name.


Usage:

      PASS         <em_name>                  FIELD            SHARE? Y
      PASS         <process_type>             FIELD            SHARE? N
      PASS         <process_name>             FIELD            SHARE? N
      PASS         <application_id>           FIELD            SHARE? N
      PASS         <version>                  FIELD            SHARE? N
      GOSUB    --- .UTIL GET EM NAME
      *        Check for errors
      IF       --- .UTIL GET EM NAME          NE

Description:

This subroutine is called to get the Em name of the specified Process Type/Name. The first 3 parameters are required. If any required parameters are missing, the subroutine will CANCEL.

<em_name> returns the Em name (Required). This must be PASSed with Share "Y" to return the value. Note that this is not the full path to the Em on disk, it's just the 8 character file name with no extension.

<process_Type> is the process type. This must be a valid Process Type, INPUT, OUTPUT, JOB, SUBROUTINE, etc (Required).

<process_Name> is the process name (Required).

<application_Id> is the application that contains the above process. If not passed, the current application is assumed.

<version> is the version that contains the above process. If not passed, the current version is assumed.

Comments:

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


 

-- JeanNeron - 2011-09-27

This topic: APPX > WebHome > APPX510Features > APPXRuntimeSubroutineAPI > 0LASubrUtilGetEmName
Topic revision: 10 Feb 2012, JeanNeron
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback