![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing pl/sql using sqlplus on unix | maverick1234 | Shell Programming and Scripting | 1 | 02-11-2008 01:32 PM |
| Executing pl/sql using sqlplus on unix | maverick1234 | UNIX for Advanced & Expert Users | 1 | 02-10-2008 10:21 AM |
| Executing pl/sql using sqlplus on unix | maverick1234 | High Level Programming | 1 | 02-10-2008 10:19 AM |
| Executing a unix command | jacob23 | UNIX for Dummies Questions & Answers | 5 | 12-20-2006 10:36 PM |
| Executing a .dll from a Unix script | BCarlson | UNIX for Advanced & Expert Users | 2 | 03-06-2006 07:30 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Executing JCL through UNIX
Hi,
I am trying to execute a JCL in mainframe through solaris but it doent seem to work. I have used the following script on a suggestion #!/bin/ksh ftp -n << EOF open <servername> user <userid> <password> ascii site file=jes put <JCLfilename> quit EOF It requires the JCL file to be in the dir from which I am executing this script which is ok. However the comman "site file" just does not work. iT says unrecognized command. Though the above does FTP the file to mainframe system but it does not "submit" the JCL which is what I want. Is there anyother way that I can achieve this? Thanks Manish |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|