mainframe Online Quiz - 87
Description: mainframe Online Quiz - 87 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
There are 4 divisions in a cobol program. Which of the following is not one of them?
Which is the correct ASCII collating sequence
The word COBOL is an acronym for what
@CAT,UP TEST*TEST.,F//POS/20 , What is the size of file TEST*TEST.
What is the maximum size we can assign to a file(If UNISYS is not large file enabled)?
If we do not give size to file , what is the default size of a file in UNISYS?
@CAT,UP TEST*TEST.,///20 , What is the size of file TEST*TEST.
@COPY,A AND @ASG,A commands signifies:
What is the maximum size we can assign to a file(If UNISYS is large file enabled)?
Select the correct order from largest to smallest .
How many Bytes and Bits a word has in UNISYS(ASCII format)?
Select the correct order from largest to smallest .
What is the maximum size we can assign to a file(If UNISYS is not large file enabled)?
If we do not give size to file , what is the default size of a file in UNISYS?
@CAT,UP TEST*TEST.,///20 , What is the size of file TEST*TEST.
What is the maximum size we can assign to a file(If UNISYS is large file enabled)?
How many Bytes and Bits a word has in UNISYS(ASCII format)?
Where will the load module of a component gets copied during a promotion of the component in dev region?