Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlez/OS

Anchor
1256627
1256627
There are two possible destinations of the trace data:

  1. Anchor
    1256628
    1256628
    If ddname UNVTRMDL is defined in the UBROKER started task procedure, a sequential data set is created using the data set allocated to UNVTRMDL as a model.
     
    The dynamically allocated trace data set name is #HLQ.UBR.Dyymmdd.Thhmmss, where:
    • #HLQ is the data set name allocated on the UNVTRMDL ddname.
    • yymmdd is the year, month, and day.
    • hhmmss is the hour, minute, second the data set was allocated.
       
      Anchor
      1256633
      1256633
      The amount of space allocated for trace data sets modeled after UNVTRMDL is based upon the TRACE_FILE_LINES configuration option and the record format of the model data set. If the model data set is fixed record format, the total amount of space measured in bytes is TRACE_FILE_LINES *LRECL. If the model data set is variable record format, the total amount of space measured in bytes is TRACE_FILE_LINES * 50 (50 is considered the average length of a trace file record).
       
      The number of cylinders is calculated from the total amount of space in bytes. The total number of cylinders is calculated base on a total of 16 extents being allocated.
       
      The formula is cylCount = (totalSize / 16) / 750000760000.
       
      The allocation unit is set to cylinders and the primary and secondary space allocation is set to cylCount (that is, SPACE=(CYL,(cylCount,cylCount),RLSE)).
       
  2. Anchor
    1256646
    1256646
    If ddname UNVTRMDL is not defined in the UBROKER started task procedure, member name UBROKER is created in the PDS or PDS/E allocated to the UNVTRACE ddname.

...