Miklos Szigetvari wrote:
Hi

We are creating new datasets via C/C++ fopen function.
I tought if I use the proper ACS routine , the DCB and other DATACLASS parameters will come from the SMS DATACLASS
It is not so,  I get the stupid  C/C++ default DCB attributes .
How is wrong ?  me (propably) C/C++ LE (maybe) SMS - allocation  ?


I imagine if you don't supply values, the compiler
inserts its defaults. DATACLAS will only override
non-supplied values, so you get the compiler supplied
values. You need to explicitly code zeros in your
code to override the compiler defaults; then ACS
routines have a chance.


--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Ask about being added to our opt-in list:              <==
==>   * Early announcement of new courses                  <==
==>   * Early announcement of new techincal papers         <==
==>   * Early announcement of new promotions               <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to