Example a-1, Ddlxchng file for enform reporting – HP NonStop G-Series User Manual
Page 167
![background image](/manuals/397027/167/background.png)
Creating an Enform Report From Measure Data
Measure User’s Guide — 520560-003
A- 9
NEWSUBVL—Establishing the Subvolume
6. Execute NEWSUBVL:
44> OBEY NEWSUBVL
Example A-1. DDLXCHNG File for Enform Reporting (page 1 of 3)
?FUP FUPXCHNG!
?SECTION unproc
RECORD unproc. FILE IS unproc.
02 loadid TYPE character 8.
02 from-timestamp TYPE binary 64.
02 to-timestamp TYPE binary 64.
02 delta-time TYPE binary 64,3.
02 system-name TYPE character 8.
02 cpu-num TYPE binary 16 unsigned.
02 pin TYPE binary 16 unsigned.
02 process-name TYPE character 8.
02 program-file-name TYPE character 24.
02 priority TYPE binary 16 unsigned.
02 cpu-busy TYPE binary 64,3.
02 atime-busy TYPE binary 64,3.
02 atime-ready TYPE binary 64,3.
02 ready-busy TYPE binary 64,3.
02 atime-memq TYPE binary 64,3.
02 disp-rate TYPE binary 64,3.
02 fault-rate TYPE binary 64,3.
02 pres-pages TYPE binary 64,3.
02 pres-pagem TYPE binary 16 unsigned.
02 ext-segs TYPE binary 64,3.
02 ext-segsm TYPE binary 16 unsigned.
02 vsem-rate TYPE binary 64,3.
02 msg-rate-nr TYPE binary 64,3.
02 msg-rate TYPE binary 64,3.
02 sbyte-rate TYPE binary 64,3.
02 rbyte-rate TYPE binary 64,3.
02 recv-qlen TYPE binary 64,3.
02 recv-qlenm TYPE binary 16 unsigned.
02 recv-rate-nr TYPE binary 64,3.
02 recv-rate TYPE binary 64,3.
02 vbyte-rate TYPE binary 64,3.
02 ybyte-rate TYPE binary 64,3.
02 link-busy TYPE binary 64,3.
02 link-rate TYPE binary 64,3.
02 link-fail TYPE binary 64,3.
02 links-inuse TYPE binary 64,3.
02 links-inusem TYPE binary 16 unsigned.
02 chkpt-rate TYPE binary 64,3.
end