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

Applying Virtual Resource dependency in CA-7


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
aravindunlimited

New User


Joined: 08 May 2006
Posts: 16

PostPosted: Tue Aug 26, 2008 4:29 pm
Reply with quote

I have an application that has 3 jobs that run in a CA-7 schedule in the following pattern

Job 1: Load resumes a table ABC - Existing
Job 2: Load Resumes the table ABC - New
Job 3: Reads, process and deletes rows from table ABC - Existing

now I want to fit them without causing contentions, there is a Virtual resource requirement between Job 1 and Job 3,
Can I use the same Virtual resource dataset as a requirement for the Job 2 or should I create a separate one between Job 1 and 2 and Job 3 and 2?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Aug 26, 2008 8:59 pm
Reply with quote

Hello,

If i understand correctly, they are all mutually exclussive so i would use 1 resource as my enqueue mechanism (rather than 2). When any one process "has" the resource, the others must wait.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Negative dependency between jobs in m... COBOL Programming 12
No new posts CA7 Negative dependency JOB=/ CA Products 0
No new posts Using Virtual Tape Server TS7700 as c... All Other Mainframe Topics 0
No new posts UNIX System Services Resource Busy All Other Mainframe Topics 7
Search our Forums:

Back to Top