Get All Data Areas in Library
Posted: Thu Jan 24, 2019 2:05 am
Is there a way to get all the data areas in a library? Something like select * from ????? where DTALIB = 'MYLIB'
I am wanting to add a simple "configuration" editor in our VLF-ONE Admin application. We have a library with some data areas that we keeps some config settings and I want to be able to change those on the fly without having to go into a 5250 screen to do so. I can take care of the reading and writing, but I don't know how to get all of them.
I could just hard code the data areas in a list, but would prefer to make it a bit more dynamic.
Thanks,
Joe
I am wanting to add a simple "configuration" editor in our VLF-ONE Admin application. We have a library with some data areas that we keeps some config settings and I want to be able to change those on the fly without having to go into a 5250 screen to do so. I can take care of the reading and writing, but I don't know how to get all of them.
I could just hard code the data areas in a list, but would prefer to make it a bit more dynamic.
Thanks,
Joe