AUTO CLOSE

From Sysgem Support
Revision as of 16:45, 21 January 2011 by Mike.schofield (talk | contribs) (Created page with "Some tips for developers working within the Sysgem Enterprise Manager (SEM) environment. == AUTO_CLOSE == ''Automatically close the input form after a transaction is complete.'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Some tips for developers working within the Sysgem Enterprise Manager (SEM) environment.

AUTO_CLOSE

Automatically close the input form after a transaction is complete.

Normally, the "results pane" remains open after a SEM transaction is compleet, to show the output from the script that has run on the target system. Sometimes, however, it is desirable to close the window automatically as soon as the script has completed on the target server.

Output the following string to standard output from any of the following scripts:

  • (M) Fields
  • (M) Pre-processing
  • (M) Post-processing
  • (M) AS400
  • (M) Windows / NT
  • (M) UNIX
  • (M) VMS

String to output:

   "@{{AUTO_CLOSE"

e.g. from a Perl script:

   print "\@{{AUTO_CLOSE\n";