home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / appcl / 56 < prev    next >
Encoding:
Text File  |  1993-01-23  |  3.9 KB  |  90 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!PACEVM.BITNET!TECHMAN
  3. Message-ID: <APPC-L%93012216395403@AUVM.AMERICAN.EDU>
  4. Newsgroups: bit.listserv.appc-l
  5. Date:         Fri, 22 Jan 1993 16:24:06 EST
  6. Sender:       APPC Discussion List <APPC-L@AUVM.BITNET>
  7. From:         Abdel <TECHMAN@PACEVM.BITNET>
  8. Subject:      Re: APPCDEMO assemble under ESA/370 ??
  9. In-Reply-To:  Message of Thu, 21 Jan 1993 16:15:34 PST from <DWIGHT@UCSBVM>
  10. Lines: 78
  11.  
  12. On Thu, 21 Jan 1993 16:15:34 PST Dwight M. McCann said:
  13. >   I can't address the implications of VMFSETUP on your system, so I can't
  14. >speak to that.  I can make the following observations off the top of my head:
  15. >
  16. >BAS and BASR are XA instructions, which implies that they are also VM/ESA
  17. >instructions.  The problem you are having with them is not a function of
  18. >operating system, but rather of ASSEMBLER.  You are invoking the assembler
  19. >with VMFASM, which I believe invokes the XF (freebie) assembler.  You need
  20. >to invoke ASM-H, probably by using VMFHASM.  But this is just a guess, of
  21. >course.
  22.   VMFHASM works fine. Besides adding Vtam maclibs ( VTAMAC, VTAMBLD ),
  23.   I added GCS maclib (CSIGPI, CSIOM )
  24.  
  25. >The undefined symbol FLS has a comment in the code that it maps GCS
  26. >lowcore.  That should suggest that it is a GCS macro, and that FLSVMID
  27. >is an element of that mapping.  You need to discover the name and
  28. >location of your GCS maclibs and ensure they are available to the
  29. >assembler.
  30. >The prolog commentary explicitly states that IUCVINI and IUCVCOM are
  31. >GCS macros, so solving the FLS problem should solve this group also.
  32. >
  33.    Globaling GCS maclib solved this problem..
  34.  
  35. >Finally, SHOWCB is a VTAM macro, so you need to ensure that you have
  36. >the VTAM maclib containing it available to the assember.  You haven't
  37. >yet indicated what level of VM and VTAM you are running.
  38. >
  39.   I am still having problems with SHOWCB ... looked in all vtam disks
  40.   and maclibs and could not find it ...
  41.  
  42. >It may be a touch harsh of me to say so, but it appears to me that you
  43. >haven't bothered to read the 165 lines of prolog commentary, nor the
  44. >couple of hundred lines of comments that I included.
  45.  
  46.  Your Prolog specifies that the program was developped under VM/XA SP 2.1
  47.  and VTAM 3.3. I do not know much about VM/XA nor do I know anything about
  48.  VTAM. All I was interested in is APPC, and APPCDEMO happen to be something
  49.  I can try.
  50.  
  51. >You avoided
  52. >answering my question about whether you had reason to believe that there
  53. >was a specific problem with APPCDEMO.
  54.  
  55. That I would not know for sure .. I have not run it yet ... The problems
  56. I had were not knowing what to global what kind of assembler to use.
  57.  
  58. >Rather than indicate which MACLIBs
  59. >you were referencing, you ask where (on your own system) the MACLIBs you
  60. >need are (of their names, which is equivalent) ... who knows?  Many
  61. >MACLIBs are release dependent.  See what MACLIBs exist on your system and
  62. >look in them for the MACROs and COPY code you need.  You haven't told
  63. >us what version of VM and VTAM you are running.
  64.  
  65.  VM/ESA 1.0 and VTAM 3.3
  66.  
  67. >
  68. >On a softer note, I am aware that you originally asked a very simple
  69. >question, "Has anyone successfully run APPCDEMO on ESA?"  And maybe I
  70. >should have kept silent since I don't have ESA and have no idea if anyone
  71. >else has ever even looked at APPCDEMO!  No one has ever told me that they
  72. >successfully created it, added the APPLIDs to VTAM, etc., and ran it!
  73.  
  74. I do not know anyone either that is why I asked. I do not want to put
  75. a lot of work into it just to find out later that I can't  run it.
  76.  
  77. >It serves no useful purpose other than as an exercise, so I don't why
  78. >they would.  But I do think that if it is important enough for you to
  79. >spend time on it, than you should make a bit more effort to research it.
  80. >
  81. Asking a question is part of research.....
  82.  
  83. >I will leave further comments and questions to the interested student.
  84. >
  85.  
  86. I appreciate your help ... your comments... and I thank you .
  87.  
  88.  
  89. Abdel
  90.