IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error in my output: ABEND=S000 U0999


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Bandita Bahubalendra

New User


Joined: 08 May 2008
Posts: 15
Location: Bangalore

PostPosted: Thu Dec 18, 2008 7:30 pm
Reply with quote

Hi,

This the message what i am getting in the saslog


SETGBLS: MICSMODE=PRE4600 USWITCH=YES DBIDLIST=E
MAPDDIA: DDIAMPE macro invoked to build DD name macros
948 + DATA WORK1.DEVPOOL ; SET DETAIL.VCADAA01 (IN=NONVSAM)
WARNING: The library data set NBKJIUE.MICS6.SMS.DETAIL has been truncated.
ERROR: Library DETAIL cannot be processed because the DLTRUNCHK option was spec
WARNING: The library data set NBKJIUE.MICS6.SMS.DETAIL has been truncated.
ERROR: Library DETAIL cannot be processed because the DLTRUNCHK option was spec
949 + DETAIL.VCA_VS01 (IN=VSAM);
ERROR: Library DETAIL is not in a valid format for access method SASE7.
ERROR: Library DETAIL is not in a valid format for access method SASE7.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Dec 19, 2008 3:53 am
Reply with quote

It looks to me like there's a basic problem:
Quote:
SET DETAIL.VCADAA01 (IN=NONVSAM)
conflicts with
Quote:
DETAIL.VCA_VS01 (IN=VSAM)
DDname DETAIL cannot be both NONVSAM and VSAM the way these statements indicate. That's probably why the ERROR message about DETAIL not in a valid format occurred, and that's why the job blew up.

What creates the file opened via the DETAIL statement? Is it a VSAM file? Is it a non-VSAM file? Why does the MICS program have conflicting definitions for this file? What should the file be -- VSAM or NONVSAM? Answering these questions will go a long, long way towards resolving the issue.

<rant>If you'd posted the SAS error messages instead of, or even with, your original post, you would be almost 36 hours closer to solving the problem. Posting too much detail when discussing a problem is so rare as to almost not happen on these boards!
</rant>
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top