Collapse AllExpand All

7.4.2. Call Charge Data Display on Supplementary Device Previous topic Parent topic Child topic Next topic

  • Create a long dialog to delete the data without output with:
    ADD-GEZAB:TYPE=L,DIAFNO=<number>,FILE=<character>,
    FILESTA=<string>,FILEND=<string>,DEV=NODEV,DEL=<Y\N>,
    FOUT=<Y/N>; 
    
  • Create a scheduled job for output once, more than once, or periodically with:
    ADD-GEZAB:TYPE=L,DIAFNO=<number>,FILE=<character>,
    FILESTA=<string>,FILEND=<string>,
    DEV=<DEV1\DEV2\DEV3\DEV4\TAPE\FT>,
    DEL=< Y\N>,FORM=<string>,BLKSIZE=<number>,
    FOUT=Y\N>,STAT=<string>,
    MULTOUT=Y{(min1)STADAY2=<string>,STADAY3=<string>,
    STAHR2=<string>,STAHR3=<string>,PERIOD=<string>,
    SELSTOP=<Y\N>; 
    
  • Create a scheduled job to output to the DPS with:
    ADD-GEZAB:TYPE=L,DIAFNO=<number>,FILE=<character>,
    FILESTA=<string>,FILEND=<string>,DEV=DP,CALLUP=<Y\N>,
    DEL=<Y\N>,FORM=<string>,BLKSIZE=<number>,FOUT=<Y\N>,
    STAT=<string>,MULTOUT=Y{(min1)STADAY2=<string>,
    STADAY3=<string>,STAHR2=<string>,STAHR3=<string>},
    PERIOD=<string>,SELSTOP=<Y\N>; 
    
  • Create a scheduled job using a short dialog with:
    If the ADD-GEZAB action is started with "S" (short dialog), all parameters are changed except for CALLUP and PERIOD.
    • A long dialog must have already been added for the dialog field in question.
    • Stop the TIMEORDER ACTIVE status for the dialog field in question.
    • Change certain values in the dialog field in question using a short dialog.
    ADD-GEZAB:TYPE=S,DIAFNO=<number>,[FILE=<character>],
    [FILESTA=<string>],[FILEND=<string>],[DEV=<string>],
    [DEL=<Y\N>],[FORM=<string>],[BLKSIZE=<number>],
    [FOUT=<Y\N>],STAT=<string>,[MULTOUT=Y],
    {(min1)STADAY2=<string>,STADAY3=<string>,STAHR2=<string>,
    STAHR3=<string>},[SELSTOP=<Y\N>]; 
    
  • Change certain parameters in a scheduled job using a short dialog with:
    If a scheduled job is activated for a dialog field, you can only rewrite the dialog field by stopping the scheduled job that is running (STOP-GEZAB). This changes the status of the dialog field from TIMEORDER ACTIVE to BUSY.
    With the CHA-GEZAB action, you can rewrite all parameters except PERIOD.
    CHA-GEZAB:DIAFNO=<number>,{(min1)FILE=<character>,
    FILESTA=<string>,FILEND=<string>,DEV=<string>,CALLUP=<Y\N>,
    DEL=<Y\N>,FORM=<string>,BLKSIZE=<number>,FOUT=<Y\N>,
    STAT=<string>,MULTOUT=Y},{(min1)STADAY2=<string>,
    STADAY3=<string>,STAHR2=<string>,STAHR3=<string>},
    [SELSTOP=<Y\N>]; 
    
  • Cancel an active data output with:
    STOP-GEZAB:DIAFNO=<number>; 
    
  • Display the dialog fields with:
    DIS-GEZAB:[DIAFNO=<number>]; 
    
  • Start immediate output with:
    Requirement: The dialog field in question must be configured.
    OUTPUT-GEZAB:DIAFNO=<number>; 
    
  • Delete a configured dialog field with:
    DEL-GEZAB:DIAFNO=<number>;