Send a file from AIX to PCOMM server


 
Thread Tools Search this Thread
Operating Systems AIX Send a file from AIX to PCOMM server
# 1  
Old 10-04-2013
Send a file from AIX to PCOMM server

Hi folks,

I am having an issue here.Currently, my system sends a file from AIX using CICS program to mainframe .

However, Now I need to send file from AIX using CICS program or any other alternative to PCOMM server.

Can anyone enlighten me !!

Rgds,
Targetshell
# 2  
Old 10-04-2013
Contact the system administrators of the mainframe.
# 3  
Old 10-05-2013
Quote:
Originally Posted by targetshell
my system sends a file from AIX using CICS program
[...]
send file from AIX using CICS program or any other alternative to PCOMM server.
Not really sure what you mean. CICS is a transaction monitor and has nothing to do with file transfer at all. The mainframe (i suppose it runs z/OS or some of its predecessors: MVS, VM/CMS, ...) either uses IP natively, then you can simply use IP methods to transfer files, prominently ftp. Or the mainframe runs an SNA network, then you need to use a SNA method for file transfer, like a LU6.2 datastream over a 3270-terminal session.

Either way, you can only succeed by accomodating the mainframes sysadmins wishes, therefore blackrageous' hint to contat them is a good one. To help you we would also need to know a lot more details about your environment.

I hope this helps.

bakunin
# 4  
Old 10-07-2013
Hi there,

My system has CICS program on AIX OS for sending files to another mainframe server, which also has CICS.

So it is a CICS to CICS communication.

The issue is that now CICS program on AIX OS has to communicate with the PCOMM server, thereby sending the same file which previously it used to send on another mainframe server.

So, I need to set up a communication protocol as to how I can send my file using current CICS program/or some other NEW program from AIX to PCOMM server.


Rgds,
TS
# 5  
Old 10-09-2013
Do you have any information you can share re: PCOMM server. I know AIX fairly well, but not PCOMM. Maybe the answer is quite simple - if IP tools can be used.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Configure AIX server to send logs and auditing to Qradar

Hi All I need your help to configure Aix to send logs to Qradar, I did all the methods that mentioned in IBM website and no use, Plz Help,, The Logs should I receive from Aix and display in Qradar is (create user delete user changing in privileges....etc ) my skype account khaled_ly84 ... (4 Replies)
Discussion started by: khaled_ly84
4 Replies

2. AIX

Cannot send syslog event from AIX 6.1 to RHEL Syslog server

Hi everyone, I am trying to configure AIX 6.1 using syslogd to send syslog event to syslog server configured on RHEL. However, RHEL never receives the events. I have tried to redirect the syslog event on AIX to a local file and successful. Only forwarding to remote server fails. Firewall... (10 Replies)
Discussion started by: michael_hoang
10 Replies

3. AIX

Send message from AIX UNIX server

Hi, I want to send SMS from my AIX unix server. Could you please help me? US Service provider: AT & T I tried the below command but message not received. echo "test msg" | /usr/bin/sendmail -v <mobilenumber>@mobile.att.net (4 Replies)
Discussion started by: rsivasan
4 Replies

4. AIX

How to send large file through E-mail IN Unix AIX

hI ALL, I am newbie to Unix.There are 2 GB files in UNIX that should be sent to one of my friend who is working on Windows Environment.Is there any way to send these file to him? By Compressing like that? Can anyone help on this? With thanks, Aravindh (4 Replies)
Discussion started by: Aravindhbabu
4 Replies

5. Shell Programming and Scripting

Send email from sendmail on AIX using exchange server as SMTP server

i am new in AIX i am trying to write a script to take a backup for specific files on server to and check error log if backup success send email to administrator , script done except for sending mail , i try to configure sendmail on aix to use our exchange server to send emails but still get error... (0 Replies)
Discussion started by: ahmed_salah
0 Replies

6. AIX

send mail configuration in AIX server

Hi All, How to configure sendmail service in AIX server ? Please tell me what all changes has to be made in sendmail.conf file. Please help in this issue to configure it. Thanks jack (1 Reply)
Discussion started by: jack00423
1 Replies

7. AIX

how to send a file from aix to a email address?

how to send a file from aix to a email address? such as xxx@yahoo.com? (2 Replies)
Discussion started by: rainbow_bean
2 Replies

8. AIX

how to configure server to send email in AIX

Hi, anyone can guide me how to configure server to send email in AIX. My server is in a closed network, what do I need to configure and how? SMTP gateway? mail server? Thanks and best regards Solomon (4 Replies)
Discussion started by: chongkls77
4 Replies

9. Shell Programming and Scripting

send file of size 0 with FTP on AIX

I'm using IBM AIX 5.2 to send file with ftp to other unix machine. The command is into a shell: ... ftp -n > outFtp 2> errFtp <<PARAM open $2 user $3 $4 put $1 $remote bye PARAM ... then i look at the size of errFtp and outFtp to see if there are some error message.... (4 Replies)
Discussion started by: gggarb
4 Replies

10. UNIX for Dummies Questions & Answers

Send email to another server on AIX

I am trying to send an email to another server but i don't seem to be able to do it. I can receive mail form other servers but not send out. I am using IBM AIX 4.x Any knows whcih configuration file i need to set ? or any network port to look out for ? (1 Reply)
Discussion started by: owls
1 Replies
Login or Register to Ask a Question