sample STSI CMS assmembler program

2007-09-06 Thread Derek Ackerman
Does anyone have an example of obtaining basic systrm info from CMS assembler? I have several back level VM systems so I can't use the new REXX API. I need output from FC=1 and SEL1 2 = 1. My concerns are: does the instruction require 64 bit mode? Does the 4K data area have to be a REAL level

Re: sample STSI CMS assmembler program

2007-09-06 Thread David Boyes
: sample STSI CMS assmembler program Does anyone have an example of obtaining basic systrm info from CMS assembler? I have several back level VM systems so I can't use the new REXX API. I need output from FC=1 and SEL1 2 = 1. My concerns are: does the instruction require 64 bit mode? Does the 4K data

Re: sample STSI CMS assmembler program

2007-09-06 Thread Bruce Hayden
Can use use the STSI pipeline stage that is part of the free runtime library distribution? (see http://vm.marist.edu/~pipeline/index.html#Runtime). That's what I've been using for several years.. On 9/6/07, Derek Ackerman [EMAIL PROTECTED] wrote: Does anyone have an example of obtaining

Re: sample STSI CMS assmembler program

2007-09-06 Thread Alan Altmark
On Thursday, 09/06/2007 at 10:19 EDT, Derek Ackerman [EMAIL PROTECTED] wrote: Does anyone have an example of obtaining basic systrm info from CMS assembler? What kind of information are you looking for? I have several back level VM systems so I can't use the new REXX API. I need

Re: sample STSI CMS assmembler program

2007-09-06 Thread Dale R. Smith
Derek, here is some Assembler code that I was working on at one time to issue STSI for the basic machine configuration, (1.1.1). I had plans to add code to set REXX variables for the extracted fields, but I didn't hav e time to complete it before I was let go. So I will leave that part to

Re: sample STSI CMS assmembler program

2007-09-06 Thread Dale R. Smith
Sure, I can take APARs! Then I'll take several months to come out with a PTF that's broken, then several more months to fix it, which will break i t for other people who were relying on the original broken PTF! :-) -- Dale R. Smith (Not related to Chuckie or Alan! :-) ) I haven't failed.

Re: sample STSI CMS assmembler program

2007-09-06 Thread Derek Ackerman
Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of Dale R. Smith Sent: Thursday, September 06, 2007 2:36 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: sample STSI CMS assmembler program Derek, here is some Assembler code that I was working on at one time to = issue