| Verb | Verb Syntax | Example | Date | Submitted By | Related Link (No http://) | CLOSE | CLOSE [Filename] | CLOSE STUDENT-FILE | Monday, October 26, 2009, 12:01 +05:30 | Admin | |
REWRITE. | REWRITE [File-Record] | REWRITE STUDENT-REC | Monday, October 26, 2009, 12:03 +05:30 | Admin | |
DELETE | DELETE FILE [Filename] | DELETE FILE STUDENT-FILE | Monday, October 26, 2009, 12:03 +05:30 | Admin | |
UNLOCK | UNLOCK [File-Name] | Releases all locks in the file.
| Monday, October 26, 2009, 12:05 +05:30 | Admin | |
READ ... NEXT | READ [file-name] NEXT | Reads the record after that searched for. The current key concept decides which record will be the next.
ACCESS MODE must be sequential or dynamic. | Monday, October 26, 2009, 12:06 +05:30 | Admin | |
READ ... KEY | READ [File-Name] KEY [Key-Name]
| The record that meets the key conditions is searched for and read.
| Monday, October 26, 2009, 12:07 +05:30 | Admin | |
|
|