Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Error in my output: ABEND=S000 U0999

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
jjacome266

New User


Joined: 26 Jan 2006
Posts: 12

PostPosted: Thu Jan 11, 2007 12:40 am    Post subject: Error in my output: ABEND=S000 U0999
Reply with quote

:oops: Hi everyone

I am getting this error everytime that I am running one of my JCL. Please I heard any ideas what to do.

Thanks The message is as follows

-JOBNAME STEPNAME PROCSTEP PROGRAM RC EXCP CONN
-A143516C JS10 PASSMP GIMSMP 00 254 373
+ERROR: OPTION NOT RECOGNIZED - *
BPXP018I THREAD 0B278D9000000000, IN PROCESS 16777440, ENDED
WITHOUT BEING UNDUBBED WITH COMPLETION CODE 000003E7, AND REA
00000000.
IEF450I A143516C PASSAS JS10 - ABEND=S000 U0999 REASON=000000
TIME=12.07.52
Back to top
View user's profile Send private message
References
PostPosted: Thu Jan 11, 2007 12:40 am    Post subject: Re: Error in my output: ABEND=S000 U0999 Reply with quote

William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 2971
Location: Tucson AZ

PostPosted: Thu Jan 11, 2007 2:01 am    Post subject:
Reply with quote

That's a good one, the best I can get is the BPX msg but the last one listed in the latest manual I could find is one short.... icon_question.gif
Quote:
BPXP017I DEBUGGER IS UNTRUSTED AND IS NOT ALLOWED TO DEBUG A PROGRAM CONTROLLED ENVIRONMENT.

Explanation: The debugger is untrusted (not permitted to BPX.DEBUG) and attempted to debug an environment that must stay program controlled, but is not allowed.

System Action: The request is denied.

User Response: Report the message to your security administrator.

Operator Response: None.

Source: OS/390 UNIX System Services kernel (BPX)

Detecting Module: BPXPRECP

Security Administrator Response: The untrusted user attempted to debug a program controlled environment. Determine if the debugger should be allowed to debug a program controlled environment and if so permit them to the BPX.DEBUG facility class profile with READ access.
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 238
Location: Belgium

PostPosted: Thu Jan 11, 2007 2:05 am    Post subject:
Reply with quote

Where did you find message BPXP017I in question?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 2971
Location: Tucson AZ

PostPosted: Thu Jan 11, 2007 2:27 am    Post subject:
Reply with quote

PeD wrote:
Where did you find message BPXP017I in question?

GC28-1785-14
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3001
Location: Charlotte,NC USA

PostPosted: Thu Jan 11, 2007 2:27 am    Post subject: Re: Error in my output Please help me
Reply with quote

The description I found using IBM LookAt z/OS Message Help for z/OS V1R7 is this:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M362/SPTDP0817S
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 238
Location: Belgium

PostPosted: Thu Jan 11, 2007 2:36 am    Post subject:
Reply with quote

Sorry, I know that, but I mean in jjacome266's question?
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 6757
Location: 221 B Baker St

PostPosted: Thu Jan 11, 2007 9:00 am    Post subject:
Reply with quote

Hellp,

Please post your jcl. We'll be better able to help if we can see what you submitted.
Back to top
View user's profile Send private message
jjacome266

New User


Joined: 26 Jan 2006
Posts: 12

PostPosted: Fri Jan 12, 2007 11:06 pm    Post subject: I am sending the JCL and then the message from the log
Reply with quote

Code:
                                                                                                 
