cobol_variable_def

cobol_variable_def 
      ::= 
      ( "01" | "77" ) cobol_host_id cobol_type_spec 
      { char_representation } "." 

[rule list]
This rule is called by

-> host_variable_def