home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
3x400
/
addlibl.lzh
/
BINCVT.ARC
/
BINCVT.CMD
next >
Wrap
OS/2 REXX Batch file
|
1985-12-02
|
492b
|
9 lines
CMD PROMPT('Binary number conversion')
/* BINCVT */
/* Command processing program is CPP2051 */
PARM KWD(BINVAL) TYPE(*CHAR) LEN(4) MIN(1) +
EXPR(*YES) VARY(*YES) PROMPT('2-byte or +
4-byte binary value:')
PARM KWD(DECVAR) TYPE(*DEC) LEN(15 0) RTNVAL(*YES) +
MIN(1) PROMPT('CL-variable to for result:')