I have this Select statement.
SELECT SEC-FLWK ASSIGN TO DA-R-SYS052
ACCESS RANDOM NOMINAL KEY NOM.
What does the above NOMINAL key word mean ?
Can I just remove the NOMINAL keyword it as it says in the below link ?
https://www.ibm.com/support/knowledgece ... mst126.htm
I also get the below error
THE "ACCESS MODE" SPECIFIED FOR FILE "SEC-FLWK", WHICH HAD "SEQUENTIAL" ORGANIZA
SEQUENTIAL". "ACCESS MODE SEQUENTIAL" WAS ASSUMED.
SEQUENTIAL". "ACCESS MODE SEQUENTIAL" WAS ASSUMED.
The file concerned is temporary so I couldnt do a listcat.I will try to create it as a non temporary file and look at its properties tomorrow.
The read statement is made as if it were a Random access file.
MOVE C-S-KEY (CRS) TO NOM.
READ SEC-FLWK INVALID KEY DISPLAY
'INVALID READ KEY=' NOM GO TO 290-IO-ERR.
MOVE SPACE TO S-RCDWK.
Can someone please explain me why I get the below error ?
THE "ACCESS MODE" SPECIFIED FOR FILE "SEC-FLWK", WHICH HAD "SEQUENTIAL" ORGANIZA
SEQUENTIAL". "ACCESS MODE SEQUENTIAL" WAS ASSUMED.
SEQUENTIAL". "ACCESS MODE SEQUENTIAL" WAS ASSUMED.