Very cool, I can see that being a good option to clone my SYSRES and USS files 
in one process (JOBGROUP) 


Carmen Vitullo 

----- Original Message -----

From: "David Jousma" <david.jou...@53.com> 
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Thursday, February 1, 2018 12:50:33 PM 
Subject: Re: JOBGROUP in JCL 

I used JOBGROUP to run a series of jobs I use for cloning my environment. Works 
very well. 

//mygroup JOBGROUP 'Clone xxxxxxx->xxxxx', 
// ERROR=(RC>4),ONERROR=FLUSH 
//jobaA GJOB 
//jobB GJOB 
// AFTER NAME=jobA,WHEN=(RC=0) 
//jobC GJOB 
// AFTER NAME=jobB,WHEN=(RC<=4) 
//jobD GJOB 
// AFTER NAME=jobC,WHEN=(RC=0) 
//jobG ENDGROUP 

_________________________________________________________________ 
Dave Jousma 
Manager Mainframe Engineering, Assistant Vice President 
david.jou...@53.com 
1830 East Paris, Grand Rapids, MI 49546 MD RSCB2H 
p 616.653.8429 
f 616.653.2717 


-----Original Message----- 
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jake Anderson 
Sent: Thursday, February 01, 2018 12:37 PM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: JOBGROUP in JCL 

**CAUTION EXTERNAL EMAIL** 

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails** 

Hi 

Is there anyone who have started taking the advantage of JOBGROUP ? 

I am still trying to understand this functionality. 

Since I see the JOBGROUP statement being used in JOBCARDS as well also the 
manual says about running a set of JOBS run together. 

What does it mean by running a set of JOBS together ? Is it like executing in 
parallel ? 

Apology for my ignorance 

Jake 

---------------------------------------------------------------------- 
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL** 

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails** 

This e-mail transmission contains information that is confidential and may be 
privileged. It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated. 


---------------------------------------------------------------------- 
For IBM-MAIN subscribe / signoff / archive access instructions, 
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to