How to reset a symbolic override back to its default value
search cancel

How to reset a symbolic override back to its default value

book

Article ID: 56484

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

How to reset a symbolic override back to its default value.

Resolution

Setting a symbolic's value back to it's default value can be accomplished by deleting the symbolic override. Use the following SCL in the Endevor Batch Admin utility to delete a symbolic override:

        Delete Processor Symbol
        From ENV 'environment name' SYSTEM 'system name' TYPE 'type name'
        STAGE ID 'stage id'
        PROCESSOR GROUP 'group name'
        PROCESSOR TYPE EQ (generate, move or delete)
        SYMBOL EQ symbol-name   

More information can be found in the Endevor SCL reference  "Delete Processor Symbol Syntax".