{
{  The purpose of this request is to read the next record from a record
{        type file.
{
{
{        CYP$GET_NEXT_RECORD (RECORD_FILE, POINTER_TO_TARGET,
{              NUMBER_OF_CELLS_READ, STATUS)
{
{
{  RECORD_FILE: (input) This parameter specifies the record file to read.
{
{  POINTER_TO_TARGET: (input) This parameter specifies the data structure into
{        which data is to be read.
{
{  NUMBER_OF_CELLS_READ: (output) This parameter returns the number of cells
{        actually read.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              cye$file_not_open
{              cye$illegal_input_request
{              cye$illegal_operation
{
