Previous: DSHDRF
Up: Retrieving data set information
Next: DSINPH
Previous Page: DSHDRF
Next Page: DSINPH

DSSHDC

dsshdc(name,*ivdsn*,*icnt*,lun,ierr*)

int dsshdc(name,ivdsn,icnt,lun,ierr) char *name; int *ivdsn, *icnt, lun, *ierr;

Prints c header file entry for data set name. All structures needed for the data set definition are printed.

NAME
- data set name
*IVDSN*
- data set handle
*ICNT*
- 'DONE' counter. It allows the program to avoid repeatingthe definitions if they are referenced more than once. If the output is to be written into a header file, icnt should be set to 0 on the first call for this file and not modified by the calling program until the last call for this file.
LUN
- Fortran logical unit for output
IERR*
- DSPACK error flag

wwwd@na49
Fri Nov 4 23:36:02 MET 1994