home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / appcl / 54 next >
Encoding:
Text File  |  1993-01-21  |  2.3 KB  |  53 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%93012117010546@AUVM.AMERICAN.EDU>
  4. Newsgroups: bit.listserv.appc-l
  5. Date:         Thu, 21 Jan 1993 16:41:24 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 Wed, 20 Jan 1993 14:04:49 PST from <DWIGHT@UCSBVM>
  10. Lines: 41
  11.  
  12. On Wed, 20 Jan 1993 14:04:49 PST Dwight M. McCann said:
  13. >
  14. >Abdel - I wrote and tested APPCDEMO on VM/XA SP 2.1 and VTAM 3.3.  I don't
  15. >have access to ESA.  It would be helpful if you were a bit more explicit
  16. >about your problem than, "I could not even assemble it."
  17.  
  18. I am sorry Dwight for not being very specific. I just wanted to know if any
  19. one else had successfully ran it under ESA 370.
  20.  
  21.  
  22. >Do you mean that
  23. >the assembler wouldn't process the source?  Were the instructions somehow
  24. >corrupted?  Was the source corrupted?  Were there instructions that your
  25. >assembler didn't recognize?  Were there macros that were not found in the
  26. >MACLIBs you were accessing (and if so, which MACROs weren't found and
  27. >which MACLIBs were GLOBALed?)  Were there addressibility problems or problems
  28. >with literals?  Which assembler were you using?  Have you ever successfully
  29. >assembled code that used VTAM macros?  APPCCMD? OPEN on an ACB?  Do you have
  30. >reason to believe that your problem is confined to APPCDEMO?
  31. >
  32. Here is what I did:
  33.  
  34. 1) - Used vmfsetup to access all necessary disks.
  35.      Added vtamac and vtambld maclibs to DMSVM CNTRL file
  36.      Used Vmfasm to assemble Appcdemo
  37. 2) - vmfsetup was done with the 3 vm components. CMS, GCS, and CP and
  38.      every time an attemp was made to assemble APPCDEMO the same assembling
  39.      error messages occured:
  40.       -    Undefined symbol for statments containing:
  41.                  FLS, FLSVMID,
  42.  
  43.       - Undefined op code for statments containing:
  44.                  IUCVINI, IUCVCOM, SHOWCB, BASR, BAS,
  45.  
  46.   The above listed statments must come from somewhere. Isn't BASR and BAS
  47.   some assemble op code for VM/XA ONLY ??? I do not know. Anyone knows.
  48.   What should i  do to be able to assemble APPCDEMO. Any MACLIB or MACROS
  49.   I do not know about. Is there any documentation anywhere that can direct
  50.   me in assembling APPC Programs ?
  51.   Thank you
  52.   AG
  53.