Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XTDOUT Sample

Status
Not open for further replies.

newbo

Programmer
Joined
Jun 14, 2002
Messages
1
Location
US
I have to code XTDOUT on CICS/TS 1.2. Does anyone have a sample?
 
LENGERR
occurs in any of the following situations:

 WRITEQ names an extrapartition queue and does not specify a length consistent with the RECFORM
and RECSIZE options specified in the destination control table TYPE=SDSCI that defined the queue.
The check is made after the XTDOUT exit has been invoked; this exit may change the length of the data
to be passed to the access method.

 WRITEQ names an intrapartition queue and does not specify a length consistent with the control
interval defined for the intrapartition data set. Again, the check is made after the XTDOUT exit has been
invoked.


Default action: terminate the task abnormally.

Source: IBM CICS/ESA V4R1 BOOKSHELL
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top