Tag: programming languages
Questions Related to programming languages
-
This prints all the subsystem which are active.
-
This determines status of a subsystem.
-
This inactivates a particular subsystem.
-
This activates a subsystem.
-
FOR THREE RECORDS IN A
-
FR A
-
FOR K RECORDS IN A
-
FOR 3 RECORDS IN A
-
The loop is skipped
-
The loop is repeated for all the values of the field
-
Infinite loop
-
The loop is executed once.
-
Note the M204 procedure you are currently working on.
-
Notes the Date when you have logged in
-
Notes only the First occurrence in a Mulitply Occuring Fiel
-
Notes Only the Last occurrence in a Multiply Occuring Fiel
-
The FOR EACH RECORD IN ORDER BY statement retrieves and loops only on the first occurrence of a field in a record
-
The FOR EACH RECORD IN ORDER BY statement loops only on the first occurrence of a field in a record
-
The FOR EACH RECORD IN ORDER BY statement retrieves and loops on all the occurrence of a field in a record
-
The FOR EACH RECORD IN ORDER BY statement retrieves and loops on only the last occurrence of a field in a record
-
The count obtained by the COUNT OCCURRENCES statement.
-
The Count obtained from counting the number of 'IN' in your M204 Code.
-
Counting of the M204 Database files used in the Code
-
Count obtained by the Count Statement.
-
All global images, screens,menus, found sets, lists, and temporary and permanent positions. It does not clear global variables.
-
All global images, screens,menus, found sets, lists, and temporary and permanent positions,global variables.
-
Clears the Garbage Variables
-
Clears the only the Global Variables
-
ADD statement
-
CHANGE statement
-
STORE RECORD statement
-
All the Above
-
CHANGE FULLNAME TO NULL
-
CHANGE FULLNAME TO ‘NULL’
-
CHANGE FULLNAME TO 0
-
DELETE FULLNAME