
  PROCEDURE [XREF] fdp$convert_to_program_variable
    (    program_data_type: fdt$program_data_type;
         p_program_variable: {output} ^cell;
         program_variable_length: fdt$program_variable_length;
         input_format: fdt$input_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$input_format
*copyc fdt$program_data_type
*copyc fdt$program_variable_length
*copyc fdt$text
*copyc fdt$text_length
*copyc fdt$variable_status
*copyc ost$status
?? POP ??
