How do we check the file status code in Assembler???
I mean, if I open a file, then in COBOL we check if the open was sucessful using file status code, which we mention in SELECT clause.
How do we do that in Assembler??? how do I check if my file operation was sucessful???