Help for this page

Select Code to Download


  1. or download this
    select (name)
    {                        //want to delete this { brace
    ...
         call pgmB;
         }                  // delete this } brace
    }                       // change the last } brace to END;
    
  2. or download this
    select (name)
                              
    ...
         call pgmB;
         
    END;                      ----->change last } to END;