Common: Difference between revisions

From Sysgem Support
Jump to navigationJump to search
Created page with "'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'. ---- ''Understanding the "Common" definition page in the SEM Development Interface'' '''..."
 
No edit summary
 
Line 15: Line 15:




Any script text included in the "Common" page is inserted into all scripts running on the SEM workstation or on the SEM Agent. It is therefore a good place to put common subroutines that are needed frequently. However, since the text is included in *ALL* scripts, use this feature sparingly. Consider using [[Include Files]] instead since these may be included or not as required.
Any script text included in the "Common" page is inserted (at run time) into all scripts running on the SEM workstation or on the SEM Agent. It is therefore a good place to put common subroutines that are needed frequently. However, since the text is included in *ALL* scripts, use this feature sparingly. Consider using [[Include Files]] instead since these may be included or not as required.


Enter the scripts in the appropriate tab relative to the operating system required. All workstation scripts are written in Perl.
Enter the scripts in the appropriate tab relative to the operating system required. All workstation scripts are written in Perl.

Latest revision as of 11:05, 24 February 2011

'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.


Understanding the "Common" definition page in the SEM Development Interface


Edit the 'Common' Page

This section describes the purpose of the 'Common' page in a display contained in a SEM library.



Any script text included in the "Common" page is inserted (at run time) into all scripts running on the SEM workstation or on the SEM Agent. It is therefore a good place to put common subroutines that are needed frequently. However, since the text is included in *ALL* scripts, use this feature sparingly. Consider using Include Files instead since these may be included or not as required.

Enter the scripts in the appropriate tab relative to the operating system required. All workstation scripts are written in Perl.