Is there a way to turn a JES2 exit on/off on the fly? We want to be able to turn the exit 6 on during the day, but off at night.
Larry
yes, there is an easy way to do it:
$TEXIT(6),STATUS=DISABLED
and
$TEXIT(6),STATUS=ENABLED
You can do it also using an assembler program!
Regards
Yves Colliard
ycos.de
/jack
----- Original Message -----
From: "Larry Dinwiddie" <LDinw...@HWCS.COM>
To: <JES...@LISTSERV.VT.EDU>
Sent: Tuesday, November 06, 2007 3:42 PM
Subject: Turning exits on/off
> This is a multi-part message in MIME format.
>
> ------_=_NextPart_001_01C820B5.991061CE
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
>
> Is there a way to turn a JES2 exit on/off on the fly? We want to be
> able to turn the exit 6 on during the day, but off at night.
>
> =20
>
> =20
>
> Larry
>
>
> ------_=_NextPart_001_01C820B5.991061CE
> Content-Type: text/html;
> charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
>
> <html>
>
> <head>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Dus-ascii">
>
>
> <meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">
>
> <style>
> <!--
> /* Style Definitions */
> p.MsoNormal, li.MsoNormal, div.MsoNormal
> {margin:0in;
> margin-bottom:.0001pt;
> font-size:12.0pt;
> font-family:"Times New Roman";}
> a:link, span.MsoHyperlink
> {color:blue;
> text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed
> {color:purple;
> text-decoration:underline;}
> span.EmailStyle17
> {font-family:Arial;
> color:windowtext;}
> @page Section1
> {size:8.5in 11.0in;
> margin:1.0in 1.25in 1.0in 1.25in;}
> div.Section1
> {page:Section1;}
> -->
> </style>
>
> </head>
>
> <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
>
> <div class=3DSection1>
>
> <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> style=3D'font-size:10.0pt;
> font-family:Arial'>Is there a way to turn a JES2 exit on/off on the =
> fly? We
> want to be able to turn the exit 6 on during the day, but off at =
> night.</span></font></p>
>
> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> style=3D'font-size:
> 12.0pt'> </span></font></p>
>
> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> style=3D'font-size:
> 12.0pt'> </span></font></p>
>
> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> style=3D'font-size:
> 12.0pt'>Larry</span></font></p>
>
> </div>
>
> </body>
>
> </html>
>
> ------_=_NextPart_001_01C820B5.991061CE--
>
Is there a way to turn a JES2 exit on/off on the fly? We want to be able to turn the exit 6 on during the day, but off at night.
Larry
---------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to Central.Sec...@siemens.com Thank you |
>The $T EXIT(6) command has ENABLE/DISABLE options.
>
>/jack
In addition, the $TA command can be used to automate the issuance of
the commands to enable/disable the exit at designated times.