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

Job Submission in ReXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
edwin_infy

New User


Joined: 01 Jul 2008
Posts: 32
Location: chennai

PostPosted: Wed Nov 26, 2008 4:24 pm
Reply with quote

Hi all,

Am doing a rexx code to backup a chageman package using Rexx
now as my code copies all members it happens in Foreground mode
i want it to be submitted as a job and copy it in backgroud
displaying all details in spool where i can see the details like
how many programs are backed up
latest date lik that
is there any ways to do this

regards
edwin
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Nov 26, 2008 4:30 pm
Reply with quote

At the top of the page there is a button marked 'IBM Manuals'
click this button.

Scroll down until you see 'TSO/E Command Reference'
Place mouse over this line and click.

Scroll down until you see the submit command.

Surely it would have been easier for you to search the forum / manuals yourself icon_confused.gif
Back to top
View user's profile Send private message
edwin_infy

New User


Joined: 01 Jul 2008
Posts: 32
Location: chennai

PostPosted: Wed Nov 26, 2008 4:48 pm
Reply with quote

show this be coded in my rexx code or where i have no idea about it
how to specify where the member is present in the dataset
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2545
Location: Silicon Valley

PostPosted: Wed Nov 26, 2008 10:29 pm
Reply with quote

Quote:
how to specify where the member is present in the dataset


Not sure what your question is.

You want to run your rexx as a batch job. The batch job will have JCL with PGM=IKJEFT01. Your rexx program will be part of SYSPROC dd statement. Search TSO manuals for 'batch'.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top