<?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 learn Macro in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236174#M35289</link>
    <description>Hello Martin,&lt;BR /&gt;I wrote using assembler in past (no CPU AXP); remember macro is very different form any other language: before you can write using macro you must known very well CPU architecture and CPU instruction set. It's not enough known about architecture (sorry for my broken english).&lt;BR /&gt;Then you have to learn about OS use CPU register: for example any function return status code into register zero (R0).&lt;BR /&gt;Remember also macro has a preprocessor (as C language) to declare some "high-level" statement.&lt;BR /&gt;Martin, if you have to write some serious programm in macro you need study a lot (more than high-level language).&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Apr 2004 01:37:09 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2004-04-02T01:37:09Z</dc:date>
    <item>
      <title>How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236167#M35282</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do need to get a handle on the Macro language some time soon. Anybody knows Web resources and/or books teaching macro?&lt;BR /&gt;&lt;BR /&gt;The only thing I've found yet is the reference manual, which is certainly useful later on, but first I am looking for "Hello World" to get me started ;-)&lt;BR /&gt;&lt;BR /&gt;Thanks, Martin</description>
      <pubDate>Wed, 31 Mar 2004 22:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236167#M35282</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-31T22:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236168#M35283</link>
      <description>This is not an april fool is it now Martin!?&lt;BR /&gt;You are of course right by looking at simple example, and a bunch of reading before serious writing.&lt;BR /&gt;&lt;BR /&gt;VAX macro? Alpha? IPF?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well, I have two VAX Macro, Alpha compatible, 'hello worlds' for you in my freeware submissions:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware50/rms_tools/bonus/fix_saveset.mar" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware50/rms_tools/bonus/fix_saveset.mar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[you'll appreciate the date in that file, but it was a serious program!]&lt;BR /&gt;&lt;BR /&gt;And here is a tool I like a lot to poke at indexed files specifically, but in a pinch i use it to patch executables and stuff!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware50/rms_tools/src/zap.mar" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware50/rms_tools/src/zap.mar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Both tools are in Macro as that is the only language garantueed to be available on a VMS box. What is your excuse to write (maintain?) in Macro? (Pick C if you can escape still!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Attached a couple more smallish standalone examples.&lt;BR /&gt;&lt;BR /&gt;Enjoy,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2004 00:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236168#M35283</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-01T00:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236169#M35284</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;If I remember well, there are quite some examples on the freeware CD-s - better look for the OLD ones, or check the freeware archive for .MAR files.&lt;BR /&gt;If you master it: Welcome to the Ranks of Real Programmers (Sorry Hein)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Thu, 01 Apr 2004 01:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236169#M35284</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-01T01:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236170#M35285</link>
      <description>BTW&lt;BR /&gt;I'll dig into my archives tonight and see if I can find some examples to share.&lt;BR /&gt;&lt;BR /&gt;WG</description>
      <pubDate>Thu, 01 Apr 2004 01:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236170#M35285</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-01T01:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236171#M35286</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for some examples, they will certainly be helpfull once I've got the basic concepts and syntax of the language. What I am really looking for is a K&amp;amp;R or Camel book like introduction. In a pinch also the handouts of a course would be fine. Any idea where to find something like this?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;&lt;BR /&gt;P.S. This is &amp;lt;&lt;NOT&gt;&amp;gt; an Aprils fools joke. I registered for the crash dump class im May and one of the prerequesits is "brush up your Macro".&lt;/NOT&gt;</description>
      <pubDate>Thu, 01 Apr 2004 21:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236171#M35286</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-01T21:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236172#M35287</link>
      <description>&amp;gt;P.S.  I registered for the crash dump class im May and one of the prerequesits is "brush up your Macro".  &lt;BR /&gt;&lt;BR /&gt;That makes sense. You have be able to read the instructions and grasp what their intent is to fully appreciate a crashdump. [often the data structures help a lot/enough, but not always]&lt;BR /&gt;&lt;BR /&gt;For that purpose you may want to consider using a regular Fortran or C program and compile/list=macro.&lt;BR /&gt;&lt;BR /&gt;Next step, compil/debug/noopti, link/debu.&lt;BR /&gt;Run, and display source, AND instructions and use STEP /INST trying to understand the steps (step /over or step/ret to avoid going too deep in (rtl)procedutd.&lt;BR /&gt;&lt;BR /&gt;Final step, compile/nodebug/opti and yet run/debug. Now see if you can still keep track of what the program is up to!&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2004 22:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236172#M35287</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-01T22:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236173#M35288</link>
      <description>Martin, I have a college textbook style book on Macro that I bought at a used bookstore.  I don't have it in front of me at the moment and don't remember the author, but it looks pretty good from what little time I've had to dip into it.  I'd be happy to loan it to you for a few weeks; we could meet at the train station for a hand-off sometime.</description>
      <pubDate>Thu, 01 Apr 2004 23:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236173#M35288</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2004-04-01T23:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236174#M35289</link>
      <description>Hello Martin,&lt;BR /&gt;I wrote using assembler in past (no CPU AXP); remember macro is very different form any other language: before you can write using macro you must known very well CPU architecture and CPU instruction set. It's not enough known about architecture (sorry for my broken english).&lt;BR /&gt;Then you have to learn about OS use CPU register: for example any function return status code into register zero (R0).&lt;BR /&gt;Remember also macro has a preprocessor (as C language) to declare some "high-level" statement.&lt;BR /&gt;Martin, if you have to write some serious programm in macro you need study a lot (more than high-level language).&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 01:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236174#M35289</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-02T01:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236175#M35290</link>
      <description>Hi Martin,&lt;BR /&gt;you could find something here:&lt;BR /&gt;German language: &lt;A href="http://www.complang.tuwien.ac.at/ublu/" target="_blank"&gt;http://www.complang.tuwien.ac.at/ublu/&lt;/A&gt;&lt;BR /&gt;Commercial book:&lt;BR /&gt;&lt;A href="http://all-computer-books.co.uk/RISC_microprocessors_Architecture.html" target="_blank"&gt;http://all-computer-books.co.uk/RISC_microprocessors_Architecture.html&lt;/A&gt;&lt;BR /&gt;Compaq Alpha architecture&lt;BR /&gt;&lt;A href="http://www.ee.lsu.edu/ee4720/alphav4.pdf" target="_blank"&gt;http://www.ee.lsu.edu/ee4720/alphav4.pdf&lt;/A&gt;&lt;BR /&gt;Some vax assembly handbook (same rules of macro, different assembly instruction set):&lt;BR /&gt;&lt;A href="http://isbn.nu/0852744595" target="_blank"&gt;http://isbn.nu/0852744595&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://isbn.nu/0023992557http://isbn.nu/0139421521" target="_blank"&gt;http://isbn.nu/0023992557http://isbn.nu/0139421521&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://isbn.nu/0805371222" target="_blank"&gt;http://isbn.nu/0805371222&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://isbn.nu/0697030601" target="_blank"&gt;http://isbn.nu/0697030601&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Try using assembler or assembly insted of macro onto web search engine.&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 02:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236175#M35290</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-02T02:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236176#M35291</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;...if you have to write some serious programm in macro you need study a lot (more than high-level language).&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;If you're used to what I would consider "proper programming"  - that is: VERY modular and thouroughly thought about before hitting any key - it's no more difficult than programming in a language as Fortran, Pascal or C.&lt;BR /&gt;Agreed, things get far more complicated since you have to do everything yourself - conversions, memroy mananegment, IO..., but where possible you can (and should) use system services, and create a kind of building blocks. Or better: 'steal' them.&lt;BR /&gt;It helps a lot if you have some idea of the processor and the rest of the architecture, but once you get familiar with is, it's more or less a piece of cake.&lt;BR /&gt;I would suggest to read the article in the latest issue of the VMS Technical Journal on this issue. It describes pretty well what I mean to say.&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 02 Apr 2004 02:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236176#M35291</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-02T02:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236177#M35292</link>
      <description>Hello Willem,&lt;BR /&gt;I don't agree :-(&lt;BR /&gt;programming using assembler/macro require knoledge of CPU architecture.&lt;BR /&gt;For example (but it's only an example) you need known R0 register is changed by system call (as returc code);&lt;BR /&gt;Again: reading assembler code is not simple; every statement is a CPU instruction; yes usually you can use macro to abstract but most code is based on CPU instruction.&lt;BR /&gt;Again: if you have to interface a external C library (or any other language) you must known as parameter are pushed into stack while using high-level language you can ignore theese information!&lt;BR /&gt;I confirm my prior post: if Martin have to write some little routine he can work quicky by example but if he have to write more complex software have heavly to study.&lt;BR /&gt; &lt;BR /&gt;Obviously it only my idea!&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 04:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236177#M35292</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-02T04:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236178#M35293</link>
      <description>writing MACRO32 is good clean educational fun :-) Yes it requires some detailed knowledge but thats the fun of it.&lt;BR /&gt;&lt;BR /&gt;I think you have the key references already.&lt;BR /&gt;&lt;BR /&gt;On itanium VMS there is a IMACRO compiler (corresponding to AMACRO on alpha) which attempts to make sense of VAX assembly language. The VAX architecture is no more but the assembly language lives on!&lt;BR /&gt;&lt;BR /&gt;Apart from fun and education why are you doing this?</description>
      <pubDate>Fri, 02 Apr 2004 06:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236178#M35293</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-02T06:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236179#M35294</link>
      <description>Ian:&lt;BR /&gt;What about:&lt;BR /&gt;* control of virtually everything&lt;BR /&gt;* no (or less) overhead&lt;BR /&gt;* speed of execution&lt;BR /&gt;&lt;BR /&gt;Martin: &lt;BR /&gt;There is a remarkebly good book on the VAX processor architecture written in the '80s - I'll share the details tonight if no-one has done already - that will surely help to grasp the ideas of MACRO32.&lt;BR /&gt;But since you'll attend the crashdump course, it will be on AXP, I think you'll need the AXP assembly language (MACRO64) wouldn't you? (It's on some freeware CD). I don't know of some book like above on AXP....&lt;BR /&gt;&lt;BR /&gt;Antonio:&lt;BR /&gt;Don't get me wrong: yes, you DO need a fair understanding of the architecture when writing programs in MACRO. But it's no luxury either to know about it writing programs in any other language - and certainly when debugging to system level....I found this true on PDP, VAX, AXP, Zilog and IA32; it will apply to IA64 as well. &lt;BR /&gt;The point is: I found the VAX architecture pretty straight forward, and easy to grasp.  So understanding it wasn't a big problem.&lt;BR /&gt;Basically, MACRO32, even on AXP, uses the same principles. What takes time is getting the dicipline to keep in mind what you're working with - and to anticipate on consequences of your choices (AKA "side-effects"). But that applies to 'standard' languages as well - whether it's COBOL, PASCAL, FORTRAN or C.&lt;BR /&gt;I didn't say it's easy. On the contrarary. But in my early days as a programmer when I followed the System programming course, the instructor give a nice statement:&lt;BR /&gt;&lt;BR /&gt;"Programming in Macro compares to programming in any high-level language, as driving a Formula-1 car compared to a standard car. The principles are the same, but any mistake stetches much further. You should be aware of that and act accordingly."&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 09:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236179#M35294</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-02T09:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236180#M35295</link>
      <description>Hello Willem,&lt;BR /&gt;the example of F1 and standard car is very pretty; i like it and I agree!&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 11:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236180#M35295</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-02T11:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236181#M35296</link>
      <description>Martin, &lt;BR /&gt;The book is:&lt;BR /&gt;&lt;BR /&gt;Computer Programming and architecture: The VAX&lt;BR /&gt;Written by Henry M. Levy and Richard H. Eckhouse, jr.&lt;BR /&gt;&lt;BR /&gt;I own the second edition, published by Digital Press in 1989, ISBN 1-55558-105-7&lt;BR /&gt;&lt;BR /&gt;And, of course, there is the Big Black Book (as we used to call it): VAX/VMS internals and data structures, by Rith Goldenberg. No doubt you know the book (others will...)&lt;BR /&gt;&lt;BR /&gt;Collector's items? &lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 02 Apr 2004 13:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236181#M35296</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-02T13:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236182#M35297</link>
      <description>IDSM is vital for non-trival macro32 programming as acccessing the VMS exec data structures in kernal mode is often why program in macro32 (for me generally). Have a look around Hunter Goatly's fileserv for some fine examples in macro32</description>
      <pubDate>Fri, 02 Apr 2004 16:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236182#M35297</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-02T16:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236183#M35298</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;  For crash dump analysis, you really don't need to be able to write MACRO32. You really don't need to read it much either, as I doubt you'll be analysing many VAX crash dumps. About the most you'll need is to be able to read listings, which may be in MACRO32.&lt;BR /&gt;&lt;BR /&gt;  What's more important is an understanding of the concepts of assembly languages in general. Operators, registers, operands, base/offset addressing, all that kind of stuff. &lt;BR /&gt;&lt;BR /&gt;  If you really want to learn MACRO32, DON'T start with "hello world". You really don't want to be doing general I/O in assembly language. Instead, find yourself a small, simple, utility routine that you already use somewhere. Translate it from whatever language it's already written in into MACRO32. See if you can improve something (performance, compactness, whatever). Chances are you can't!&lt;BR /&gt;&lt;BR /&gt;John Gillings</description>
      <pubDate>Sun, 04 Apr 2004 22:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236183#M35298</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-04-04T22:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236184#M35299</link>
      <description>Hello Martin,&lt;BR /&gt;&lt;BR /&gt;I am a litte late in responding, but then again I was on vacation and purposely avoided using any computers.  :-)&lt;BR /&gt;&lt;BR /&gt;I wrote a program that queued up kernel mode AST's between processes (on VAX). It helped a lot when it came to just getting my feet wet on crash dumps (these crashes were very narrow is focus and the only ones I can comfortably analyze -- I'm told we will see much, much more at the upcoming class).&lt;BR /&gt;&lt;BR /&gt;I wrote it in Macro-32 but I don't think the language matters as much as doing it. Macro-32, Macro-64, or C are good candidates as far I can tell. I think I'll try my hand at Macro-64 before going (we got it when we got out first Alpha).&lt;BR /&gt;&lt;BR /&gt;What about jointly doing something like this offline? We have about 3-4 weeks.  :-)&lt;BR /&gt;&lt;BR /&gt;john</description>
      <pubDate>Mon, 12 Apr 2004 13:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236184#M35299</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2004-04-12T13:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236185#M35300</link>
      <description>For your entertainment mostly...&lt;BR /&gt;&lt;BR /&gt;In the same general time window as this topic, an other thread on learning Macro was started in a whole other place:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.encompasserve.org/DECUServe/DECnotes/VMS/3401.1/PREV_TOPIC.HTML" target="_blank"&gt;http://www.encompasserve.org/DECUServe/DECnotes/VMS/3401.1/PREV_TOPIC.HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I point it out, not really because of the topic itself, but mostly because is yet an other place where VMS fans come together and exchange ideas.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 15:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236185#M35300</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-13T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to learn Macro</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236186#M35301</link>
      <description>Hello John, &lt;BR /&gt;&lt;BR /&gt;I've got to warn you, I am a real beginner in Macro (and assembly like languages in general). Craig was friendly enough to borrow me his book (Big thanks!) and I am just reading it right now. After that I will try to write some very, very simple programs, so I am really not sure I am the right partner for you. If you still want to give it a shot sent me mail at zinser@zinser.no-ip.info .&lt;BR /&gt;&lt;BR /&gt;Hein, I did read the thread you quoted. There is one important difference. The guy there knows what he is doing! Don't insult him by the comparison ;-) &lt;BR /&gt;&lt;BR /&gt;And yes, I do enjoy reading the Macro book :-))&lt;BR /&gt;&lt;BR /&gt;All the best, Martin</description>
      <pubDate>Tue, 13 Apr 2004 21:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-learn-macro/m-p/3236186#M35301</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-13T21:06:31Z</dc:date>
    </item>
  </channel>
</rss>

