mainframe Online Quiz - 109
Description: mainframe Online Quiz - 109 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which of the following is NOT a valid symbol to use in an IF condition
Which is the correct ASCII collating sequence?
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
What does X ALL command do
What are the different kinds of commands to control editing operations?
How do we issue an Primary Command?
Which is not a ISPF Primary Command?
=BNDS> is part of the PROFILE
Significance of AUTONUM primary command
:DELete ALL .ZF .ZL will do the following
What happens when we issue CUT command on the command line?
What is the command to view the last 25 commands issued from command line?
Bounds 10 50; is a valid ISPF command?
What is the command used to SORT the data?
Is SUBMIT an ISPF command?
I have set the Boundaries by giving BOUNDS 10 20. I have to sort the data in the dataset which starts from 1 to 9 columns. I have issued the command SORT .ZF .ZL A. What happens?
It is possible to see another PDS member when you are already viewing the other member in the same PDS.
What happens when we append a & symbol before a primary command?
The following are used to know the changes that are made since last issued save command (while editing a dataset or a PDS member)
Is it possible to cut and save data on a user-defined clipboard?