Task 3—Defining the VSAM options file and print file


Summary: In this task, you will define the VSAM options file and print file.

To define the VSAM options file and print file, perform the following steps: 

  1. Select hilevel.BBSAMP(CSOVSAM).
  2. To customize CSOVSAM, follow the instructions at the top of the CSOVSAM member.

    A sample of the CSOVSAM member is shown in Figure.

    Example of the BBSAMP Member CSOVSAM

    DELETE ?BBCHILV.COPOPT CLUSTER
    DELETE ?BBCHILV.COPRINT CLUSTER
    DEFINE CLUSTER (NAME(?BBCHILV.COPOPT) -
       VOLUMES(111111) /* <----------CHANGE */ -
       RECORDS(10,5) -
       NUMBERED -
      UNIQUE -
       CONTROLINTERVALSIZE(4096) -
       RECORDSIZE(4084,4084)) -
      DATA (NAME(?BBCHILV.COPOPT.DATA))
    REPRO INFILE(INITIAL) -
       OUTDATASET(?BBCHILV.COPOPT)
    DEFINE CLUSTER (NAME(?BBCHILV.COPRINT) -
       VOLUMES(111111) /* <----------CHANGE */ -
      UNIQUE -
       RECORDS(500,500) -
       NONINDEXED -
    CONTROLINTERVALSIZE(4096) -
       RECORDSIZE(3440,3440)) -
      DATA (NAME(?BBCHILV.COPRINT.DATA)) 
  3. Save your changes.
  4. Submit the job.




 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

3270 SUPEROPTIMIZER/CICS 3.0.06