View previous topic :: View next topic |
Author |
Message |
linhofbiker Beginner
Joined: 12 Aug 2005 Posts: 30 Topics: 10
|
Posted: Fri Mar 19, 2010 2:52 pm Post 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 the SMF number we use for Endevor.
I got past the security issue (rc=139) and have access to BPX.SMF Facility class.
Now I get rc=118 and can't find what it means from the IBM doc.
known (to me) rc values are:
157 - SMF not recording
121 - invalid call to BPX1SMF
132 - not enough storage available
139 - no access to BPX.SMF Facility class
Any ideas - thanks |
|
Back to top |
|
 |
linhofbiker Beginner
Joined: 12 Aug 2005 Posts: 30 Topics: 10
|
Posted: Tue Mar 23, 2010 12:11 pm Post subject: |
|
|
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! |
|
Back to top |
|
 |
|
|