fopen ("testlib", "r")  --> looks for file <userid>.testlib - TSO logic
fopen ("\'testlib\'", "r")  --> looks for file testlib - MVS dataset
fopen ("dd:testlib", "r")  --> looks for dd-name
there are additional filename conventions for HFS files

This is how C (or LE) runtime works.

kind regards

Bernd


Michael Klaeschen schrieb:
Sven, have you tried to open the file with another syntax, like fopen("DD:TESTLIB","r")?
Cheers
Michael



----------------------------------------------------------------------
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