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

Getting error DFH7053I while using CHANNEL


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

New User


Joined: 13 Nov 2006
Posts: 24
Location: Bengalooru

PostPosted: Fri Oct 26, 2007 10:10 am
Reply with quote

I am getting the following error DFH7053I and the following message OPTION 'CHANNEL' IS NOT VALID AND IS IGNORED.

Can anyway tell me how to fix it up??
Back to top
View user's profile Send private message
srikanthkailasam

New User


Joined: 13 Nov 2006
Posts: 24
Location: Bengalooru

PostPosted: Fri Oct 26, 2007 10:22 am
Reply with quote

FURTHER INFORMATION ON THE ABOVE MENTIONED PROBLEM.....

The command I used is
EXEC CICS
PUT CONTAINER ('MYC') FROM (MYNAME) CHANNEL ('CHN')
END-EXEC.


The error I'm getting iat precompile time is

CICS 6.3.0 COMMAND LANGUAGE TRANSLATOR
TRANSLATOR DIAGNOSTIC MESSAGES OF SEVERITY W AND ABOVE.
MESSAGE NUMBER SEVERITY LINE NUMBER MESSAGE
DFH7053I C 00029 OPTION 'CHANNEL' IS NOT VALID AND IS NOT VALID AND IS IGNORED
END OF TRANSLATOR DIAGNOSTIC MESSAGES.

Hope you can help!!!!
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Fri Oct 26, 2007 7:26 pm
Reply with quote

I've never used this command, but based on the message,

the translator doesn't like the word channel

are you sure the translator you are using supports
the PUT CONTAINER command?

I would review
publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/com.ibm.cics.ts31.doc/dfhp4/commands/dfhp4_putcontainerchannel.htm

try reformatting the statement,

EXEC CICS
PUT CONTAINER('MYC') CHANNEL ('CHN')
FROM (MYNAME)
END-EXEC.


try the command withou CHANNEL option ?
Back to top
View user's profile Send private message
srikanthkailasam

New User


Joined: 13 Nov 2006
Posts: 24
Location: Bengalooru

PostPosted: Mon Oct 29, 2007 10:16 am
Reply with quote

thanks...
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top