Search found 1 match

by Tonija8989
Mon Jan 09, 2017 4:13 pm
Forum: VSAM - File system
Topic: VSAM Key handling to read randomly.
Replies: 0
Views: 5423

VSAM Key handling to read randomly.

Hi All, I am new to the VSAM... So kindly help me... I have a VSAM with key length of 121 like below. 01 VSAM-KEY-REC. 05 VSAM-KEY-DATA PIC X(120). 05 VSAM-KEY-FLAG PIC X(01). I want to read only the record which has VSAM-KEY-FLAG as 'N'. I tried like, MOVE LOW-VALUES TO VSAM-KEY-DATA. MOVE 'N' TO V...