InterviewSolution
Saved Bookmarks
| 1. |
What Is File Status 39 ? |
|
Answer» Mismatch in LRECL or BLOCKSIZE or RECFM between your COBOL PGM & the JCL (or the DATASET label). You will get FILE STATUS 39 on an OPEN. Mismatch in LRECL or BLOCKSIZE or RECFM between your COBOL pgm & the JCL (or the dataset label). You will get file status 39 on an OPEN. |
|