Hi guys, I'm a programmer with decades of experience but only on PCs (Windows, Unix/Linux). I'm given a set of files from mainframe. There is a file I can read without any problem. It has teh following accompanying infromation:
DCB:
RECFM = VBM
LRECL = 12284
DSORG = PS
The file is AFP. I can view it OK. However, it refers to external resources, which are:
RECFM = VBM
LRECL = 12284
DSORG = PO
DSNTYPE = LIBRARY
I have no idea how to read those files on Windows or Unix. I understand they are some kind of library, like tar on Unix. But how do I access individual members of those libraries and list their directory? I'm sure there are no executables there, just AFP resource files.