Previous Topic: FILE Functions for BDAM RecordsNext Topic: Browse a BDAM File


View a BDAM Record

To view a record, specify the READ operation on the FILE definition.

1. Enter the following information:

FUNC=GET
RCID=record identification

and, if appropriate, specify the following optional fields:

RETMETH=KEY		(Use if RCID contains a deblocking key)
RETMETH=RELREC	(Use if RCID contains a deblocking relative record number)

2. Press Enter. The following information appears on the FILE screen:

Example

To view a BDAM record that is the sixth record on track 3 in the file BDAMFIL, follow this procedure.

  1. Enter:
    FILEID=BDAMFIL
    FUNC=GET
    RCID=X'000306'
    
  2. Press Enter.