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

Abend AEY9 whentrying to implement sockets through EZASOKET


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

New User


Joined: 22 Nov 2005
Posts: 11
Location: Pune

PostPosted: Mon Jan 16, 2006 4:56 pm
Reply with quote

hi all,
i m trying to implement sockets through EZASOKET in CICS ... but getting an abend AEY9 as the transaction executes the call statement to the EZASOKET... what could be the problem?? could it be some pre requisites for implementing sockets .. or something else??? please send suggestion with some examples(samples..)...

thank you...
Back to top
View user's profile Send private message
techguy

New User


Joined: 17 Jan 2006
Posts: 5
Location: India

PostPosted: Tue Jan 17, 2006 10:05 pm
Reply with quote

U may get this abend if the CICS SOCKET INTERFACE is not started for ur region.
Back to top
View user's profile Send private message
kanhaiya.a

New User


Joined: 22 Nov 2005
Posts: 11
Location: Pune

PostPosted: Wed Jan 18, 2006 2:58 pm
Reply with quote

yeah i got that thanx... but now i m facing a problem with the HELO command argument(IP address of our mainframes) as it is not part of any domain... i av tried sending the IP address but, getting a response from SMTP server.. Invalid Domain Name?????

please explain with illustration..
Back to top
View user's profile Send private message
techguy

New User


Joined: 17 Jan 2006
Posts: 5
Location: India

PostPosted: Wed Jan 18, 2006 5:14 pm
Reply with quote

Hi,
The host name in HELO can be anything as the mail server will not validate it in any way. But, the IP router might block the packets coming from the IP address of the CICS region. Can u try sending a NOOP command before a HELO command. I hope this might work...

regards,
Techguy.
Back to top
View user's profile Send private message
kanhaiya.a

New User


Joined: 22 Nov 2005
Posts: 11
Location: Pune

PostPosted: Wed Jan 18, 2006 5:34 pm
Reply with quote

and wat does a NOOP command do ?? and its parameters/syntax????
Back to top
View user's profile Send private message
techguy

New User


Joined: 17 Jan 2006
Posts: 5
Location: India

PostPosted: Wed Jan 18, 2006 7:21 pm
Reply with quote

NOOP is just a No-operation command. Sometimes the sender server just wants an OK reply from the receiver;

EXEC CICS NOOP
RESP(data-area) RESP2(data-area)
END-EXEC
Back to top
View user's profile Send private message
kanhaiya.a

New User


Joined: 22 Nov 2005
Posts: 11
Location: Pune

PostPosted: Fri Jan 20, 2006 11:57 am
Reply with quote

thanks... i successfully sent a mail to my inbox...by dropping the helo command as it was giving the same domain name error for every input i tried with but as u suggested the NOOP command helped me check if the traffic was going thru..
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 ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top