home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / 3x400 / addlibl.lzh / BINCVT.ARC / BINCVT.CMD next >
OS/2 REXX Batch file  |  1985-12-02  |  492b  |  9 lines

  1.              CMD        PROMPT('Binary number conversion')
  2.              /*         BINCVT  */
  3.              /*         Command processing program is CPP2051  */
  4.              PARM       KWD(BINVAL) TYPE(*CHAR) LEN(4) MIN(1) +
  5.                           EXPR(*YES) VARY(*YES) PROMPT('2-byte or +
  6.                           4-byte binary value:')
  7.              PARM       KWD(DECVAR) TYPE(*DEC) LEN(15 0) RTNVAL(*YES) +
  8.                           MIN(1) PROMPT('CL-variable to for result:')
  9.