Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!UMCVMB.BITNET!CCRICH From: CCRICH@UMCVMB.BITNET ("Richard H. Gray") Newsgroups: comp.lang.asm370 Subject: (none) Message-ID: <8912221643.AA27440@brazos.rice.edu> Date: 22 Dec 89 15:38:29 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 30 > >Hello! >I have a simple question about writing lines to external stack. >How can I write a line to external stack ? and How can I manipulate >written lines in external stack ? Is it possible with using ATTN ? >Thank you for your helps.. > >-Yavuz Sevgi > Computer Programmer > > > Use the following commands and functions via SVC 202. ATTN - p. 166 VM/SP CMS Macros and Functions, put information on the stack. WAITRD - p. 181 VM/SP CMS Macros and Functions, read info off the stack. SENTRIES - p. 526 VM/SP CMS Commands, returns in R15 the number of elements on the stack. (Like QUEUED() in Rexx). MAKEBUF - p. 134 VM/SP CMS Commands, create a new stack buffer. The buffer number is returned in R15. DROPBUF - p. 344 VM/SP CMS Commands, drop a stack buffer created by MAKEBUF Hope this helps point you in the right direction. Merry Christmas, Richard H. Gray CCRICH@UMCVMB.BITNET Systems Programmer University of Missouri-Columbia Columbia, MO