Page 1 of 1

Unable to create a fixed block dataset using ZFile.bpxwdyn

PostPosted: Fri Sep 14, 2012 6:44 pm
by pramodkumar
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

Re: Unable to create a fixed block dataset using ZFile.bpxwd

PostPosted: Fri Sep 14, 2012 6:46 pm
by enrico-sorichetti
Request you to look into this issue.


watch Your manners, You are not in the position to request anything from anybody,

we reply ..
on our own time
free of charge

there is no commitment on our side to reply, provide help
there should be no expectation on Your side to receive any :evil:

furthermore tHe topic is duplicate of
http://ibmmainframes.com/about59473.html

You should remember that is improper to post the same question on multiple forums
even more because the people answering on ibmmainframes are the same who answer here

Re: Unable to create a fixed block dataset using ZFile.bpxwd

PostPosted: Sat Sep 15, 2012 12:12 am
by Akatsukami
enrico-sorichetti wrote:
Request you to look into this issue.


watch Your manners, You are not in the position to request anything from anybody

I feel that you are being unduly harsh. To "request" is merely to ask that a thing be done. You may have been thinking of "require" (or even the formal "request and require"), which I agree would have been presumptuous of him.

Re: Unable to create a fixed block dataset using ZFile.bpxwd

PostPosted: Sun Sep 16, 2012 5:36 am
by steve-myers
Rather than post here, what pramodkumar really should have done is check the documentation for BPXWDYN in Using REXX and z/OS UNIX System Services for pramodkumar's z/OS release. The documentation will tell pramodkumar exactly what he did wrong AND how to correct it.