How can I change the file organization attribute in OpenVMS?
I have a file kishore.txt.
The following details are the full description of the file
$ dir/full kishore.txt
KISHORE.TXT;1 File ID: (38660,48,0)
Size: 2/16 Owner: [SYSTEM]
Created: 12-SEP-2012 03:09:29.41
Revised: 12-SEP-2012 03:09:29.43 (1)
Expires: <None specified>
Backup: <No backup recorded>
Effective: <None specified>
Recording: <None specified>
Accessed: <None specified>
Attributes: <None specified>
Modified: <None specified>
Linkcount: 1
File organization: Sequential
Shelved state: Online
Caching attribute: Writethrough
File attributes: Allocation: 16, Extend: 0, Global buffer count: 0, No version limit
Record format: Variable length, maximum 0 bytes, longest 69 bytes
Record attributes: None
RMS attributes: None
Journaling enabled: None
File protection: System:RWED, Owner:RWED, Group:RE, World:
Access Cntrl List: None
Client attributes: None
Total of 1 file, 2/16 blocks.
I had change the record attributes by using the command
set file/attribute=(RFM:VAR) kishore.txt
The command is successful but the same command for file organization it is not working.
The file organization is currently sequential but my aim is to change the file organization: to 2) relative then 3) indexed.