View previous topic :: View next topic |
Author |
Message |
jsrueg Beginner
Joined: 03 Jan 2006 Posts: 8 Topics: 5
|
Posted: Thu Apr 03, 2008 1:37 pm Post subject: SOC4 RC4 running CBT LISTDD |
|
|
I have 4 zOS1.7 systems. On two of my systems the LISTDD Assembler program abends with S0C4 RC4 but runs fine on the other two. Any ideas as to why it works on some of my systems and not the others?
The code where it's abending is attempting to access the JFCBDSNM:
Code: |
SCTT1$04 DS 0H
STCM R6,B'0011',SORTTAG
LA R6,1(,R6)
ICM R5,7,TIOEJFCB
LA R5,16(R5)
MVC SORTDSN,JFCBDSNM |
I'd like to get this working again. Any one else use this program and have any issues. Its on CBT File 17.
Thanks for any insight. _________________ OLDMVSER |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Apr 03, 2008 2:16 pm Post subject: |
|
|
the failing system has the JFCBs above the 16MB line. You need to run the 3-byte TIOEJFCB field through the SWAREQ macro to get the real 4-byte address. There are probably many examples om the net if the program you are using does not have an update (this changed many years ago with the introduction of MVS/XA) _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
|
jsrueg Beginner
Joined: 03 Jan 2006 Posts: 8 Topics: 5
|
Posted: Thu Apr 03, 2008 7:21 pm Post subject: |
|
|
RIGHT ON Semigeezer...Those two LPAR run SWA=ABOVE for DB2...
Thanks for pointing me to the promised land!!!~ _________________ OLDMVSER |
|
Back to top |
|
|
|
|