Collapse AllExpand All

7.4.1. Call Charge Data Display from the CDRS File Previous topic Parent topic Child topic Next topic

  • Create a scheduled job for output once, more than once, or periodically with:
    ADD-GETAB:TYPE=L,DIAFNO=<number>,DEV=<string>,TAR=<string>,
    STAT=<string>,[STADAY2=<string>],[STADAY3=<string>],
    [STAHR2=<number>],[STAHR3=<number>],[PERIOD=<string>],
    STNO=<string>,DEL=<string>; 
    
  • Set up a short dialog to start immediate output for a current station number, a station list ,or a line list with:
    ADD-GETAB:TYPE=S,DIAFNO=<number>,
    STNO=<string>,DEL=<string>; 
    
  • Immediate output of a dialog field with:
    OUTPUT-GETAB:DIAFNO=<number>; 
    
  • Cancel the output with:
    STOP-GETAB:DIAFNO=<number>; 
    
  • Display the dialog fields with:
    DIS-GETAB:[DIAFNO=<number>]; 
    
  • Delete one dialog field with:
    DEL-GETAB:DIAFNO=<number>;