Previous Topic: How to UseNext Topic: EXTRACT (Extract Data Table)


Example JCL

The following shows the command to extend data area DEM for database 001 and to format the newly extended space.

Note: Use the following as a guide to prepare your JCL. The JCL statements are for example only. Lowercase letters in a statement indicate a value you must supply. Code all statements to your site and installation standards.

 //jobname    See the note above and JCL Requirements.
 //       EXEC PGM=DBUTLTY,REGION=2M
 //STEPLIB    See the note above and JCL Requirements.
 //CXX      DD DSN=cxx.data.set,DISP=SHR           Directory data set
 //SYSIN    DD *                                   Command Input
          EXTEND  AREA=DEM,DBID=1
 /*

In the DEM001 statement above, the space parameter is not required if the DEM area was previously allocated with secondary extents. It is required when changing the secondary value or when a new volume is added.

Sample Report

Following is a sample report page. For an example report header, see Sample Report Headers.