J
Jerry Orr
I am attempting to retrieve various MVS dataset allocation parameters
(lrecl, block size, etc) from a C/C++ program. The C/C++ Run-time
Library Reference states that the function svc99() can be used for
this purpose; however, it gives no specifics or examples on how to do
this. It only shows how to use svc99() to dynamically allocate and
free datasets, not retrieve their information. I've searched
extensively around the web for examples (or other solutions), but I
haven't been able to find any.
Does anyone have any examples of how to do retrieve these allocation
parameters? If there is a better way than using svc99(), I am of
course open to that as well.
(lrecl, block size, etc) from a C/C++ program. The C/C++ Run-time
Library Reference states that the function svc99() can be used for
this purpose; however, it gives no specifics or examples on how to do
this. It only shows how to use svc99() to dynamically allocate and
free datasets, not retrieve their information. I've searched
extensively around the web for examples (or other solutions), but I
haven't been able to find any.
Does anyone have any examples of how to do retrieve these allocation
parameters? If there is a better way than using svc99(), I am of
course open to that as well.