//*                                                                     
//* USE ENTRY 'SAS' FOR SAS VERSION 9.0 OR CHECK WITH YOUR SAS SUPPORT 
//PASTEST  PROC PREFIX=,         HI-LEVEL INDEX OF PROWL DATA SETS     
//             YYMM=,            YEAR & MONTH OF TAPE DISTRIBUTION     
//             ENTRY='SASXAL',   SAS ENTRY POINT NAME                   
//             TUNIT=,           UNIT NAME FOR TAPE DEVICE             
//             TVOL=,            VOLSER OF PROWL DISTRIBUTION TAPE     
//             WUNIT=,           UNIT NAME FOR DASD WORK DATA SETS     
//             SASLIB=,          SAS LOAD LIBRARY                       
//             SASAUTO=,         SAS MACAUTOS LIBRARY                   
//             SASHELP=,         SAS SASHELP LIBRARY                   
//             SASMSG=           SAS SASMSG LIBRARY                     
//*            LOUT='*'          SAS LOG SYSOUT CLASS                 
//*                                                                   
//*********************************************************************
//*                                                                   *
//*                         P A S T E S T                             *
//*                                                                   *
//*     THIS INSTREAM PROCEDURE:                                      *
//*                                                                   *
//*        1)  PRODUCES PROWL REPORTS THAT MATCH THE SAMPLES          *
//*            IN THE PROWL USER'S GUIDE.                             *
//*                                                                   *
//*     NOTES: THIS PROCEDURE, WHEN EXECUTED SUCCESSFULLY,            *
//*            VALIDATES THE INSTALLATION OF THE PROWL SYSTEM.        *
//*                                                                   *
//*            FILES 16 AND 18 OF THE DISTRIBUTION TAPE ARE READ      *
//*            BY THIS JOB.                                           *
//*                                                                   *
//*********************************************************************
//*                                                                     
//*   PRODUCE SAMPLE REPORTS USING THE PROWL IVP DATA SETS             
//*                                                                     
//PASSAS   EXEC PGM=&ENTRY,REGION=4096K,DYNAMNBR=10                     
//*                                                                     
//STEPLIB  DD DISP=SHR,DSN=&SASLIB                                     
//* USE DD STATEMENT BELOW IF USING SAS V8.1 LIBRARIES                 
//         DD DISP=SHR,DSN=&PREFIX..PAS8.SAS810.LOAD /*PROWL LIB*/     
//* USE DD STATEMENT BELOW IF USING SAS V8.2 LIBRARIES                 
//         DD DISP=SHR,DSN=&PREFIX..PAS8.SAS820.LOAD                   
//* USE DD STATEMENT BELOW IF USING SAS V9.0 LIBRARIES                 
//*        DD DISP=SHR,DSN=&PREFIX..SAS900.LOAD     /* PROWL LIB */     
//* USE DD STATEMENT BELOW IF USING SAS V9.1.3 LIBRARIES               
//*        DD DISP=SHR,DSN=&PREFIX..SAS913.LOAD     /* PROWL LIB */     
//*                                                                     
//LIBRARY  DD DISP=SHR,DSN=&PREFIX..PAS.FORMATS /* PROWL FMTS. */       
//*                                                                   
//CONFIG   DD DISP=SHR,DSN=&PREFIX..PAS.PARMS(CONFIG)                 
//*                                                                   
//WORK     DD UNIT=&WUNIT,SPACE=(CYL,(100,20),,,ROUND)                 
//*                                                                   
//SASAUTOS DD DISP=SHR,DSN=&SASAUTO                                   
//SASHELP  DD DISP=SHR,DSN=&SASHELP                                   
//SASMSG   DD DISP=SHR,DSN=&SASMSG                                     
//SASLOG   DD SYSOUT=*                                                 
//SASLIST  DD SYSOUT=*                                                 
//*                                                                   
//*SASLOG   DD SYSOUT=&LOUT,                                           
//*            DCB=(RECFM=VBA,LRECL=137,BLKSIZE=141)                   
//*SASLIST  DD SYSOUT=&LOUT,                                           
//*            DCB=(RECFM=VBA,LRECL=137,BLKSIZE=141)                   
//SASPARMS DD UNIT=&WUNIT,SPACE=(400,(100,300)),                       
//            DCB=(RECFM=FB,LRECL=80,BLKSIZE=400,BUFNO=1)             
//FT15F002 DD UNIT=&WUNIT,SPACE=(400,(100,300)),                       
//            DCB=(RECFM=FB,LRECL=80,BLKSIZE=400,BUFNO=1)             
//*                                                                   
//SORTWK01 DD UNIT=&WUNIT,SPACE=(TRK,(100,300))                       
//SORTWK02 DD UNIT=&WUNIT,SPACE=(TRK,(100,300))                       
//SORTWK03 DD UNIT=&WUNIT,SPACE=(TRK,(100,300))                       
//SORTWK04 DD UNIT=&WUNIT,SPACE=(TRK,(100,300))                       
//*                                                                   
//FT96F001 DD UNIT=&WUNIT,SPACE=(TRK,(10,30))                         
//FT97F001 DD UNIT=&WUNIT,SPACE=(TRK,(10,30))                         
//FT98F001 DD UNIT=&WUNIT,SPACE=(TRK,(10,30))                         
//FT99F001 DD UNIT=&WUNIT,SPACE=(TRK,(10,30))                         
//*                                                                   
//SOURCE   DD DISP=SHR,DSN=&PREFIX..PAS&YYMM..SOURCE                   
//*                                                                   
//VENDFMID DD DISP=SHR,DSN=&PREFIX..PAS.PARMS(VENDFMID)               
//*                                                                   
//USRFMID  DD DISP=SHR,DSN=&PREFIX..PAS.PARMS(USRFMID)             
//*                                                                 
//PARMS    DD DISP=SHR,DSN=&PREFIX..PAS.PARMS                       
//*                                                                 
//SYSUDUMP DD SYSOUT=*                                             
//*                                                                 
//MASTER    DD DSN=&&PAS,                 * TEMP TEST DATA BASE*   
//             DISP=(,PASS),                                       
//             UNIT=&WUNIT,                                         
//             DCB=(RECFM=FS,LRECL=6144,BLKSIZE=6144),             
//             SPACE=(TRK,(350,50),RLSE)                           
//*                                                                 
//PASIVPI   DD DSN=AI.PAS&YYMM..PASIVP,    * TAPE -TEST PROWL DATA*
//             DISP=OLD,                                           
//             UNIT=&TUNIT,                                         
//             LABEL=(18,SL,EXPDT=98000),                           
//             VOL=(,RETAIN,SER=&TVOL)                             
//*                                                                     
//RUNOPTS   DD DUMMY                             * RUN TIME OPTIONS   *
//*                                                                     
//PROBLEMS  DD DSN=&&TEMP,                  * EXTRACTED PROBLEMS *
//             DISP=(,PASS),                                           
//             UNIT=&WUNIT,                                             
//             DCB=(RECFM=FS,LRECL=6144,BLKSIZE=6144),                 
//             SPACE=(TRK,(30,30))                                     
//*                                                                     
//SMPPUNCH  DD DSN=AI.PAS&YYMM..SMPIVP,  * TAPE -TEST SMP DATA* 
//             DISP=OLD,                                               
//             UNIT=AFF=PASIVPI,                                       
//             LABEL=(20,SL,EXPDT=98000),                               
//             VOL=SER=&TVOL                                           
//        PEND                                                         
//*                                                                     
//*   EXECUTE THE PASTEST INSTREAM PROCEDURE                           
//*                                                                   
//JS10   EXEC  PASTEST,PREFIX=SYS2.PROWL,                             
//             YYMM=0610,        YEAR & MONTH OF TAPE DISTRIBUTION   
//             TUNIT=CART,       UNIT NAME FOR TAPE DEVICE           
//             TVOL=PW0610,      VOLSER OF PROWL DISTRIBUTION TAPE   
//             WUNIT=SYSDA,      UNIT NAME FOR DASD WORK DATA SETS   
//             SASLIB=SYS1.SAS.LIBRARY,                               
//             SASAUTO=SYS1.SAS.AUTOLIB,                             
//             SASHELP=SYS1.SAS.SASHELP,                             
//             SASMSG=SYS1.SAS.SASMSG                                 
//*            LOUT='*'          SAS LOG SYSOUT CLASS                 
//*                                                                   
//PASSAS.RUNOPTS DD *                                                 
                                                                     
 %PASOPTS(TITLE='PROWL RELEASE 6 VALIDATION DATA',                   
          REPORTS=1 2 3 4 6 7                                         
         )                                                           
                                                                 
 /*                                                               
 //PASSAS.SYSIN  DD *                                             
                                                                 
   PROC CIMPORT LIBRARY=MASTER INFILE=PASIVPI TAPE;               
   RUN;                                                           
                                                                 
   %INCLUDE SOURCE(#PASMAC);                                     
                                                                 
   OPTIONS NOSOURCE;                                             
                                                                 
   %INCLUDE SOURCE(PASSMP);                                       
                                                                 
   %INCLUDE SOURCE(PASSMA);                                       
                                                                 
   %LET RPTDATA=PROBLEMS.APARS;                                   
                                                                 
  %PASRPTS(&PASRPTS);            /* VARIABLE SET BY %PASOPTS     */ 
  RUN;                                                               
                                                                     
