<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to embed special, control and function char in DCL Batch Job? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775499#M19584</link>
    <description>Is this ISE GUI interface your target for scripting (and scraping) operating locally on the Microsoft Windows box, and are you attempting to use VMS (somehow) to script (and scrape) this Windows GUI?  (This configuration won't work.)&lt;BR /&gt;&lt;BR /&gt;If Unix is your tools preference, then use that.  Your chances of scripting a terminal-based display are far better with Unix and particularly with the expect tool.  (And that tool targets command-line interfaces, and not GUI scraping.)&lt;BR /&gt;&lt;BR /&gt;It would seem very likely this ISE tool has a command interface, and that would usually be the easiest approach.  Either for direct management, or for scraping via expect. &lt;BR /&gt;&lt;BR /&gt;Screen scraping (Windows, Unix, OpenVMS, Mac OS X, Linux, BSD, OS/2, MVS, anywhere) and web scraping are  approaches of last resort.  And GUI scraping requires platform-specific tools.&lt;BR /&gt;</description>
    <pubDate>Sat, 09 Apr 2011 12:28:46 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2011-04-09T12:28:46Z</dc:date>
    <item>
      <title>How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775493#M19578</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm new to the forum and I'm looking to solve a problem with embedding special characters (*), control, Insert and Function keys (Cntrl C, Cntrl F10), into a batch job.  The job logs in to the DCL or an ISE application called, ISE Schedule, the job(s) need to perform an emulation of these key strokes to control some of routines being executed. The termtype the DCL is logging into is a DEC vt420.  What would be the best way to accomplish this?  Thanks in advance for any ideas you can help with on this request!</description>
      <pubDate>Fri, 08 Apr 2011 21:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775493#M19578</guid>
      <dc:creator>RM Martin</dc:creator>
      <dc:date>2011-04-08T21:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775494#M19579</link>
      <description>&lt;!--!*#--&gt;There are ways to express non-printable&lt;BR /&gt;characters in DCL, but it's not clear what&lt;BR /&gt;you would be doing with them.  Trying to&lt;BR /&gt;operate some menu-driven interactive&lt;BR /&gt;application which normally deals with a VT&lt;BR /&gt;terminal can be difficult to arrange from&lt;BR /&gt;any kind of command procedure, whether it's a&lt;BR /&gt;batch job or not.&lt;BR /&gt;&lt;BR /&gt;A programming/programmer guide for a VTxxx&lt;BR /&gt;could tell you what a real VTxxx transmits&lt;BR /&gt;when keys are pressed.  (My handy VT220&lt;BR /&gt;Programmer Pocket Guide doesn't seem to&lt;BR /&gt;suggest anything for a combination like&lt;BR /&gt;Ctrl/F10, however.  And a DECterm seems to&lt;BR /&gt;interpret Ctrl/F10 itself, rather than&lt;BR /&gt;passing it along to the application.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The termtype the DCL is logging into is a&lt;BR /&gt;&amp;gt; DEC vt420.&lt;BR /&gt;&lt;BR /&gt;I don't know what that means.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What would be the best way to accomplish&lt;BR /&gt;&amp;gt; this?&lt;BR /&gt;&lt;BR /&gt;Depending on exactly what you really wish to&lt;BR /&gt;do, my guess would be that the best way would&lt;BR /&gt;be to use some non-interactive interface,&lt;BR /&gt;rather than trying to fake interaction&lt;BR /&gt;through an interactive interface.</description>
      <pubDate>Fri, 08 Apr 2011 21:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775494#M19579</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-04-08T21:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775495#M19580</link>
      <description>Welcome to the OpenVMS Forum!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The answer to your question is easy, but as Steven also suggests, it is unlikely to help you solve the real problem.&lt;BR /&gt;&lt;BR /&gt;Be sure to Google around. &lt;BR /&gt;For the application first and OpenVMS secondarely.&lt;BR /&gt;&lt;BR /&gt;In the end you may need a tool like DTM = 'DEC TEST MANAGER' or 'EXPECT' or KERMIT.&lt;BR /&gt;Or write dedicated solution perhaps using a PSUEDO TERMINAL (FT driver).&lt;BR /&gt;RTFM and check out sys$examples:ALPHA_LOGGER.C&lt;BR /&gt;Indeed include those terms in your Google exploit.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6136/6136pro_025.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6136/6136pro_025.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now to answer your question:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; How to embed special, control and function char in DCL Batch Job?&lt;BR /&gt;&lt;BR /&gt;1) You could use an editor, or specialized tool to embed them into text. OpenVMS is very tolerant for that. Then TYPE that text file.&lt;BR /&gt;&lt;BR /&gt;2) As per above but include them in data lines within a DCL procedure.&lt;BR /&gt;&lt;BR /&gt;3) Set up symbols using BIT level assigment and manipulated those in concatenations, and WRITE actions.&lt;BR /&gt;&lt;BR /&gt;Example below.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ esc[0,8]=27&lt;BR /&gt;$ write sys$output esc,"[2J",esc,"[H"&lt;BR /&gt;$&lt;BR /&gt;$ bel[0,8]=7&lt;BR /&gt;$ write sys$output bel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2011 21:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775495#M19580</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-04-08T21:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775496#M19581</link>
      <description>There may be an alternative approach available, rather than trying to do this via the GUI.&lt;BR /&gt;&lt;BR /&gt;Per the ISE documentation...&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;How to enter EnterpriseSCHEDULE Commands&lt;BR /&gt;&lt;BR /&gt;EnterpriseSCHEDULE can be controlled, monitored and administered using commands that are described in the EnterpriseSCHEDULE Reference manual. Nearly all functions that are available in the Windows GUI can be accomplished using commands.EnterpriseSCHEDULE objects (jobs, layouts, calendars etc.) are organized in a two tiered directory structure that is internal to EnterpriseSCHEDULE and is not part of the UNIX directory structure. There are three ways to access the EnterpriseSCHEDULE line command shell.&lt;BR /&gt;--</description>
      <pubDate>Fri, 08 Apr 2011 22:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775496#M19581</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-04-08T22:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775497#M19582</link>
      <description>Hein, &lt;BR /&gt;&lt;BR /&gt;I've had moderate success using the editor approach as your example showed.  Thanks for the tips.  Do you or any others in the forum think that there may be more or less success trying to re-assign the non-printable key functions to printable ones through something like a DEFINE statement?  I'm a bit new to VMS (more of a UNIX type -- so, hope this makes sense).  Also, The ISE Enterprise Schedule is a Windows PC Application which uses GUI and connects via a virtual terminal connection (vt420), if that helps.&lt;BR /&gt;&lt;BR /&gt;There was also mention of using KERMIT.  Can a string of non-printable commands be created, saved and called upon from KERMIT to interface with the ISE Enterprise Schedule App somehow?  If so, how would that be accomplished?&lt;BR /&gt;&lt;BR /&gt;Just trying to explore my options.  Thanks for any ideas you and the forum can provide.</description>
      <pubDate>Sat, 09 Apr 2011 02:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775497#M19582</guid>
      <dc:creator>RM Martin</dc:creator>
      <dc:date>2011-04-09T02:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775498#M19583</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] re-assign the non-printable key&lt;BR /&gt;&amp;gt; functions to printable ones through&lt;BR /&gt;&amp;gt; something like a DEFINE statement?&lt;BR /&gt;&lt;BR /&gt;I don't think that DEFINE does what you might&lt;BR /&gt;think it does.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Can a string of non-printable&lt;BR /&gt;&amp;gt; commands be created, saved and called upon&lt;BR /&gt;&amp;gt; from KERMIT to interface with the ISE&lt;BR /&gt;&amp;gt; Enterprise Schedule App somehow? If so, how&lt;BR /&gt;&amp;gt; would that be accomplished?&lt;BR /&gt;&lt;BR /&gt;Bearing in mind that I know nothing about&lt;BR /&gt;"the ISE Enterprise Schedule App", or how you&lt;BR /&gt;talk to it from where, Kermit offers the&lt;BR /&gt;ability to communicate over a serial line (or&lt;BR /&gt;Telnet, rlogin, SSH, ... connection), and&lt;BR /&gt;then follow a script, where the scripting&lt;BR /&gt;language offers some considerable flexibility&lt;BR /&gt;(including easy specification of non-printing&lt;BR /&gt;ASCII characters).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.columbia.edu/kermit/ckscripts.html" target="_blank"&gt;http://www.columbia.edu/kermit/ckscripts.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A recent thread on comp.os.vms points to&lt;BR /&gt;recent Kermit stuff for VMS in a vaguely&lt;BR /&gt;similar context:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/browse_thread/thread/d755da029162fbc8" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/browse_thread/thread/d755da029162fbc8&lt;/A&gt;</description>
      <pubDate>Sat, 09 Apr 2011 05:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775498#M19583</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-04-09T05:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775499#M19584</link>
      <description>Is this ISE GUI interface your target for scripting (and scraping) operating locally on the Microsoft Windows box, and are you attempting to use VMS (somehow) to script (and scrape) this Windows GUI?  (This configuration won't work.)&lt;BR /&gt;&lt;BR /&gt;If Unix is your tools preference, then use that.  Your chances of scripting a terminal-based display are far better with Unix and particularly with the expect tool.  (And that tool targets command-line interfaces, and not GUI scraping.)&lt;BR /&gt;&lt;BR /&gt;It would seem very likely this ISE tool has a command interface, and that would usually be the easiest approach.  Either for direct management, or for scraping via expect. &lt;BR /&gt;&lt;BR /&gt;Screen scraping (Windows, Unix, OpenVMS, Mac OS X, Linux, BSD, OS/2, MVS, anywhere) and web scraping are  approaches of last resort.  And GUI scraping requires platform-specific tools.&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Apr 2011 12:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775499#M19584</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-04-09T12:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775500#M19585</link>
      <description>Hmmm I thought Hoff's earlier find about alternative control was promissing.&lt;BR /&gt;&lt;BR /&gt;To continue on the possibly hopeless path to insert control characters and such...&lt;BR /&gt;&lt;BR /&gt;TPU: &lt;A href="http://h71000.www7.hp.com/wizard/wiz_5968.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_5968.html&lt;/A&gt;&lt;BR /&gt;EDT: &lt;A href="http://www.atl.lmco.com/projects/csim/gui/edt/" target="_blank"&gt;http://www.atl.lmco.com/projects/csim/gui/edt/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I also seem to recall a &lt;GOLD&gt; N &lt;GOLD&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;Or you could dump a repetoire in a file and copy characters from there.&lt;BR /&gt;&lt;BR /&gt;Here is an example of getting them in a file:&lt;BR /&gt;&lt;BR /&gt;----  ascii.com ---&lt;BR /&gt;$ names = "NUL,SOH,STX,ETX,EOT,ENQ,ACK,BEL,BS ,HT ,LF ,VT ,FF ,CR ,SO ,SI ," + -&lt;BR /&gt;          "DLE,DC1,DC2,DC3,DC4,NAK,SYN,ETB,CAN,EM ,SUB,ESC,FS ,GS ,RS ,US "&lt;BR /&gt;$ i = 0&lt;BR /&gt;$ line = ""&lt;BR /&gt;$loop:&lt;BR /&gt;$ c[0,8] = i&lt;BR /&gt;$ line = line + c + c + c + " " + F$ELEM(i,",",names) + " "&lt;BR /&gt;$ i = i + 1&lt;BR /&gt;$ IF i .EQ. 8 * ( i / 8 )&lt;BR /&gt;$ THEN&lt;BR /&gt;$   write sys$output line&lt;BR /&gt;$   line = ""&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$ IF i .lt. 32 THEN GOTO loop&lt;BR /&gt;$&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;$ @ascii / out=ascii.txt&lt;BR /&gt;&lt;BR /&gt;Verify with DUMP&lt;BR /&gt;&lt;BR /&gt;$ DUMP/RECORD ascii.txt&lt;BR /&gt;&lt;BR /&gt;Verify with the old EDT editor&lt;BR /&gt;&lt;BR /&gt;$ edit/edt tmp.tmp&lt;BR /&gt;^@^@^@ NUL ^A^A^A SOH ^B^B^B STX ^C^C^C ETX&lt;BR /&gt;^D^D^D EOT ^E^E^E ENQ ^F^F^F ACK ...&lt;BR /&gt;&lt;BR /&gt;Now a plain EDIT ( TPU ) is not too helpful.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;/ENTER&gt;&lt;/GOLD&gt;&lt;/GOLD&gt;</description>
      <pubDate>Sat, 09 Apr 2011 12:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775500#M19585</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-04-09T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775501#M19586</link>
      <description>I've tried experimenting with this stricting from DCL.   You can write a DCL script from within a DCL script to assign the Ascii codes but you hit a road block  because of the terminal type always being zero onside DCL goes withing the "Vendor application software".   For example, you can find the actual asci codes on your system by pressing them within an "application" using set-ups like this:&lt;BR /&gt;&lt;BR /&gt;$! --- screen control -------------------&lt;BR /&gt;$ SAY == "WRITE SYS$OUTPUT"&lt;BR /&gt;$ CLS=" "&lt;BR /&gt;$ ESC[0,8] = 27&lt;BR /&gt;$ CRLF = F$FAO("!/")&lt;BR /&gt;$ CLS = ESC+"[H"+ESC+"[J"&lt;BR /&gt;$  F10 = ESC+"[21~"&lt;BR /&gt;$  F7  = ESC+"[18~" + "Q"&lt;BR /&gt;$ PGUP  = "|"+ESC+"[5~"+"|"&lt;BR /&gt;$ PGDN  = "|"+ESC+"[6~"+"|"&lt;BR /&gt;$ UPARRW= "|"+ESC+"[A"+"|"&lt;BR /&gt;$ DNARRW= "|"+ESC+"[B"+"|"&lt;BR /&gt;$ SAY "F10 = ''F10'"&lt;BR /&gt;$ SAY "F7 = ''F7'"&lt;BR /&gt;$ SAY "PGUP = ''PGUP'"&lt;BR /&gt;$!WAIT 00:00:05&lt;BR /&gt;$ SAY "PGDN = ''PGDN'"&lt;BR /&gt;$!WAIT 00:00:05&lt;BR /&gt;$ SAY "UPARRW = ''UPARRW'"&lt;BR /&gt;$!WAIT 00:00:05&lt;BR /&gt;$ SAY "DNARRW = ''DNARRW'"&lt;BR /&gt;&lt;BR /&gt;The issue is when you try to incorporate something like the |F10| within the DCL script while its in a "Vendor application",&lt;BR /&gt;where the terminal type is always assumed to be "0".  so it ignores your DCL command,&lt;BR /&gt;such as an |F10|, [F7|Q for F7 &amp;amp; Quit.&lt;BR /&gt;Any one ever get around that with just DCL??&lt;BR /&gt;&lt;BR /&gt;   VT 420 is a terminal tube serially linked to a VMS box.&lt;BR /&gt;ISE Schedule is a third party software &lt;BR /&gt;package that intefaces with OpenVMS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2011 12:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775501#M19586</guid>
      <dc:creator>David Phelps</dc:creator>
      <dc:date>2011-04-11T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed special, control and function char in DCL Batch Job?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775502#M19587</link>
      <description>You are using a VT420.&lt;BR /&gt;&lt;BR /&gt;You are using DCL.&lt;BR /&gt;&lt;BR /&gt;You are using an I-S-E scheduling package (possibly the EnterpriseSCHEDULE package) via the GUI interface.&lt;BR /&gt;&lt;BR /&gt;If you are invoking the EnterpriseSCHEDULE application on OpenVMS from within this same DCL command procedure, then DCL is not active, and thus not passing input. &lt;BR /&gt;&lt;BR /&gt;This given you can't run DCL from a VT420 itself, which means you need another path from your DCL or your scripting into the GUI application interface.&lt;BR /&gt;&lt;BR /&gt;With OpenVMS, this path might be a network connection or a serial terminal connection (wrapped around and back at the same host) or it might be a pseudo-terminal connection (which is an internal loopback) to control the target process.  More than just DCL is involved here.&lt;BR /&gt;&lt;BR /&gt;Now all that aside, the Windows MS-DOS command interface into the tool would be the best path for scripting the tool.  For the general syntax of the command interface available within the I-S-E EnterpriseSCHEDULE package, see the "EnterpriseSCHEDULE command examples" in this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.i-s-e.com/pdf/quick_start_VMS.pdf" target="_blank"&gt;http://www.i-s-e.com/pdf/quick_start_VMS.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I expect there's more information on the available commands and options within the associated reference materials.&lt;BR /&gt;&lt;BR /&gt;Based on the following FAQ document, it also appears there is (was?) a schedule command available at DCL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.xuis.com/Support/FAQs/XS-EnterpriseSCHEDULE_FAQs/xs-enterpriseschedule_faqs.html" target="_blank"&gt;http://www.xuis.com/Support/FAQs/XS-EnterpriseSCHEDULE_FAQs/xs-enterpriseschedule_faqs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And yes, it looks like this is a different organization with the same tool available.  (If you poke around, you'll find the ISE logo posted, too.)&lt;BR /&gt;&lt;BR /&gt;Visit or search or call I-S-E folks, and see if they have some DCL Schedule documentation available.  Or log into OpenVMS and enter the command, and see if there's online help available.&lt;BR /&gt;&lt;BR /&gt;Failing that command-line path from either the MS DOS command box on Windows or from DCL on VMS, I'd look to use the web path into the tool, as that's somewhat less scraping, and it's easier to scrape and script a web interface as there are some tools available for that.  (As opposed to scraping and scripting DCL, which really doesn't have tools.)</description>
      <pubDate>Mon, 11 Apr 2011 14:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-embed-special-control-and-function-char-in-dcl-batch-job/m-p/4775502#M19587</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-04-11T14:17:16Z</dc:date>
    </item>
  </channel>
</rss>

