Hi,
I am using the following lines of code to create a dataset with some attributes, expecting it to create a fixed block dataset. But some how it is taking default values. Here is the code:
String targetDD = ZFile.allocDummyDDName();
String totalArgs = "alloc fi(" + targetDD + ") da('abc.def.xyz') reuse new " +
"dsorg(ps) lrecl(80) recfm(fb) tracks space(100,50) blksize(800) catalog msg(wtp)";
ZFile.bpxwdyn(totalArgs);
ZFile.bpxwdyn("free fi(" + targetDD + ") msg(wtp)");
Request you to look into this issue.
Regards,
Pramod