Cheatsheet/File: Difference between revisions
Appearance
Content deleted Content added
Created page with "== Filetypes == {| class="wikitable" |+ Filetypes |- ! Short !! Type !! Header text |- | '''U''' || Unstructured || Example |- | '''R''' || Relative file || |- | '''E''' || Entry-sequenced || |- | '''K''' || Key-sequenced || |} {| class="wikitable" |+ File security (rwep) |- ! Short !! Type |- | '''r''' || Read |- | '''w''' || Write |- | '''e''' || Execute |- | '''p''' || Purge |} {| class="wikitable" |+ Values for rwep |- ! Short !! Type |- | '''{{kbd|****}}..." |
No edit summary |
||
| Line 1: | Line 1: | ||
== Filetypes == |
== Filetypes == |
||
All Files are basically ENSCRIBE files, even SQL-MPy SQL-MX or OSS (posix) files. |
|||
=== Limits === |
|||
{| class="wikitable" |
|||
|+ Complarison of Format1 vs Format2 files |
|||
|- |
|||
! !! Format1 !! Format2 |
|||
|- |
|||
| Disk file partition size || 2 GB minus 1 MB || 1TB |
|||
|- |
|||
| Single-partitioned disk file size || 2 GB minus 1 MB || 1TB |
|||
|- |
|||
| Multipartitioned disk file sizes (key-sequenced) || 16 TB || 16 TB (for 16 partitions) |
|||
63 TB (for 64 partitions) |
|||
127 TB (for 128 partitions) |
|||
|- |
|||
|Multipartitioned disk file sizes (not key-sequenced) |
|||
|4 GB minus 4 KB |
|||
|1TB |
|||
|- |
|||
|Structured disk file record sizes: |
|||
<nowiki>:</nowiki>Entry-sequenced |
|||
| |
|||
| |
|||
|} |
|||
{| class="wikitable" |
{| class="wikitable" |
||