Posts related to MVS

How to Allocate a Page Dataset
Here’s a simple way to allocate a new Page Dataset via batch job: //DEFPGSPC EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DEFINE PAGESPACE ( – NAME(page_dataset_name) – CYLINDERS(number_cyls) – VOLUME(volume_name)) Substitute the following values on the above JCL to meet your requirements: page_dataset_name – Name of the Page […]