Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!psuvax1!psuvm!cunyvm!yygqc From: YYGQC@CUNYVM.BITNET Newsgroups: comp.lang.asm370 Subject: Supervisor calls Message-ID: <91061.170411YYGQC@CUNYVM.BITNET> Date: 2 Mar 91 22:04:11 GMT Organization: City University of New York/ University Computer Center Lines: 11 Supersedes: <91060.223934YYGQC@CUNYVM.BITNET> Hi... I'm looking for any information on SVC's, and what they do... All I have info on right now, is the SVC 202, (To send a command to CMS or CP or whatever...) Does anyone out there have a list of what different SVC numbers do? Also, one problem w/ using SVC 202 if you're writing something that say uses words greater than 8 bytes, Something like if you're writing a prg that sends messages to other users, if you have a word that's longer than 8 bytes, the program will chop it up into pieces 8 bytes each. So, a message Like Hellothere would come out as Hellothe re Does anyone know how to transfer something to the system directly, w/o having to split it up into doubleword chunks? Any help appreciated... Thanks...