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

Channel & container with CICS 6.3.0


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

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Tue Apr 29, 2008 2:36 am
Reply with quote

friends, is the channel and container available with CICS 6.3.0?

EXEC CICS PUT CONTAINER (CUSTOMER-NO) CHANNEL (INQUIRY-CHANNEL)
FROM (CUSTNO) FLENGTH (LENGTH OF CUSTNO)
END-EXEC.
EXEC CICS LINK PROGRAM ('WMC120U') CHANNEL (INQUIRY-CHANNEL).
END-EXEC.

I am trying to compile above code in CICS 6.3.0 and getting below compilation error.

OPTION 'CHANNEL' IS NOT VALID AND IS IGNORED.
'END-EXEC' ASSUMED AFTER 'PROGRAM ('WMC120U')'.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Apr 29, 2008 1:24 pm
Reply with quote

Hi !

If i remember correctly, CICS TransaktionServer V3.1, or later, must be present.

Regards, UmeySan
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: Tue Apr 29, 2008 8:11 pm
Reply with quote

Yes, looks like a minof 3.1..
Just wonder why the prior PUT didn't fail......
Back to top
View user's profile Send private message
SCARCEBOYZ

New User


Joined: 16 May 2005
Posts: 32
Location: Millenium Business Park, Mumbai

PostPosted: Tue May 06, 2008 4:18 pm
Reply with quote

Lalit,

Please refer www.redbooks.ibm.com/redbooks/pdfs/sg247227.pdf.

Hope it helps.

Regards,
KAVXT1
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top