Author |
Message |
Topic: SASCP in Rexx |
linhofbiker
Replies: 9
Views: 7107
|
Forum: TSO and ISPF Posted: Fri Mar 26, 2010 2:08 pm Subject: SASCP in Rexx |
I removed the NOSASUSER option and it now works. Thanks Cisco. |
Topic: rc=118 from BPX1SMF |
linhofbiker
Replies: 1
Views: 2036
|
Forum: TSO and ISPF Posted: Tue Mar 23, 2010 12:11 pm Subject: rc=118 from BPX1SMF |
118 must be some kind of connectivity issue (to OMVS?) because I am now getting a good return code of 0 and the type 222 record is being written to SMF. Go figure! |
Topic: rc=118 from BPX1SMF |
linhofbiker
Replies: 1
Views: 2036
|
Forum: TSO and ISPF Posted: Fri Mar 19, 2010 2:52 pm Subject: rc=118 from BPX1SMF |
I am trying to write an SMF record via a BAL program that I got from SAS.
I am invoking it via rexx as follows:
smfrc=rexxsmf('222','this is some SMF data')
rexxsmf is the BAL program. 222 is t ... |
Topic: invoking EOS utility SPMUT00 in rexx |
linhofbiker
Replies: 7
Views: 9086
|
Forum: TSO and ISPF Posted: Tue Mar 02, 2010 8:31 am Subject: invoking EOS utility SPMUT00 in rexx |
I tried what you suggested with the same result. I thought that TSO passed it through to MVS because it could not process SPMUT00 as a command - just as it does for all other utilities like IEBCOPY et ... |
Topic: invoking EOS utility SPMUT00 in rexx |
linhofbiker
Replies: 7
Views: 9086
|
Forum: TSO and ISPF Posted: Tue Feb 16, 2010 7:53 am Subject: invoking EOS utility SPMUT00 in rexx |
That's what I did. I think there is something about running this utility program in a TSO/rexx environment rather than via JES and its own MVS task that is the issue. |
Topic: invoking EOS utility SPMUT00 in rexx |
linhofbiker
Replies: 7
Views: 9086
|
Forum: TSO and ISPF Posted: Mon Feb 15, 2010 1:23 pm Subject: invoking EOS utility SPMUT00 in rexx |
Thanks Kolusu, however I don't want to wait for a batch job to run. So, how do you make it work in foreground TSO with rexx? |
Topic: invoking EOS utility SPMUT00 in rexx |
linhofbiker
Replies: 7
Views: 9086
|
Forum: TSO and ISPF Posted: Mon Feb 15, 2010 1:21 pm Subject: invoking EOS utility SPMUT00 in rexx |
usa contact suggested this before giving up because of lack of rexx knowledge:
This Gerald's attempt!
/* REXX */
address tso ... |
Topic: invoking EOS utility SPMUT00 in rexx |
linhofbiker
Replies: 7
Views: 9086
|
Forum: TSO and ISPF Posted: Mon Feb 15, 2010 1:07 pm Subject: invoking EOS utility SPMUT00 in rexx |
I can't make it work!!!
The product vendor (RSD in switzerland - usa contact 201 996 1122 are no help since they don't know rexx)
EDIT SYS2.ISPF.PROD.ISRCLIB(NDVWSF2) - 01.04 ... |
Topic: SASCP in Rexx |
linhofbiker
Replies: 9
Views: 7107
|
Forum: TSO and ISPF Posted: Thu Feb 11, 2010 2:01 pm Subject: SASCP in Rexx |
This is what i sent SAS:
Cisco - this is what I get after doing what you suggested:
000001 /* REXX in SYS2.ISPF.PROD.ISRCLIB(NDVSASRX)
000002 NDVSASRX ... |
Topic: SASCP in Rexx |
linhofbiker
Replies: 9
Views: 7107
|
Forum: TSO and ISPF Posted: Fri Feb 05, 2010 3:50 pm Subject: SASCP in Rexx |
No - this is not what I want to do (I don't want to access rexx from SAS). I want to access SAS from rexx - the SAS code I am executing is just SAS code without any calls to rexx. I just want the outp ... |
Topic: SASCP in Rexx |
linhofbiker
Replies: 9
Views: 7107
|
Forum: TSO and ISPF Posted: Fri Feb 05, 2010 1:32 pm Subject: SASCP in Rexx |
I added the missing comma and got this:
count before accessing SAS is ==> 1
SASHOST ENDED DUE TO ERROR+ ... |
Topic: SASCP in Rexx |
linhofbiker
Replies: 9
Views: 7107
|
Forum: TSO and ISPF Posted: Wed Feb 03, 2010 11:27 am Subject: SASCP in Rexx |
An update. I got this code from SAS but it is not working in my environment - I get a user abend 831 ??
000001 /* REXX */
000002 ADD ... |
Topic: SASCP in Rexx |
linhofbiker
Replies: 9
Views: 7107
|
Forum: TSO and ISPF Posted: Thu Jan 14, 2010 9:02 am Subject: SASCP in Rexx |
about 25 years ago I invoked SASCP in a Clist. I can't find this now and want to do it in Rexx. I have some datasets that can't be execio'd and wish to use SAS as a utility file reader. I have asked ... |
Topic: IRXEXEC and ispexec |
linhofbiker
Replies: 4
Views: 4872
|
Forum: TSO and ISPF Posted: Thu Mar 26, 2009 7:17 am Subject: IRXEXEC and ispexec |
The rather criptic remark in IBM manual TSO/E REXX Programming Services page 257 "There are cases where a REXX exec invoked using the programming routines IRXJCL and IRXEXEC does not have access ... |
Topic: IRXEXEC and ispexec |
linhofbiker
Replies: 4
Views: 4872
|
Forum: TSO and ISPF Posted: Thu Mar 19, 2009 12:05 pm Subject: IRXEXEC and ispexec |
I am using Endevor in FG. I have a BAL Endevor exit program that links to IRXEXEC. I use a simple rexx program to decide whether an Endevor package can be approved. However, I am trying to use the rex ... |
|