Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
submit all the member in a PDS as batch JOB

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
jeevajeeva

New User


Joined: 13 May 2006
Posts: 16

PostPosted: Sat Jul 01, 2006 10:17 am    Post subject: submit all the member in a PDS as batch JOB
Reply with quote

hi,

i have a PDS consist more than 100 members i need to submit all the members as batch jobs at one shot.

is there any way to do that?
Back to top
View user's profile Send private message
References
Sahoo

New User


Joined: 08 Jun 2006
Posts: 49

PostPosted: Sat Jul 01, 2006 10:40 am    Post subject: Re: submit all the member in a PDS as batch JOB
Reply with quote

You can write a rexx to sumit all the Jobs.

Get the member list by using
x = outtrap("i.",'*',"concat")
" listds " "'" || word(dsn,1) || "' members "
x = outtrap("off")

Then in a loop sumit the Jobs using
do J = 7 to i.0
JCLConcat = dsn||"("||strip(i.J)||")"
address tso "Submit '"JCLConcat"'"
end
Back to top
View user's profile Send private message
jeevajeeva

New User


Joined: 13 May 2006
Posts: 16

PostPosted: Sat Jul 01, 2006 10:45 am    Post subject: Re: submit all the member in a PDS as batch JOB
Reply with quote

hi,

its ok,

but is there any JCL or TSO command to do the same.

if yes then post the JCl
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3314
Location: Charlotte,NC USA

PostPosted: Sat Jul 01, 2006 5:04 pm    Post subject: Re: submit all the member in a PDS as batch JOB
Reply with quote

Use TSO PRINTDS to convert the entire PDS into a single sequential dataset. Then, submit that dataset.
Back to top
View user's profile Send private message
jeevajeeva

New User


Joined: 13 May 2006
Posts: 16

PostPosted: Mon Jul 03, 2006 8:51 am    Post subject: Re: submit all the member in a PDS as batch JOB
Reply with quote

hi superk,

after submitting the job how can i convert the sequential dataset into PDS.
Back to top
View user's profile Send private message
Hanfur

Active User


Joined: 21 Jun 2006
Posts: 106

PostPosted: Thu Jul 13, 2006 4:28 pm    Post subject: Hi
Reply with quote

Jeev,
Put XDC left to the jobname in spool and give space parameters and name to save that as sequential file.


Sahoo's soln too work but you need to give your PDS name (where all of ur job resides ) to DSN as DSN=XXXX.YYYY.JCLDATASET in the above REXX to work..

-Han.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1