<?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: Moving forms from one VMS server to another VMS server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019448#M84723</link>
    <description>Dean,&lt;BR /&gt;&lt;BR /&gt;Bill's procedure was one of four that generates DCL for queue characteristics, definitions, forms, and jobs.&lt;BR /&gt;&lt;BR /&gt;I use a concatenation of all four to save the queue database.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
    <pubDate>Mon, 18 Jun 2007 15:35:58 GMT</pubDate>
    <dc:creator>Martin Vorlaender</dc:creator>
    <dc:date>2007-06-18T15:35:58Z</dc:date>
    <item>
      <title>Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019431#M84706</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I have tons of forms from one VMS server that I would like to migrate them over to another VMS server.  I would like to know how I can do this?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Wed, 13 Jun 2007 12:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019431#M84706</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-13T12:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019432#M84707</link>
      <description>Forms as in dcps printing forms or something else?</description>
      <pubDate>Wed, 13 Jun 2007 13:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019432#M84707</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-06-13T13:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019433#M84708</link>
      <description>When you type "show que/form" command and they system list out all of the forms.  These are the forms that I would like to migrate them to another VMS server.  Can this be done??&lt;BR /&gt;&lt;BR /&gt;~ Many thanks</description>
      <pubDate>Wed, 13 Jun 2007 13:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019433#M84708</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-13T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019434#M84709</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;I have attached a DCL procedure that I got off of DSNlink many years ago.  I believe it should work for you.&lt;BR /&gt;&lt;BR /&gt;Remember, the procedure will only generate a procedure to replicate your form definitions.  You will have to merge the form definitions and form numbers on the new system yourself.  You will also have to move any device control libraries and/or the individual setup modules your forms require.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 13 Jun 2007 15:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019434#M84709</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2007-06-13T15:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019435#M84710</link>
      <description>the form definitions live in a device control library (usually sysdevctl.tlb)&lt;BR /&gt;This is a text library, you can extract the definitions as .txt using the LIB command,&lt;BR /&gt;then copy to the target system and reload again using LIB&lt;BR /&gt;You have to restart print symbionts or services for them to access new forms.&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 13 Jun 2007 18:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019435#M84710</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2007-06-13T18:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019436#M84711</link>
      <description>Phil, the modules that have the actual codes called by the /setup switch on the form are in device control libraries, but I think Jorge wants to know if the actual definitions can be moved over "easily" eg. he doesn't want to :&lt;BR /&gt;&lt;BR /&gt;$ define/form name number /all_the_characteristics&lt;BR /&gt;&lt;BR /&gt;a thousand times.&lt;BR /&gt;&lt;BR /&gt;My only suggestion would be to show all your forms to a file and then use keyboard macros in your favorite editor to create a command procedure which will do the defining.  The form displays are fairly uniform and a keyboard learn sequence on one, should be able to do the rest.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 14 Jun 2007 08:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019436#M84711</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-06-14T08:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019437#M84712</link>
      <description>Ok, I have this form 'A' with these attributes:&lt;BR /&gt;Form name                            Number   Description&lt;BR /&gt;---------                            ------   -----------&lt;BR /&gt;A                                         2   GREEN BAR&lt;BR /&gt;    /LENGTH=66 /MARGIN=(BOTTOM=6) /STOCK=A /TRUNCATE /WIDTH=180&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How I go about setting it up the old fashion manual way?&lt;BR /&gt;&lt;BR /&gt;Thank you everyone -&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 14 Jun 2007 08:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019437#M84712</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-14T08:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019438#M84713</link>
      <description>As a start:&lt;BR /&gt;&lt;BR /&gt;$ help define /form ;-)&lt;BR /&gt;&lt;BR /&gt;$ define/form A 2 /DESCRIPTION="GREEN BAR" /LENGTH=66 /MARGIN=(BOTTOM=6) /STOCK=A /TRUNCATE /WIDTH=180&lt;BR /&gt;&lt;BR /&gt;Have a look at the DCL command procedure provided by Bill, looks like it will do all this for you ... I just tried it on a test system and it all looks correct.  Redirect the output to a file and your done.  Thanks Bill, this will come in handy!&lt;BR /&gt;&lt;BR /&gt;And as Bill mentioned, don't forget to move all the libraries over.  If you show your queues/full, the files referenced by /LIBRARY= should all be in SYS$LIBRARY by default unless otherwise noted.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 14 Jun 2007 08:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019438#M84713</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-06-14T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019439#M84714</link>
      <description>There is a 'Forms.Lis' file in SYS$LIBRARY on the original system - I should just be able to use this forms.lis file, right?  &lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 14 Jun 2007 10:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019439#M84714</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-14T10:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019440#M84715</link>
      <description>I would suspect that FORMS.LIS is something some put there.  Forms libraries have a .TLB extension (Text LiBrary).&lt;BR /&gt;&lt;BR /&gt;Run the command procedure Bill provided.  It creates a command procedure which will do all the forms definitions.  Either copy/paste the output into an empty file and call it whatever you like or execute Bill's procedure with /out=define_forms.com (or whatever you want to call it).  Copy this command procedure to your new system and execute it.  Done (with the exception of copying over your libraries).&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Thu, 14 Jun 2007 11:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019440#M84715</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-06-14T11:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019441#M84716</link>
      <description>Art - I get an error when I tried to run Bill's com procedure as this;&lt;BR /&gt;%DCL-W-EXPSYN, invalid expression syntax - check operators and operands&lt;BR /&gt;%DCL-W-IVVERB, unrecognized command verb - check validity and spelling&lt;BR /&gt; \"freeze_context"\&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 14:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019441#M84716</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-14T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019442#M84717</link>
      <description>???  I just tried it again on a v5.5-2H4 VAX system ... works fine.&lt;BR /&gt;&lt;BR /&gt;Perhaps you made some sort of copy/paste error, or the paste wrapped a line when it shouldn't have.  There are no lines that are wrapped in the original so look for lines in you new procedure that don't start with a $ sign.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Thu, 14 Jun 2007 15:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019442#M84717</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-06-14T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019443#M84718</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;Sorry I haven't had time to follow this thread very closely today, I do have a real job with challenges of my own ;-).&lt;BR /&gt;&lt;BR /&gt;Art is probably correct in his assumption that a line wrapped when you transferred the dcl.  I tend to work in 132 column mode no matter what terminal or emulator I'm using.  Actually, I rather dislike 80 column mode, even in dcl procedures.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 14 Jun 2007 15:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019443#M84718</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2007-06-14T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019444#M84719</link>
      <description>I will take a closer look at the com procedure and see if I can find anything.  In the meantime, I've created quick couple of forms for the users to print so that I can have more time to look at the script.&lt;BR /&gt;&lt;BR /&gt;Thanks guys for all your time.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Fri, 15 Jun 2007 22:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019444#M84719</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-15T22:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019445#M84720</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;A few followup suggestions:&lt;BR /&gt;&lt;BR /&gt;- if one finds a list file in a directory, it may be of historical interest, but I would never recommend that it be trusted as a true reflection of the current state&lt;BR /&gt;&lt;BR /&gt;- on a related note, I always recommend that clients DO maintain a .COM file that creates all of their forms from scratch. In the rare event that it become necessary to recreate the queue files from scratch, such a file is a vital part of the process.&lt;BR /&gt;&lt;BR /&gt;One important cultural strength of OpenVMS is that the culture is to create the command files, and then (frequently) run them at system startup. This practice forces a minimum level of documentation, and also ensures that it is possible to recreate system state in the event of a problem.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Sat, 16 Jun 2007 08:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019445#M84720</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-06-16T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019446#M84721</link>
      <description>Bob - That's a great advise.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Mon, 18 Jun 2007 10:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019446#M84721</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-18T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019447#M84722</link>
      <description>Hi Jorge,&lt;BR /&gt;      trying saving bills procedure instead&lt;BR /&gt;of cut and paste. I just did that and ftp'd&lt;BR /&gt;it to my alpha and it runs beautifully. (nice tool to have bill!)&lt;BR /&gt;&lt;BR /&gt;Dean</description>
      <pubDate>Mon, 18 Jun 2007 12:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019447#M84722</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-18T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019448#M84723</link>
      <description>Dean,&lt;BR /&gt;&lt;BR /&gt;Bill's procedure was one of four that generates DCL for queue characteristics, definitions, forms, and jobs.&lt;BR /&gt;&lt;BR /&gt;I use a concatenation of all four to save the queue database.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 18 Jun 2007 15:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019448#M84723</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2007-06-18T15:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019449#M84724</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am having a little trouble with the characters a bit bigger than I would like.  I have managed to set the bottom=6, right=3, left=3 - The report prints just fine, but I wish the character more condensed or truncate a bit more.&lt;BR /&gt;&lt;BR /&gt;Here's the info on the form type that I setup:&lt;BR /&gt;Form name                            Number   Description&lt;BR /&gt;---------                            ------   -----------&lt;BR /&gt;HP9W (stock=SIDEWAYS)                  1255   Landscape HP9050 Acct&lt;BR /&gt;    /LENGTH=66 /MARGIN=(BOTTOM=6,RIGHT=3) /SETUP=(HP9W) /STOCK=SIDEWAYS&lt;BR /&gt;    /TRUNCATE /WIDTH=180&lt;BR /&gt;&lt;BR /&gt;Where did I go wrong??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jorge&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 14:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019449#M84724</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-20T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Moving forms from one VMS server to another VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019450#M84725</link>
      <description>have a look at the setup module HP9W&lt;BR /&gt;this is probably in sysdevctl.tlb&lt;BR /&gt;it will contain PCL code that is sent to the printer at the start of the print job&lt;BR /&gt;this may include page orientation, and symbol set, spacing and pitch&lt;BR /&gt;just change it to what you want, then you can use print /setup to test&lt;BR /&gt;Phil&lt;BR /&gt;see&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13205/bpl13205.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13205/bpl13205.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 18:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-forms-from-one-vms-server-to-another-vms-server/m-p/4019450#M84725</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2007-06-20T18:37:39Z</dc:date>
    </item>
  </channel>
</rss>