/*   


*******NOW COMES THE LOG************
Code:

 STMT NO. MESSAGE                                                               
        3 IEFC001I PROCEDURE PASTEST WAS EXPANDED USING INSTREAM PROCEDURE DEFIN
       33 IEF604I EXPDT SUBPARAMETER OF LABEL KEYWORD SPECIFIES ZERO DAYS VALUE
       36 IEF604I EXPDT SUBPARAMETER OF LABEL KEYWORD SPECIFIES ZERO DAYS VALUE
ICH70001I ARCHIVE  LAST ACCESS AT 10:14:09 ON FRIDAY, JANUARY 12, 2007         
IEF236I ALLOC. FOR A143516C PASSAS JS10                                         
IEF237I 05AA ALLOCATED TO STEPLIB                                               
IEF237I 0520 ALLOCATED TO                                                       
IEF237I 0520 ALLOCATED TO                                                       
IEF237I 0520 ALLOCATED TO LIBRARY                                               
IEF237I 0520 ALLOCATED TO CONFIG                                               
IGD100I 0597 ALLOCATED TO DDNAME WORK     DATACLAS (        )                   
IEF237I 05AA ALLOCATED TO SASAUTOS                                             
IEF237I 05AA ALLOCATED TO SASHELP                                               
IEF237I 05AA ALLOCATED TO SASMSG                                               
IEF237I JES2 ALLOCATED TO SASLOG                                               
IEF237I JES2 ALLOCATED TO SASLIST                                     
IGD100I 0557 ALLOCATED TO DDNAME SASPARMS DATACLAS (        )         
IGD100I 054F ALLOCATED TO DDNAME FT15F002 DATACLAS (        )         
IGD100I 0517 ALLOCATED TO DDNAME SORTWK01 DATACLAS (        )         
IGD100I 05B7 ALLOCATED TO DDNAME SORTWK02 DATACLAS (        )         
IGD100I 051C ALLOCATED TO DDNAME SORTWK03 DATACLAS (        )         
IGD100I 05B7 ALLOCATED TO DDNAME SORTWK04 DATACLAS (        )         
IGD100I 0517 ALLOCATED TO DDNAME FT96F001 DATACLAS (        )         
IGD100I 054F ALLOCATED TO DDNAME FT97F001 DATACLAS (        )         
IGD100I 0517 ALLOCATED TO DDNAME FT98F001 DATACLAS (        )         
IGD100I 0557 ALLOCATED TO DDNAME FT99F001 DATACLAS (        )         
IEF237I 0520 ALLOCATED TO SOURCE                                     
IEF237I 0520 ALLOCATED TO VENDFMID                                   
IEF237I 0520 ALLOCATED TO USRFMID                                     
IEF237I 0520 ALLOCATED TO PARMS                                       
IEF237I JES2 ALLOCATED TO SYSUDUMP                                   
IGD100I 051C ALLOCATED TO DDNAME MASTER   DATACLAS (        )         
IEF237I 0405 ALLOCATED TO PASIVPI                                               
IEF237I JES2 ALLOCATED TO RUNOPTS                                               
IGD100I 0517 ALLOCATED TO DDNAME PROBLEMS DATACLAS (        )                   
IEF237I 0405 ALLOCATED TO SMPPUNCH                                             
IEF237I JES2 ALLOCATED TO SYSIN                                                 
ERROR: OPTION NOT RECOGNIZED - *                                               
BPXP018I THREAD 0B27F70000000000, IN PROCESS 50331822, ENDED                   
WITHOUT BEING UNDUBBED WITH COMPLETION CODE 000003E7, AND REASON CODE           
00000000.                                                                       
IEF472I A143516C PASSAS JS10 - COMPLETION CODE - SYSTEM=000 USER=0999 REASON=000
IEF285I   SYS1.SAS.LIBRARY                             KEPT                     
IEF285I   VOL SER NOS= MIC005.                                                 
IEF285I   SYS2.PROWL.PAS8.SAS810.LOAD                  KEPT                     
IEF285I   VOL SER NOS= MVS003.                                                 
IEF285I   SYS2.PROWL.PAS8.SAS820.LOAD                  KEPT                     
IEF285I   VOL SER NOS= MVS003.                                                 
IEF285I   SYS2.PROWL.PAS.FORMATS                       KEPT                     
IEF285I   VOL SER NOS= MVS003.                                       
IEF285I   SYS2.PROWL.PAS.PARMS                         KEPT         
IEF285I   VOL SER NOS= MVS003.                                       
IEF285I   SYS07012.T113742.RA000.A143516C.R0148700     DELETED       
IEF285I   VOL SER NOS= PUB003.                                       
IEF285I   SYS1.SAS.AUTOLIB                             KEPT         
IEF285I   VOL SER NOS= MIC005.                                       
IEF285I   SYS1.SAS.SASHELP                             KEPT         
IEF285I   VOL SER NOS= MIC005.                                       
IEF285I   SYS1.SAS.SASMSG                              KEPT         
IEF285I   VOL SER NOS= MIC005.                                       
IEF285I   ARCHIVE.A143516C.JOB06461.D0000103.?         SYSOUT       
IEF285I   ARCHIVE.A143516C.JOB06461.D0000104.?         SYSOUT       
IEF285I   SYS07012.T113742.RA000.A143516C.R0148701     DELETED       
IEF285I   VOL SER NOS= PUB002.                                       
IEF285I   SYS07012.T113742.RA000.A143516C.R0148702     DELETED       
IEF285I   VOL SER NOS= PUB006.                                       
IEF285I   SYS07012.T113742.RA000.A143516C.R0148703     DELETED 
IEF285I   VOL SER NOS= PUB001.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148704     DELETED 
IEF285I   VOL SER NOS= PUB004.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148705     DELETED 
IEF285I   VOL SER NOS= PUB005.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148706     DELETED 
IEF285I   VOL SER NOS= PUB004.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148707     DELETED 
IEF285I   VOL SER NOS= PUB001.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148708     DELETED 
IEF285I   VOL SER NOS= PUB006.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148709     DELETED 
IEF285I   VOL SER NOS= PUB001.                                 
IEF285I   SYS07012.T113742.RA000.A143516C.R0148710     DELETED 
IEF285I   VOL SER NOS= PUB002.                                 
IEF285I   SYS2.PROWL.PAS0610.SOURCE                    KEPT     
IEF285I   VOL SER NOS= MVS003.                                                 
IEF285I   SYS2.PROWL.PAS.PARMS                         KEPT                   
IEF285I   VOL SER NOS= MVS003.                                                 
IEF285I   SYS2.PROWL.PAS.PARMS                         KEPT                   
IEF285I   VOL SER NOS= MVS003.                                                 
IEF285I   SYS2.PROWL.PAS.PARMS                         KEPT                   
IEF285I   VOL SER NOS= MVS003.                                                 
IEF285I   ARCHIVE.A143516C.JOB06461.D0000105.?         SYSOUT                 
IEF285I   AI.PAS0610.PASIVP                            KEPT                   
IEF285I   VOL SER NOS= PW0610.                                                 
IEF285I   ARCHIVE.A143516C.JOB06461.D0000101.?         SYSIN                   
IEF285I   AI.PAS0610.SMPIVP                            KEPT                   
IEF285I   VOL SER NOS= PW0610.                                                 
IEF285I   ARCHIVE.A143516C.JOB06461.D0000102.?         SYSIN                   
IEF373I STEP/PASSAS  /START 2007012.1137                                       
IEF374I STEP/PASSAS  /STOP  2007012.1137 CPU    0MIN 00.16SEC SRB    0MIN 00.04
IEF285I   SYS07012.T113744.RA000.A143516C.R0148713     KEPT                     
IEF285I   VOL SER NOS= PUB005.                                                 
IEF285I   SYS07012.T113742.RA000.A143516C.PAS.H01      DELETED                 
IEF285I   VOL SER NOS= PUB005.                                                 
IEF237I 0517 ALLOCATED TO SYS00002                                             
IEF285I   SYS07012.T113744.RA000.A143516C.R0148714     KEPT                     
IEF285I   VOL SER NOS= PUB001.                                                 
IEF285I   SYS07012.T113742.RA000.A143516C.TEMP.H01     DELETED                 
IEF285I   VOL SER NOS= PUB001.                                                 
IEF375I  JOB/A143516C/START 2007012.1137                                       
IEF376I  JOB/A143516C/STOP  2007012.1137 CPU    0MIN 00.16SEC SRB    0MIN 00.04S
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 6757
Location: 221 B Baker St

PostPosted: Sat Jan 13, 2007 2:45 am    Post subject:
Reply with quote

Hello,

You might try removing the comment info from this line
Code:
%PASRPTS(&PASRPTS);            /* VARIABLE SET BY %PASOPTS     */ 


