I am generating multiple jobs with Natural remote job entry using an input dataset with a list of 300 objects. Each object is used in its own job and data is written to a single dataset on tape.
I want for each job to write to the same dataset. Do I need to insert time delays between each job submission to ensure the dataset will close? If I write to a DASD dataset with disp=(mod,catlg), do I have to know the total size to allocate at the time of creation? The amount of data will vary depending on the time of year so total size is hard to estimate.
Mel
Multiple remote job entry writing to the same dataset
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Multiple remote job entry writing to the same dataset
DISP=MOD will allocate with exclusive access, so job2 will wait for job 1 to finish, before it gains access to the dataset. CTLG is not neccssary unless the dataset already exist and is uncataloged.
For fluctuating space requirements, you should look at at reasonable small primary allocation and a somewhat bigger secondary.
For fluctuating space requirements, you should look at at reasonable small primary allocation and a somewhat bigger secondary.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Recatalog Error:Moving a dataset entry from one cat to other
by gselvasridharan » Fri Apr 07, 2023 1:33 pm » in VSAM/SMS - 3
- 4855
-
by gselvasridharan
View the latest post
Mon Apr 10, 2023 12:58 pm
-
-
-
How I am able to assemble an SMP/E module from ASSEM entry
by futohomok » Thu Mar 14, 2024 2:32 pm » in System programming - 0
- 2949
-
by futohomok
View the latest post
Thu Mar 14, 2024 2:32 pm
-
-
-
Ho can I to assemble any ASSEM entry in some target zone
by futohomok » Mon Oct 30, 2023 2:32 pm » in IMS DB/DC - 0
- 2211
-
by futohomok
View the latest post
Mon Oct 30, 2023 2:32 pm
-
-
- 11
- 3922
-
by Pedro
View the latest post
Tue Apr 27, 2021 10:06 am
-
- 9
- 3390
-
by samb01
View the latest post
Thu Oct 14, 2021 1:29 pm