Return PDS Dataset and member name



Help for C/C++ for MVS, OS/390 C/C++, z/OS C/C++ and C/C++ Productivity Tools for OS/390

Return PDS Dataset and member name

Postby rlilley » Wed Sep 24, 2008 10:08 pm

Hello, I am converting some SAS/C code to IBM/C. The SAS code contains osddinfo which is used to supply an allocated DDNAME and it returns the DataSet and Member name. Is there an equivalent function in IBM/C?

thanks again
rlilley
 
Posts: 3
Joined: Wed Sep 24, 2008 10:04 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Return PDS Dataset and member name

Postby napanap » Tue Jan 27, 2009 8:03 am

fldata() will give you what you want. You pass it an open stream descriptor instead of a ddname.
napanap
 
Posts: 7
Joined: Tue Jan 27, 2009 7:12 am
Has thanked: 0 time
Been thanked: 0 time


Return to C, C++

 


  • Related topics
    Replies
    Views
    Last post