Re: TSSO help please

2011-04-18 Thread Brian Westerman
I looked into the problem, and I think if you specify PROFILE VARSTORAGE(LOW) at the beginning of your REXX exec, you will be able to run without changing the convert program to flip in and out of 31 bit and not have to worry about it during the life of that particular exec. (make sure you change

Re: TSSO help please

2011-04-16 Thread Jim Thomas
AM To: IBM-MAIN@bama.ua.edu Subject: Re: TSSO help please I have found that there are several places in the TSSO OSCMD command where routines are called in 24 bit mode. The documentation for IKJCT441 says you must be in 31 bit mode to process REXX variables. Since the value for these REXX

Re: TSSO help please

2011-04-16 Thread W. Kevin Kelley
On Fri, 15 Apr 2011 03:28:27 -0500, Brian Westerman brian_wester...@syzygyinc.com wrote: There are a lot of issues that will pop up over the next few releases of z/OS with TSSO, mostly because of the changes to the system to support System REXX, and it's possible also that you have run into

Re: TSSO help please

2011-04-15 Thread Brian Westerman
I looked through my old notes and found that JCECVTDB is/was not authorized, it isn't meant to be, but it also isn't 31bit. Since you are getting an 0C4, is it possible that you have inadvertently assembled/linked things and made them 31bit? There are a lot of issues that will pop up over the

Re: TSSO help please

2011-04-15 Thread Neal Eckhardt
I have found that there are several places in the TSSO OSCMD command where routines are called in 24 bit mode. The documentation for IKJCT441 says you must be in 31 bit mode to process REXX variables. Since the value for these REXX variables are contained in 31 bit storage, JCECVTDB and

Re: TSSO help please

2011-04-14 Thread Neal Eckhardt
Thanks Brian, I replied to your Email address. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at

TSSO help please

2011-04-13 Thread Neal Eckhardt
I am trying to get TSSO running, and I have run into a problem the worst of which is being a newbie to TSSO. The OSCMD command works fine in a CLIST, but I prefer to use REXX. I originally tried setting CMDRESP= 'CLIST' but found out with a Instruction trace that while the code finds the

Re: TSSO help please

2011-04-13 Thread Brian Westerman
Hi, What version of TSSO are you using and what version of z/OS are you using it under? Did you assemble TSSO on the level of the system that you are using now? You can contact me offline if you want to discuss how to set things up correctly. Brian Westerman