Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LE environment variables, such as TZ, are set with the LE option ENVAR using the JCL step PARM keyword. For example, the following statement sets the standard time zone to Eastern Standard Time (EST) with an offset of 5 hours and the daylight saving time zone to Eastern Daylight Saving Time (EDT).


<pre>
//PS1      EXEC PGM=UCMD,PARM='ENVAR(TZ=EST5EDT)/&UPARM'
</pre>
Panel
Html bobswift


Note
titleNote

The forward slash ( / ) character separates the LE runtime parameters from the program parameters.

...