programming languages Online Quiz - 229
Description: programming languages Online Quiz - 229 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
O RSREFR.FILE FILEMAN BEGIN A: IN RSREFR FDWOL RECTYPE = REPORT END FIND END Suppose if you have 10 records with rectype = report,when you run the above adhoc what will be printed
The statement to remove fields from a record is:
Largest section of a M204 file tables is:
The retrievable data of all records in a file lies in
Command to find out the number of records that satisfy a particular condition i
Command to print the fields STOR.CODE and CTRY.CODE with a space in between is
The Batch M204 procedure is executed by the utility
Variable name in the M204 procedure is prefixed with
What will be the result of this statement $SUBSTR(’ACCOUNT’, -3, 5) statement ?
What is the use of $SUBSYS ?
A: IN SEGNRL FD RECTYPE = STORE END -------------------------- PRINT STOR.CODE END FOR In the above example if 15 records are there in found set 'A ' and I would like to print only first three records store code . What should be the statement that has to be filled in the above blank to obtain the desired output?
In “FOR K VALUES OF FIELDNAME” statement . If K is negative?
Use of NOTE Statement :
The FOR EACH RECORD IN ORDER BY statement:
The COUNT IN clause refers to
The CLEARGO command clears from GTBL
Which are not valid user language working Areas:
The VALUE IN statement is used in which of the following statements?
The statement CHANGE FULLNAME TO is equal to which of the statements below?
“/” is a -