Create/delete hashed file

Create both data and dictionary:

     CREATE-FILE F.SAMPLE 101 1
      
     [ 417 ] File F.SAMPLE]D created , type = J4
     [ 417 ] File F.SAMPLE created , type = J4

If the file already exists, the error message appears:

     [ 413 ] File name DICT F.SAMPLE already exists

Delete hashed file (both data and dictionary):

     DELETE-FILE F.SAMPLE

Create hashed file (data only):

     CREATE-FILE DATA F.SAMPLE 101 1
      
     [ 417 ] File F.SAMPLE created , type = J4

Create hashed file (dictionary only):

     CREATE-FILE DICT F.SAMPLE 101 1
      
     [ 417 ] File F.SAMPLE]D created , type = J4

Last update: Sat, 16 Jul 2022 15:34