Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!LSUVM.BITNET!$CSD309 From: $CSD309@LSUVM.BITNET (Wade Tsai) Newsgroups: comp.lang.asm370 Subject: macros Message-ID: <8910250512.AA24601@brazos.rice.edu> Date: 24 Oct 89 19:13:45 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 11 Hello! I am a relatively new comer to the 370 assembler and haven't been able to receive an answer to a couple questions of mine... I was wondering if anyone could help me here.. How does one read more than 1 item from the same dataline using the RWD macro? (like in TP readln(a,b,c,d);) How does one output fractional results? (numbers < 1) the assembler tends to round everything < 1 off to zero... thanks.. living and learning....wade