{
{    This request is used to convert an fst$path to a pft$path.  It also
{ converts an fst$cycle_reference to a clt$cycle_selector.  The results are
{ intended for use as input to a PF request.
{
{       PFP$CONVERT_FS_PATH_TO_PF_PATH (FS_PATH_STRING, CYCLE_REFERENCE,
{             PF_PATH, CYCLE_SELECTOR, STATUS)
{
{ FS_PATH_STRING: (input)  This parameter specifies the path to be converted.
{       It MUST have been obtained via the pfp$convert_string_to_fs_path
{       request.
{
{ CYCLE_REFERENCE: (input)  This parameter specifies the cycle reference to be
{       converted.
{
{ PF_PATH: (input, output)  This parameter specifies the resulting path.  The
{       caller must first push this array, utilizing the
{       NUMBER_OF_PATH_ELEMENTS obtained from a previous call to
{       pfp$convert_string_to_fs_path.
{
{ CYCLE_SELECTOR: (output)  This parameter specifies the resulting cycle
{       selector.
{
{ STATUS: (output)  This parameter specifies the request status.
{
