Script Variables: Difference between revisions

From Sysgem Support
Jump to navigationJump to search
No edit summary
Blanked the page
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.


== Script Variables ==
''A list of all the script variables preset by the SEM framework:''
This section descibes the variables that are predefined at the start of all scripts used in SEM Display Windows and the transactions invoked from those windows.
There are two main occasions when scripts are invoked by the SEM framework:
* When a SEM display window is started.
* When a menu option is invoked from within a SEM display window.
'''''When a Display is Started:'''''
The following scripts are invoked when a SEM display is started:
* [[Startup: Initialise]]
* [[Main Display Script: Pre-Processing]]
* [[Main Display Script: Post-Processing]]
* [[Main Display Script: Windows Agent]]
* [[Main Display Script: UNIX Agent]]
* [[Main Display Script: VMS Agent]]
'''''When a menu option is invoked:'''''
The following scripts are invoked when a SEM Menu Option is selected:
... before the input form is displayed:
* [[(I) AS/400]]
* [[(I) Windows]]
* [[(I) UNIX]]
* [[(I) VMS]]
* [[(I) Post-Processing]]
* [[(M) Controls]]
* [[(M) Fields]]
... after data has been entered into the input form:
* [[(M) Pre-Processing]]
* [[(M) AS/400]]
* [[(M) Windows]]
* [[(M) UNIX]]
* [[(M) VMS]]
* [[(M) Post-Processing]]

Latest revision as of 12:16, 3 February 2011