z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


File specification record

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

The file specification record is used to fully specify a data set. The Pascal declaration is shown in Figure 1.

Figure 1. Pascal declaration of file specification record

   SpecOfFileType =
            record
            Owner: DirectoryNameType;
            Case SpecOfSystemType of
           VM:
            (
                  VirtualAddress:VirtualAddressType;
                  NewVirtualAddress:VirtualAddressType;
                  DiskPassword: DirectoryNameType;
                  Filename: DirectoryNameType;
                  Filetype: DirectoryNameType;
                  Filemode: FilemodeType
           );
           MVS™:
           (
                  DatasetPassword: DirectoryNameType;
                  FullDatasetName: DatasetNameType;
                  MemberName: MemberNameType;
                  DDName: DDNameType
           );
           end;

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014