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

ATCK error: Program has issued a WRITE to a VTAM terminal


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

New User


Joined: 22 Sep 2006
Posts: 1

PostPosted: Sat Dec 16, 2006 6:51 am
Reply with quote

Can anybody help me with this error?
I was trying to write some data into a printer which has entry in TCT.

The error code is ATCK and it's detailed description says "An application program has issued a WRITE to a VTAM terminal specifying CCOMPL=NO without being authorized to do so"

Does this means that the transaction id corresponding to my program does not have enough RACF access to write to the terminal?
Back to top
View user's profile Send private message
udaynimje

New User


Joined: 09 Oct 2006
Posts: 6
Location: pume maharashtra India

PostPosted: Sat Dec 16, 2006 1:40 pm
Reply with quote

i am geting same error ...
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Sat Dec 16, 2006 5:38 pm
Reply with quote

I'd tend to guess that this might explain your problem:
Quote:
Chaining output data

VTAM supports the chaining of outbound as well as inbound terminal data. If the length of an output message exceeds the outbound RU size, and the terminal supports outbound chaining, CICS breaks the message into RU-size segments and transmits them separately.

Your application can take advantage of the fact that chaining is permitted by passing a single output message to CICS bit by bit across several SEND commands. To do this, you specify the CNOTCOMPL (?chain not complete?) option on each SEND except the one that completes the message. (Your message segments do not have to be any particular length; CICS assembles and transmits as many RUs as are required.) The PROFILE definition under which your transaction is running must specify CHAINCONTROL=YES in order for you to do this.
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

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Write line by line from two files DFSORT/ICETOOL 7
Search our Forums:

Back to Top