Hi ..
I have a requirement where I need to create a VSAM file on Z/Os from a C program. After some research I am thinking I will be able to do that using BPXWDYN utility of IBM. But when I try to run the same am getting some exception so want to reach to you guys and see if anyone is already...
Cool ..
Thanks a lot .. this works. Am very sorry for bugging you so many times on this. Guess I need to try and understand error messges more carefully.
Thanks again
Ramesh.
Hi ..
Tried that and am still getting the same.
/* REXX */
VSAMF = "ETPDBKR.SAMPLE.KSDS2"
"DEFINE CLUSTER (NAME('"VSAMF"')) ",
"DATA ",
"((RECORDS(500 100) ",
"EXCEPTIONEXIT(DATEXIT) ",
"ERASE "...
Hi..
Thanks a lot for the responses. I have tried the same something like
/* REXX */
VSAMF = "ETPDBKR.SAMPLE.KSDS2"
"DEFINE CLUSTER (NAME('"VSAMF"'))",
"DATA",
"((RECORDS(500 100)",
"EXCEPTIONEXIT(DATEXIT)"...
Hi Rexxhead,
I am trying the syntax you have mentioned as
/* REXX */
"DEFINE CLUSTER (NAME(ETPDBKR.SAMPLE.KSDS2)) -
DATA -
(RECORDS(500 100) -
EXCEPTIONEXIT(DATEXIT) -...
Hi,
I have a requirement where I need to define a KSDS using REXX. I have seen examples where a VSAM is searched using REXX but for my requirement I need the VSAM dataset to be defined through REXX. Any help with coding examples is very much needed.
Thanks a lot in anticipation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.