OnDemand User Group

Support Forums => z/OS Server => Topic started by: lbaker2 on March 31, 2023, 01:28:59 PM

Title: Report Loads To Which Collection?
Post by: lbaker2 on March 31, 2023, 01:28:59 PM
I have been supporting OnDemand for a little while but my knowledge of OAM is limited for now.
When a report is loaded to a application group with a storage set that contains several different collections, how does OnDemand know which collection to use?
 
Thanks, Lincoln
Title: Re: Report Loads To Which Collection?
Post by: maw on April 03, 2023, 06:38:27 AM
in the storage set, one on the nodes (collection names) should have load data checked. Iit will have an asterik by it in the list. Or you can open each node and see if load data is checked.  One variation....if you use the report id exit  ( -E on arsload ). It picks up the collection name from table ODSCRT instead of the storage set.
Title: Re: Report Loads To Which Collection?
Post by: lbaker2 on April 05, 2023, 10:15:09 AM
Thanks for the info. In the storage set indeed just one of the collections has load data checked. However all of the collections in the one storage set have an asterisk by them.
Not sure if we use the report id exit. How would it pick up the collection name from ODSCRT table? Our ODSCRT does not have a collection column in it.