G. Update all command files accordingly to implement updated
        commands and the syntax.

        Examples:

        OLD: SET POINTER ...
        NEW: DECLARE CURSOR ...

        OLD: varname = xxxxx
        NEW: SET VAR varname = xxxxx

        OLD: v5 = .v1 + .v2 + .v3 + .v4
        NEW: v5 = (.v1 + .v2 + .v3 + .v4)

        There is a big list of pre-cautions to type here ...

Hello Razzak,

Can you point me to the "big list of pre-cautions", if available?

Thanks!
Brad Davidson

Reply via email to