 PROCEDURE [XREF] fdp$convert_to_screen_variable (program_data_type:
  fdt$program_data_type;
        p_program_variable: ^cell;
        program_variable_length: fdt$program_variable_length;
        output_format: fdt$output_format;
        p_screen_variable: ^fdt$text;
        screen_variable_length: fdt$text_length;
    VAR variable_status: fdt$variable_status;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fdt$program_data_type
*copyc fdt$program_variable_length
*copyc fdt$output_format
*copyc fdt$text
*copyc fdt$text_length
*copyc fdt$variable_status
*copyc ost$status
?? POP ??
