Home » Infrastructure » Other Operating Systems » Executing VMS .COM script from AIX
Executing VMS .COM script from AIX [message #184244] Tue, 25 July 2006 20:33 Go to next message
Ivancleber da Silva Neves
Messages: 74
Registered: July 2002
Member
How can I execute a .com script in VMS from a AIX machine ?

Can I do something like this from AIX ?

Contents of a .sh file:
telnet aix << FIM
username
password
....EXECUTE SOME .COM FILE
exit
FIM

is it possible or do I have to do something else ?

Thanks in advance
Re: Executing VMS .COM script from AIX [message #199449 is a reply to message #184244] Tue, 24 October 2006 07:02 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I know this is a late answer, but nevertheless ...

.com scripts on VMS are executed just like any SQL script in SQL*Plus: using '@' sign (convenient, isn't it?). It means that your .sh file on AIX should include such a line:

@vms_com_file.com
Previous Topic: CICS TS ORACLE RUNING ON Z/OS QUESTION
Next Topic: Oracle Transparent Gateway for DB2/400
Goto Forum:
  


Current Time: Fri Mar 29 06:53:00 CDT 2024