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
 
Restart a SORT JCL using ICETOOL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy

PostPosted: Mon Jun 27, 2005 1:27 pm    Post subject: Restart a SORT JCL using ICETOOL
Reply with quote

There's a way, with ICETOOL, to restart from a particular sort?
I mean...I try to explain my question better.

If I've two large sort and the second end with an abend that can be both for space(B/E37) or DYNALLOC option: how can I restart my job, after an add of disk or a enlarge of unit in dynamic allocation, skipping so the first large sort without touch the jcl?
Back to top
View user's profile Send private message
References
Frank Yaeger

DFSORT Moderator


Joined: 15 Feb 2005
Posts: 4684
Location: San Jose, CA

PostPosted: Tue Jun 28, 2005 2:31 am    Post subject:
Reply with quote

Quote:
how can I restart my job, after an add of disk or a enlarge of unit in dynamic allocation, skipping so the first large sort without touch the jcl?


Without touching the JCL? Well, that would require magic since there would be nothing to indicate that you wanted to run the job any differently the second time.

However, if you want to bypass the first SORT operator and just run the second SORT operator, you can just comment out the first operator temporarily, e.g.

First run:

SORT FROM(IN1) TO(OUT1) USING(CTL1)
SORT FROM(IN2) TO(OUT2) USING(CTL2)

Second run (just run the second SORT):

*SORT FROM(IN1) TO(OUT1) USING(CTL1)
SORT FROM(IN2) TO(OUT2) USING(CTL2)
Back to top
View user's profile Send private message
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy

PostPosted: Tue Jun 28, 2005 4:01 pm    Post subject:
Reply with quote

Ok, thanks but I've imagined some different way...
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Moderator


Joined: 15 Feb 2005
Posts: 4684
Location: San Jose, CA

PostPosted: Tue Jun 28, 2005 10:18 pm    Post subject:
Reply with quote

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