The ccir/ccis test of Windows and Unix fame is available on the OS/400.
Release: all
Component: UUJMA
To test sending from Windows/Unix to AS/400:
On OS/400 run the command:
caccir
On Windows/Unix run the command:
ccis xxxxxx nnn
where xxxxxx is the OS/400 node name, nnn is a count of messages to send. You should see each message displayed on the OS/400 terminal. To stop CACCIR on the OS/400, you need a second terminal session to type the command:
casetevt 'test.cci.receiver'
To test sending from OS/400 to NT/Unix:
On Windows/Unix run the command:
ccir
On the OS/400 run the command:
caccis 'xxxxxxx' 'nnn'
where xxxxxxx is the Windows/Unix node name, and nnn is the a of messages to send. You should see each message displayed on the Windows/Unix terminal. To stop ccir on Windows/Unix, type ctrl-C.