{
{   The purpose of this request is to build a pointer to the next archive entry
{ contained in the info sequence specified by the P_INFO parameter.  The
{ archive entry in the info sequence must have an archive identification which
{ matches the archive identification specified by the ARCHIVE_IDENTIFICATION
{ parameter.  The info sequence is left positioned following the info record so
{ that a subsequent PFP$FIND_NEXT_ARCHIVE_ENTRY call will find the next archive
{ entry.
{
{       PFP$FIND_NEXT_ARCHIVE_ENTRY (ARCHIVE_IDENTIFICATION, P_INFO,
{         P_INFO_RECORD, P_ARCHIVE_ARRAY_ENTRY, P_AMD, STATUS);
{
{ ARCHIVE_IDENTIFICATION: (input)  This parameter specifies the identification
{       of the archiving application.  The identification consists of an
{       application identifier and a media identifier.  The application
{       identifier identifies the archiving application.  The media identifier
{       consists of a media device class and a media volume identifier.  The
{       archive identification is used to locate the next archive entry in the
{       sequence with a matching archive identification.  If the application
{       identifier is specified as OSC$NULL_NAME, the next archive entry in the
{       sequence will be located.  If the application identifier is not
{       specified as OSC$NULL_NAME, the next archive entry in the sequence
{       which has a matching application identifier will be located.  If the
{       media device class is specified as OSC$NULL_NAME, a matching media
{       device classs is not required; otherwise a matching media device class
{       is required.  If the media volume identifier is specified as a null
{       string, a matching media volume identifier is not required; otherwise a
{       matching media volume identifier is required.
{
{ P_INFO:  (input/output) This parameter specifies the info sequence in which
{       the next archive entry is to be found.  The parameter is updated so
{       that the info sequence is positioned following the archive entry that
{       was found.
{
{ P_INFO_RECORD: (output)  This parameter returns the pointer to the archive
{       entry that was found.
{
{ P_ARCHIVE_ARRAY_ENTRY: (output)  This parameter returns the pointer to the
{       archive array entry for the archive entry.
{
{ P_AMD: (output)  This parameter returns the pointer to the archive media
{       descriptor for the archive entry.
{
{ STATUS: (output) This parameter returns the request status.
{
{        CONDITIONS: pfe$bad_info_record_format
{                    pfe$bad_archive_identification
{                    pfe$invalid_or_unusable_pva
{                    pfe$nil_pointer
{                    pfe$unknown_archive_entry
{                    pfe$unknown_archive_media_desc
{                    pfe$unknown_info_record
{
