The following statements are available in the HPBIN procedure:
                         PROC HPBIN
                          <options>   ; 
                         CODE
                          FILE=filename   ; 
                         FREQ
                          variable   ; 
                         ID
                          variables   ; 
                         INPUT
                          variables </ option>   ; 
                         PERFORMANCE
                          <performance-options>   ; 
                         TARGET
                          variable / LEVEL=level ORDER=order    ; 
            
The PROC HPBIN statement is required. You can specify multiple INPUT statements. The following sections describe the PROC HPBIN statement and then describe the other statements in alphabetical order.