MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CA7 - VRM resource

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
mpizzicheria
Beginner


Joined: 08 Apr 2011
Posts: 1
Topics: 1

PostPosted: Mon Sep 19, 2016 8:22 am    Post subject: CA7 - VRM resource Reply with quote

Hi
i have to schedule two chain:

1° chain
Code:

PARM='/LOGON'                                       
PARM='DEMAND,JOB=JOB1,SCHID=233,TIME=&TIMED'     
PARM='DEMAND,JOB=JOB2,SCHID=233,DEPJOB=JOB1'
PARM='/LOGOFF'     

2° chain
Code:

PARM='/LOGON'                                       
PARM='DEMAND,JOB=JOB3,SCHID=233,TIME=&TIMED'     
PARM='DEMAND,JOB=JOB4,SCHID=233,DEPJOB=JOB3'
PARM='/LOGOFF'     

all job below at same resource "TEST" with TYPE="EXC" FREE="F"

when i launch both chain with different time 13.00 and 13.01

the order launh is :
Code:

job1
job3
job2
job4

i want
Code:

job1
job2
job3
job4
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Mon Sep 19, 2016 10:53 am    Post subject: Reply with quote

mpizzicheria,


Have a dependency on Job 3 for Job2 with the parm DEPJOB=job2

ie.
Code:

PARM='DEMAND,JOB=JOB3,SCHID=233,TIME=&TIMED,DEPJOB=job2'     

_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group