gtpc2m7e | C/C++ Language Support User's Guide |
This function assigns the specified general tape name to the issuing ECB, permitting the issuing ECB to have exclusive I/O access to the tape.
Format
#include <tpftape.h> void tasnc(const char *name);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
Examples
The following example assigns tape VPH to the ECB that is executing now.
#include <tpftape.h>
·
·
·
tasnc("VPH");
Related Information