Description: programming languages Online Quiz - 229 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
“/” is a -
The statement CHANGE FULLNAME TO is equal to which of the statements below?
The VALUE IN statement is used in which of the following statements?
Which are not valid user language working Areas:
The CLEARGO command clears from GTBL
The COUNT IN clause refers to
The FOR EACH RECORD IN ORDER BY statement:
Use of NOTE Statement :
In “FOR K VALUES OF FIELDNAME” statement . If K is negative?
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?
What is the use of $SUBSYS ?
What will be the result of this statement $SUBSTR(’ACCOUNT’, -3, 5) statement ?
Variable name in the M204 procedure is prefixed with
The Batch M204 procedure is executed by the utility
Command to print the fields STOR.CODE and CTRY.CODE with a space in between is
Command to find out the number of records that satisfy a particular condition i
The retrievable data of all records in a file lies in
Largest section of a M204 file tables is:
The statement to remove fields from a record is:
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