Hi all,
Another very basic problem, I'm sure. I have written a JCL that uses a sequential file (that I manually) created, as input. When the JCL runs, it gives the message "DATA SET <my input file name> NOT FOUND". I'm assuming that I created my file incorrectly(?).
I manually created this file by entering 3,2 in ISPF, then A for allocate. I then used Edit (option 2 in ISPF) to add 10 records to the file, then SAVEd it.
If I enter 3,4 in ISPF, my input file is not listed. However, if I enter 1 (View), then enter the name under “Other partitioned, Sequential or VSAM Data Set”, it will list the file. Does this mean my file is not cataloged? And, if so, how do I create it so it’s cataloged. I tried option 3,2 in ISPF to catalog it (option C), but got an error.
Any help would be much appreciated, thanks!!
Roger