Example for Changing the MODULUS Attribute on an Access

For this example, the original DASDL description looks as follows:

R RANDOM DATA SET
 (
  F FIELD(10);
  G GROUP
   (
    M REAL;
    N NUMBER(S5,2);
   );
 );
A ACCESS TO R
  KEY IS G
  DUPLICATES
  MODULUS = 500;

To update the DASDL description with new variable parts, perform the following steps:

  1. Alter the DASDL statements to the following. The asterisks (*) indicate changed lines.

  2. Compile the DASDL description.

  3. Generate and run the Reorganization program.