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

CA7 Batch Job


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Thu Nov 18, 2010 2:49 am
Reply with quote

whe I try to run a CA7 batch for a particular job, I am successful in getting all the required information about jobs excep DD statements. But then when i use the wild char in the place of the job name, the step is getting terminated due to overflow. The step is as follows
Code:

//STEP001  EXEC  CA7BTIR
//BTERM.SYSPRINT DD DSN=ID.SOME.NAME,
//             DISP=(NEW,CATLG,DELETE),
//             UNIT=SYSDA,SPACE=(CYL,(800,200),RLSE),
//             DCB=(DSCB1,LRECL=133,RECFM=FB)
//BTERM.SYSIN DD *
LJOB,LIST=NODD,JOB=*
/*


The job is getting terminated with the folllowing error code:
Code:

BSTR-17  BATCHOUT OVERFLOWED -- OUTPUT TRUNCATED


Is there a way to resolve this?
I have tried the following option:Gave REGION=0M in the job card,step card, but it doesnt seem to work.

Please help.
Back to top
View user's profile Send private message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Thu Nov 18, 2010 2:52 am
Reply with quote

From the CA7 Documentation:

Code:

BSTR-17 BATCHOUT OVERFLOWED - OUTPUT TRUNCATED
Explanation: The Batchout data set is not large enough to handle the output for the Batch Terminal
Interface.
User Response: Increase the size of the Batchout data set and try running the interface again.


I tried to physically create the file and ran the job, but no use..
Can some one tell me how to increase the size of the batch out dataset?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Nov 18, 2010 4:08 am
Reply with quote

Hello,

How does CA7BTIR define this dataset? Post that DD statement.
Back to top
View user's profile Send private message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Thu Nov 18, 2010 4:17 am
Reply with quote

I am not sure how to get it, but I tried to pull this from JESJCL. Lemme if this would help me.
Code:

//STEP005A EXEC  CA7BTIR
XX*------------------------------------------------***
XX* CA-7 BATCH TERMINAL INTERFACE (BTI) PROCEDURE  ***
XX*------------------------------------------------***
XXCA7BTIR PROC
XXBTERM   EXEC  PGM=SASSBSTR,PARM='1'
XXSTEPLIB  DD  DISP=SHR,DSN=TECHPRD.CA7.CAILIB.TTCAMC
XX         DD  DISP=SHR,DSN=CAI.PROD.CAILIB
XXUCC7CMDS DD  DISP=SHR,DSN=CAI.PROD.CA7.COMMDS
XXBATCHIN  DD  DISP=SHR,DSN=CAI.PROD.CA7.BATCHI#1
XXBATCHOUT DD  DISP=SHR,DSN=CAI.PROD.CA7.BATCHO#1
//BTERM.SYSPRINT DD DSN=MY.INPUT.PSFILE,
//             DISP=(NEW,CATLG,DELETE),
//             UNIT=SYSDA,SPACE=(CYL,(800,200),RLSE),
//             DCB=(DSCB1,LRECL=133,RECFM=FB)
X/SYSPRINT DD  SYSOUT=*,DCB=BLKSIZE=133
XXSYSUDUMP DD  SYSOUT=*
//BTERM.SYSIN DD *
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Nov 18, 2010 7:57 am
Reply with quote

Hello,

Code:
XXBATCHOUT DD  DISP=SHR,DSN=CAI.PROD.CA7.BATCHO#
How is this dataset defined?

Suggest you talk with your ca7 technical support and learn more about this dataset and which options are available (i.e. split the job, increase the size of the file, etc).
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Nov 18, 2010 1:05 pm
Reply with quote

So why on earth is there an override for SYSPRINT when the problem lies with BATCHOUT ?

I would follow the advice of Dick and speak to your CA-7 people.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
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
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top