IBM SC34-5764-01 Manuel d'utilisateur Page 284

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 481
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 283
DISKR reads records from an RFS file.
Operands
fileid
specifies the file identifier.
stem.
specifies the name of a stem. (A stem must end in a period.) See section “Stems” on page 123 for
more information. The default stem is DATA..
Return Codes
See the RFS command, section “RFS” on page 363.
Example
'RFS DISKR POOL1:\USERS\USER1\TEST.DATA DATA.'
This example stores the entire contents of the RFS file POOL1:\USERS\USER1\TEST.DATA in the DATA.
REXX compound variable.
Note
DATA.0 is set to the number of records read from the file. DATA.n contains the nth record read from the
file.
DISKW
 RFS DISKW
DATA.
fileid
stem.

DISKW writes records to an RFS file from a stem. The file is overlaid with the data in the stem.
Operands
fileid
specifies the file identifier.
stem.
specifies the name of a stem. (A stem must end in a period.) See section “Stems” on page 123 for
more information. The default stem is DATA..
Return Codes
See the RFS command, section “RFS” on page 363.
Example
'RFS DISKW POOL1:\USERS\USER1\TEST.EXEC DATA.'
This example stores the contents of the DATA. REXX compound variable into the RFS file
POOL1:\USERS\USER1\TEST.EXEC.
Note
Set DATA.0 to the number of records to be written to the file.
GETDIR
 RFS GETDIR stem.
dirid

File System
262
CICS TS for VSE/ESA: REXX Guide
Vue de la page 283
1 2 ... 279 280 281 282 283 284 285 286 287 288 289 ... 480 481

Commentaires sur ces manuels

Pas de commentaire