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

how to write to a TDQ ?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
APD1

New User


Joined: 18 Feb 2009
Posts: 59
Location: India

PostPosted: Wed Apr 08, 2009 11:42 am
Reply with quote

I have a tdq suppose abcd and i want to wrtie to it, I know the command is CECI WRTIEQ TDQ , but not sure exactly how will it go......can anyone give me an example ???
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Apr 08, 2009 12:09 pm
Reply with quote

when you enter 'CECI', it will provide you a list of possible parameters, which will allow you to avoid misspelling.
Back to top
View user's profile Send private message
APD1

New User


Joined: 18 Feb 2009
Posts: 59
Location: India

PostPosted: Wed Apr 08, 2009 12:12 pm
Reply with quote

might be a typo......but is that the answer ?
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: Wed Apr 08, 2009 4:37 pm
Reply with quote

Better than "RTFM" I would say.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Apr 08, 2009 4:44 pm
Reply with quote

CECI - command-level interpreter
Back to top
View user's profile Send private message
tomehta

New User


Joined: 18 Aug 2008
Posts: 98
Location: India

PostPosted: Wed Apr 08, 2009 4:46 pm
Reply with quote

CECI is the command line interpreter for cics. Its used when you are running the command in CICS screen. If you write "CECI Writeq TD" and press enter it will show a bunch of options as follows.

Code:
 WRITEQ TD                                                           
 STATUS:  COMMAND SYNTAX CHECK                               NAME=   
  EXEC CICS  WRITEQ TD                                               
   Queue()                                                           
   < Sysid() >                                                       
   From()                                                             
   < Length() >                                                       



Hope this helps.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Apr 08, 2009 6:13 pm
Reply with quote

if you just enter CECI and 'press enter', it will list all the commands available under CECI.
Then you can enter the/a command (that is listed)
and it will give you all the parms,
as tomehta has shown in the preceding post.
Back to top
View user's profile Send private message
APD1

New User


Joined: 18 Feb 2009
Posts: 59
Location: India

PostPosted: Mon Apr 13, 2009 3:55 pm
Reply with quote

thanks all !
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Write line by line from two files DFSORT/ICETOOL 7
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Compare two files with a key and writ... SYNCSORT 3
No new posts JCL to write the log on to a PDS file JCL & VSAM 10
Search our Forums:

Back to Top