Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Anchor
1041412
1041412
The + continuation character will not preserve trailing spaces in your line.


Panel

Html bobswift

<pre>
The following z/OS handler script:

begin_script              
 stmt "ls -a -             <---- Notice the continuation character "-"
 >dirfile"        
 end_script           

Will produce the following output when loaded to the uemh.db:

Handler ID...................: MFCTRIGGER_1
Handler Type.................: SCRIPT
Max Acceptable Return Code...: 0
Encrypted User File..........:
User ID......................: mfc1a
Script statements:
 ls -a  >dirfile
 Script Type..................: bat
Command Line Options.........: 
Last Modified On.............: 06/11/11 10:32:31 AM
Last Modified By.............: mfc1a
</pre>

Components

Anchor
1041443
1041443
Universal Event Monitor Manager for z/OS

...