IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to Invoke Unix .scr file from JCL


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chkiran2

New User


Joined: 24 Jun 2004
Posts: 24
Location: Gurgoan

PostPosted: Thu Jun 24, 2004 2:29 pm
Reply with quote

icon_question.gif icon_redface.gif

HI
I am writing a JCL which merges the files from UNIX and Mainframe and does some processing. So before I do submit my JCL everytime I need to go to UNIX and run the corresponding .scr file which will execute the Unix program and the output files will be sent to Mainframe using XCOM process.

So is there any way by which I can initiate/ run the .scr file in UNIX as part/step of JCL so that I will have latest files from UNIX without actually going to UNIX everytime.

If this can be done a lot time will be saved and it will be a fully automated job. So if it is possible can any one help me with the code and also how to give the particular UNIX server address, username and password.

Thank you

Regards,
Kiran
Back to top
View user's profile Send private message
sudheerkumar_k

New User


Joined: 08 Sep 2004
Posts: 10
Location: Bangalore

PostPosted: Mon Nov 01, 2004 2:33 pm
Reply with quote

Kiran,

RUN TASK (PGM=UNIX) SNODE -
SYSOPTS="<directory> <enviornment> script
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top