View previous topic :: View next topic
|
Author |
Message |
santosh.ambaprasad
New User
Joined: 08 Mar 2009 Posts: 16 Location: London
|
|
|
|
Hello
Can any one please make me understand how I can schedule UNIX shell script on TWS?
Should we require to code CLIBs?
Can any one share manual on CLIB?
Thanks |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Google on "TWS and UNIX". |
|
Back to top |
|
|
Richard Galley
New User
Joined: 21 Nov 2008 Posts: 31 Location: United Kingdom
|
|
|
|
Did you find an answer to your question about running UNIX scripts on TWS? |
|
Back to top |
|
|
ozgurseyrek
New User
Joined: 22 Feb 2008 Posts: 70 Location: Turkey
|
|
|
|
You can run Unix scripts by TWS,
First, TWS Agent installed on Unix server and that server defined to the TWS mainframe.
Than, in a JCL like below, you can run scripts.
Code: |
000001 /* Definiton for TESTJOB1 job to be executed on F126 machine */
000002 /* */
000003 JOBREC JOBSCR('/opt/tws/scripts/Tesg/Test.sh')
000004 JOBUSR(testuser) |
|
|
Back to top |
|
|
|