Collapse AllExpand All

7.6.1. Output Format 1 Previous topic Parent topic Child topic Next topic

Format 1 is an output format for call data recording.
Formats 1 to 16: Standard formats
These are formats that can be selectively chosen with the parameters FORMBAS (output format for the base device) and FORMRES (output format for the reserve device) in the AMO SELG and AMO GEZAB. All variable fields can appear in these formats.
Formats 17 to 24: Formats for block start (base device)
You can use the parameters BLBAS (block size for the base device) and BLRES (block size for the reserve device) in the AMO SELZ to define block sizes for the output. The block size specifies how many call data records are blocked in a contiguous output. Formats 17-24 are entered in selection groups 1-4 (format 17 in selection group 1, format 18 in selection group 2, etc.) each time a block of this kind is started.
Formats 25 to 32: Formats for block start (reserve device)
See formats 17-24; but only for reserve device.
Formats 33 to 40: Formats for block end (base device)
See formats 17-24; but only for block end and base device.
Formats 41 to 48: Formats for block end (reserve device)
See formats 17-24; but only for block end and reserve device.
The formats (17 - 48) for the selection groups contain gaps because the number of selection groups was reduced to 4.
Formats 49 to 56: Formats for block start (dialog/output on callup)
In the AMO GEZAB, you can use the parameter BLKSIZE (block size, number of records per output block) to define block sizes for output in a dialog. Formats 49 - 56 are output in dialog fields 1 - 8 (format 49 in dialog field 1, etc.) each time a block of this kind is started.
Formats 57 to 64: Formats for block end (dialog/output on callup)
See formats 49-56; but only for block end.
Formats 65 to 72: Formats for data end in a file (dialog/output on callup)
These formats are output when the actual call data output has ended.
Formats 73 to 80: Formats for "empty files" (dialog/output on callup)
These formats are output if the selected file is empty.
Formats 81 to 88: Formats for "deleted files" (dialog/output on callup)
These formats are output if a file is deleted after a delete job.
Formats 89 to 96: Formats for cancelling the output
These formats are output if the system calls for the data output to be cancelled.
Formats 97 to 109: Formats for CDRS output
These formats are needed for CDRS output.
In formats 17 to 96, only the variable data elements output time, block length, and number of records per block are allowed.

Configure output format 1:

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FORM,NO=1,END=N,
FORMAT="DEST. NO:#@@@@@@@@@@@@@@@@@@@@ STN. 
NO:#@@@@@@ COSTS:"; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FORM,NO=2,END=N,,
FORMAT="#@@@@@@@ EUR CHRG. UNIT:#@@@ CALL DUR: 
#@:#@:#@"; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=CTRL,NO=3,END=N,
CTLCHARS=CR; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=CTRL,NO=4,END=Y,
CTLCHARS=LF; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=1,
FLDNAME=DESTPTY,FILLTYPE=CHAR,FILLER=" ",FLDALIGN=L;

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=2,
FLDNAME=CHRGEE,FILLTYPE=CHAR,FILLER=" ",FLDALIGN=L; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=3,FLDNAME=CONCHRG,,
FILLTYPE=CHAR,FILLER=" ",FLDALIGN=RC,COMPOS=6; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=4,
FLDNAME=CHRGUNIT,FILLTYPE=CHAR,FILLER=" ",FLDALIGN=L; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=5,FLDNAME=CONHOUR,
FILLTYPE=CHAR,FILLER="0",FLDALIGN=R; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=6,FLDNAME=CONMIN,
FILLTYPE=CHAR,FILLER="0",FLDALIGN=R; 

ADD-FTBL:FORMNO=1,TYPE=B,TBL=FIELD,NOFELD=7,FLDNAME=CONSEC,
FILLTYPE=CHAR,FILLER="0",FLDALIGN=R; 
The format now looks as follows:
Output example:
Four data records with the destination number 04511, station number 3101, call charge units 1, call duration 3 seconds and the tariff of 23 cent/call charge unit.
 
DEST. NO:04511 STN. NO:3101 COSTS:00000.23 EUR CHRG. 
UNIT:1 CALL DUR: 00:00:03

DEST. NO:04511 STN. NO:3101 COSTS:00000.23 EUR CHRG. 
UNIT:1 CALL DUR: 00:00:03

DEST. NO:04511 STN. NO:3101 COSTS:00000.23 EUR CHRG. 
UNIT:1 CALL DUR: 00:00:03

DEST. NO:04511 STN. NO:3101 COSTS:00000.23 EUR CHRG. 
UNIT:1 CALL DUR: 00:00:03