MOVE LOW-VALUES TO WS-EMP-NO.
EXEC CICS STARTBR
DATASET ('FILE1')
RIDFLD(WS-EMP-NO)
END-EXEC.
The above CICS command (Assume that the above command is syntactically correct)
Gets the first record into your program from FILE1
Just opens FILE1
Opens FILE1 and gets the first record into your program from FILE1
Just positions file pointer in the beginning of FILE1