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

Batch BTS JCL Leads to U1001 Error


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
John F Dutcher

New User


Joined: 02 Apr 2008
Posts: 11
Location: Harrisburg, PA

PostPosted: Mon Jul 07, 2014 5:36 pm
Reply with quote

I am trying to get the simple BATCH BTS job shown below to run successfully. It currently fails with a U1001 whose root cause I do not know. Does anyone see a fix to my BTSIN file that would correct this ?

BTSIN input:

//G.BTSIN DD *
./T TC=TPROV LANG=CBL MBR=TP2P0100 PSB=TP2P0100 TYPE=MSG
./D DDOF=327029 EOM=$
/FORMAT MO9318E1
TPROV
L21C25 '06' L21C53 '000007059'
ENTER $
/*

BTSOUT:

********************************* Top of Data **********************************
PAGE 0001 B A T C H T E R M I N A L S I M U L A T O R ' B T
BTS0007I BTS V4R1 SIMULATION STARTED. TIME=06:33:55, DATE=2014.186, IMS=12.1.
BTS0002I INPUT RECORD: ./T TC=TPROV LANG=CBL MBR=TP2P0100 PSB=TP2P0100 TYPE=MS
BTS0002I INPUT RECORD: ./D DDOF=327029 EOM=$
BTS0002I INPUT RECORD: /FORMAT MO9318E1
BTS0043W UNABLE TO LOAD ERROR MESSAGE OUTPUT DESCRIPTION
BTS0032I OUTPUT QUEUE NOT EMPTY AT A/P RETURN. NUMBER OF MESSAGES: 00001
BTS0002I INPUT RECORD: TPROV
BTS0021E TRANSACTION ABNORMALLY TERMINATED. COMPLETION CODE WAS U1001.

Held output queue messages:

IEF237I JES2 ALLOCATED TO BTSIN
IEF237I JES2 ALLOCATED TO DFSVSAMP
IEA995I SYMPTOM DUMP OUTPUT
USER COMPLETION CODE=1001
TIME=06.33.55 SEQ=07405 CPU=0000 ASID=0208
PSW AT TIME OF ERROR 078D1000 BD4F0DEC ILC 2 INTC 0D
ACTIVE LOAD MODULE ADDRESS=3D4E3D80 OFFSET=0000D06C
NAME=DFSDLBL0
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Mon Jul 07, 2014 5:45 pm
Reply with quote

Let's see the rest of your JCL -- enclosed in Code tags, please; U1001 indicates a bad allocation for a system data set.
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Mon Jul 07, 2014 6:08 pm
Reply with quote

I answered this on the novice board. I think that info will help you.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Mon Jul 07, 2014 11:30 pm
Reply with quote

Please do not post the same topic on multiple boards at the same time - it generally wastes your time and the time of those browsing the forums.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
Search our Forums:

Back to Top