{
{   This procedure returns cycle information for a specific cycle from the
{ path table cycle description.  If $high_cycle, $low_cycle are specified
{ then the cycle number will be resolved in the path table, but not
{ the catalog.  If the cycle is omitted, $high_cycle is assumed.
{
{       FMP$GET_PATH_TABLE_CYCLE_INFO (EVALUATED_FILE_REFERENCE,
{         INHIBIT_PATH_TABBLE_LOCK, PATH_TABLE_CYCLE_INFO,
{         STATUS)
{
{ EVALUATED_FILE_REFERENCE: (input) This parameter specifies the evaluated
{         file reference.
{
{ INHIBIT_PATH_TABLE_LOCK: (input) This parameter specifies whether or not
{         the path table should be locked. FALSE indicates that the path table
{          will be locked.
{
{  PATH_TABLE_CYCLE_INFO: (output) This parameter returns the information from
{          the path table.
{
{ STATUS: (output) This parameter specifies the request status.
{