If you want to keep the comment, place it on a separate line.

In additon to the
Code:
ERROR: OPTION NOT RECOGNIZED - *                                               
BPXP018I THREAD 0B27F70000000000, IN PROCESS 50331822, ENDED       
that was placed in the deallocation info, there may also be something in one of the SYSOUT datasets.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1470

PostPosted: Sun Jan 14, 2007 7:45 am    Post subject:
Reply with quote

Hi Jose,

You might also want to verify that your STEPLIB requires libraries from 2 versions of SAS as the JCL indicates.

I can't see any direct bearing on your problem from this, but you never know.
Back to top
View user's profile Send private message
Paul Hunter

New User


Joined: 02 Apr 2008
Posts: 2
Location: Yonkers, NY

PostPosted: Wed Apr 02, 2008 6:07 pm    Post subject: BPXP018I code 03E7
Reply with quote

Was there ever a resolution to this problem? I am encountering the same issue.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 6757
Location: 221 B Baker St

PostPosted: Wed Apr 02, 2008 10:02 pm    Post subject:
Reply with quote

Hello Paul and welcome to the forums,

Do you also recieve the same "* option not recognized" as the orignal post or do you have somethng different?

It may help if you post your jcl and the diagnostic info the system presented.
Back to top
View user's profile Send private message
Paul Hunter

New User


Joined: 02 Apr 2008
Posts: 2
Location: Yonkers, NY

PostPosted: Wed Apr 02, 2008 10:12 pm    Post subject: Reply to: Error in my output: ABEND=S000 U0999
Reply with quote

We found the solution to our abend: the SAS license had expired. Applying the renewal SETINIT resolved the issue. No SAS o/p appeared in the jobs that failed, just the abend. We looked at the last one that ran and saw that the license was expiring.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 6757
Location: 221 B Baker St

PostPosted: Wed Apr 02, 2008 10:20 pm    Post subject: Reply to: Error in my output: ABEND=S000 U0999
Reply with quote

Hello,

Quote:
We found the solution to our abend:
Thank you for posting that your issue is resolved.

d
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1