CMS RMAC and WMAC Commands RMAC and WMAC are CMS commands to upload and download files between a Macintosh and CMS. In order to use these commands, the Macintosh must be running tn3270 for a TCP/IP connection, or Term connected through a modem. See the HELP files for additional information. The files in this directory for RMAC and WMAC are: rmac.assemble -- main program source wmac.assemble -- main program source rmac.module -- executable command (binary- see note below) wmac.module -- executable command (binary- see note below) trtables.assemble -- translation tables scrnio.assemble -- 3270 I/O subroutine crctab.assemble -- CRC-16 table rmac.script -- help file source wmac.script -- help file source staffset.script -- macros used in help files rmac.helpcms -- standard cms help file wmac.helpcms -- standard cms help file The file scrnio.assemble replaces scrio.assemble, which was used with older versions of RMAC and WMAC. Note: Module files can be transferred successfully only between two hosts running IBM's TCP/IP for VM. Otherwise, the modules should be generated from the source. When using the source files, make sure the ASSEMBLE files have fixed-length 80-byte records. If these characteristics were not preserved, XEDIT each file, and enter the commands: lrecl 80 recfm f serial all 1000 1000 file The following CMS commands may be used to generate RMAC MODULE and WMAC MODULE: global maclib dmsom dmsgpi assemble rmac assemble wmac assemble trtables assemble scrnio assemble crctab load rmac genmod rmac load wmac genmod wmac Peter DiCamillo July, 1993, December, 1999 Peter_DiCamillo@brown.edu