DML statements in Parallel Query Option/204: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (mixed case for For Record Number)
 
(8 intermediate revisions by 2 users not shown)
Line 9: Line 9:
   
   
====Retrieval statements====
====Retrieval statements====
<p class="code">CLEAR LIST
<p class="code">[[Lists#Clearing a list|Clear List]]
COMMIT RELEASE
Commit Release
COUNT OCCURRENCES OF
[[Processing multiply occurring fields and field groups#COUNT OCCURRENCES OF statement|Count Occurrences Of]]
COUNT RECORDS
[[Basic SOUL statements and commands#COUNT RECORDS IN.2FON statement|Count Records]]
DECLARE LIST
[[Lists#DECLARE LIST syntax|Declare List]]
FIND RECORDS
[[Find Records statement|Find Records]]
FIND ALL RECORDS
[[Value loops#Using value loops|Find All Records]]
FIND ALL VALUES
[[Value loops#Find All Values statement|Find All Values]]
FIND AND PRINT COUNT
[[Basic SOUL statements and commands#FIND AND PRINT COUNT statement|Find And Print Count]]
FOR EACH OCCURRENCE
[[Processing multiply occurring fields and field groups#FOR EACH OCCURRENCE OF loops|For Each occurrence]]
FOR EACH RECORD
[[Value loops#Using value loops|For Each Record]]
FOR EACH VALUE
[[Value loops#FOR EACH VALUE statement|For Each Value]]
FOR k RECORDS
For <var class="term">k</var> Records
FOR k VALUES
For <var class="term">k</var> Values
FOR RECORD NUMBER
[[For Record Number statement#For Record Number processing|For Record Number]]
NOTE fieldname
Note <var class="term">fieldname</var>
OPEN
[[Open and OpenC statements#Open statement and OpenC statement|Open]]
OPENC
[[Open and OpenC statements#Open statement and OpenC statement|OpenC]]
PLACE RECORD ON LIST
[[Lists#PLACE RECORD and REMOVE RECORD statements|Place Record On List]]
PLACE RECORDS ON LIST
Place Records On List
PRINT ALL INFORMATION
[[Print All Information statement#PRINT ALL INFORMATION .28or PAI.29 statement|Print All information]]
RELEASE ALL RECORDS
Release All Records
RELEASE RECORDS
Release Records
REMOVE RECORD FROM LIST
[[Lists#PLACE RECORD and REMOVE RECORD statements|Remove Record From List]]
REMOVE RECORDS FROM LIST
Remove Records From List
SORT RECORD KEYS
[[Sorting#Sorting by record key|Sort Record keys]]
SORT RECORDS
[[Sorting#SORT RECORDS statement|Sort Records]]
SORT VALUES
Sort Values
</p>
</p>
 
====Retrieval conditions====
====Retrieval conditions====
<p class="code">FIND$
<p class="code">Find$
FILE$
File$
LIST$
List$
LOCATION$
Location$
POINT$
Point$
SFGE$
Sfge$
SFL$
Sfl$
</p>
</p>
   
   
====Update statements====
====Update statements====
<p class="code">ADD
<p class="code">Add
BACKOUT
Backout
CHANGE
Change
COMMIT
Commit
DELETE
Delete
DELETE EACH
Delete Each
DELETE RECORD
Delete Record
DELETE RECORDS
Delete Records
FILE RECORDS
File Records
INSERT
Insert
STORE RECORD
Store Record
UPDATE RECORD
Update Record
</p>
</p>
   
   
Line 76: Line 76:
===Using field names in expressions===
===Using field names in expressions===
<p>
<p>
Fields in remote context can be used in the same ways as fields in local context including the VALUE IN phrase, which refers to a label on a FOR EACH RECORD IN ORDER statement.    </p>
Fields in remote context can be used in the same ways as fields in local context including the <var>Value In</var> phrase, which refers to a label on a <var>For Each Record In Order</var> statement.    </p>
   
   
==Restricted commands and $functions==
==Restricted commands and $functions==
Line 85: Line 85:
<p>
<p>
Some of the <var class="product">Model&nbsp;204</var> commands that specify a file name, or that operate on a default file or on a file specified in an IN clause, are not supported in remote context for Parallel Query Option/204 processing. </p>
Some of the <var class="product">Model&nbsp;204</var> commands that specify a file name, or that operate on a default file or on a file specified in an IN clause, are not supported in remote context for Parallel Query Option/204 processing. </p>
<p>See [[Files, groups, and reference context#Using Model 204 file and group commands|Using Model 204 file and group commands]] for a description of the commands that can be used to reference files in remote context.</p>
<p>
<p>
The following commands cannot be used in reference to a remote file. See [[Files, groups, and reference context#Using Model 204 file and group commands|Using Model 204 file and group commands]] for a description of the commands that can be used to reference files in remote context:</p>
The following commands cannot be used in reference to a remote file:</p>
<p class="code">ASSIGN (specifying a procedure alias)
<p class="code">ASSIGN (specifying a procedure alias)
BROADCAST FILE
BROADCAST FILE
Line 122: Line 123:
TRANSFORM
TRANSFORM
Z</p>
Z</p>
 
===Restricted $functions===
===Restricted $functions===
<p>
<p>

Latest revision as of 18:00, 27 April 2018

Parallel Query Option/204 DML

Parallel Query Option/204 data manipulation language (DML) consists of most, but not all, User Language statements and conditions. This page lists the statements and conditions that comprise Parallel Query Option/204 DML, and discusses certain restrictions on the use of some User Language commands, statements, and functions.

Listed below, in separate sections, are the Parallel Query Option/204 retrieval statements, retrieval conditions, and update statements. A discussion of IN clauses and field names in DML statements follows the listings.

DML statements and retrieval conditions

Retrieval statements

Clear List Commit Release Count Occurrences Of Count Records Declare List Find Records Find All Records Find All Values Find And Print Count For Each occurrence For Each Record For Each Value For k Records For k Values For Record Number Note fieldname Open OpenC Place Record On List Place Records On List Print All information Release All Records Release Records Remove Record From List Remove Records From List Sort Record keys Sort Records Sort Values

Retrieval conditions

Find$ File$ List$ Location$ Point$ Sfge$ Sfl$

Update statements

Add Backout Change Commit Delete Delete Each Delete Record Delete Records File Records Insert Store Record Update Record

Using IN clauses

A remote file specification (using either the AT clause or a file synonym) is syntactically valid in the IN FILE clause of supported DML statements in remote context.

Also, you can use the following IN clause variations to refer to a remote file if you are in scattered group context:

IN GROUP groupname MEMBER IN $CURFILE IN $UPDATE

Using field names in expressions

Fields in remote context can be used in the same ways as fields in local context including the Value In phrase, which refers to a label on a For Each Record In Order statement.

Restricted commands and $functions

The Model 204 commands, User Language statements, and $functions that are not supported in remote context for Parallel Query Option/204 processing are listed in this section.

Restricted Model 204 commands

Some of the Model 204 commands that specify a file name, or that operate on a default file or on a file specified in an IN clause, are not supported in remote context for Parallel Query Option/204 processing.

See Using Model 204 file and group commands for a description of the commands that can be used to reference files in remote context.

The following commands cannot be used in reference to a remote file:

ASSIGN (specifying a procedure alias) BROADCAST FILE CREATE FILE DEASSIGN DECREASE DEFINE FIELD DELETE FIELD DELETE PROCEDURE DESECURE DESECURE PROCEDURE DISPLAY FILE DISPLAY LIST DISPLAY PROCEDURE DUMP EDIT ENQCTL FILELOAD FLOD INCLUDE INCREASE INITIALIZE PROCEDURE REDEFINE FIELD REGENERATE RENAME FIELD RENAME PROCEDURE REORGANIZE RESET (file parameters) RESTORE SECURE SECURE PROCEDURE TABLEB TABLEC TRANSFORM Z

Restricted $functions

The following $functions cannot be used in reference to a remote file:

$LSTPROC $RDPROC

If either of these $functions is used in reference to a remote file, Model 204 displays an error message.