UNISYS Mainframe and COBOL Programming
Test your knowledge of UNISYS mainframe file management, storage units, and COBOL programming basics commonly used in enterprise computing environments.
Questions
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
- for loop
- do while loop
- nested loop
- none of the above
There are 4 divisions in a cobol program. Which of the following is not one of them?
- Identification Division
- Linkage Division
- Data Division
- Procedure Division
Which is the correct ASCII collating sequence
- spaces, special characters, 0-9, A-Z, a-z.
- a-z,A-Z,0-9, special characters,spaces
- spaces, 0-9, A-Z, a-z,special characters.
- special characters, 0-9, A-Z, a-z,spaces
The word COBOL is an acronym for what
- COmputer Basic Operating Language
- COmmon Business Oriented Language
- Common OBservation Official Language
- none of the above
@CAT,UP TESTTEST.,F//POS/20 , What is the size of file TESTTEST.
- 20 tracks
- 20 *4 tracks
- 20 * 28 tracks
- 20 * 64 Tracks
What is the maximum size we can assign to a file(If UNISYS is not large file enabled)?
- 262,143 Tracks
- 99,999 Tracks
- 16,777,152 Tracks
- 2^20 Tracks
If we do not give size to file , what is the default size of a file in UNISYS?
- 128 Tracks
- 256 Tracks
- 1 Track
- 1 word
@CAT,UP TESTTEST.,///20 , What is the size of file TESTTEST.
- 20 tracks
- 20 Sector
- 20 Words
- None of above
@COPY,A AND @ASG,A commands signifies:
- Coping an already existing symbolic file and asgning an already existing symbolic file
- Coping an absolute file and asgning an already existing symbolic file
- Coping an already existing symbolic file and asgning an absolute file
- Coping an absolute file and asgning an absolute file.
What is the maximum size we can assign to a file(If UNISYS is large file enabled)?
- 262,143 Tracks
- 99,999 Tracks
- 16,777,152 Tracks
- 2^20 Tracks
Select the correct order from largest to smallest .
- POS ? Sector ? Track ? Word
- POS ? Track ? Sector ? Word
- Track ? Sector ? POS ? Word
- Sector ? Track ? Word ? POS
How many Bytes and Bits a word has in UNISYS(ASCII format)?
- 6 Bytes and 54 Bits
- 4 Bytes and 36 Bits
- 6 Byte and 48 Bits
- 4 Bytes and 32 Bits
Select the correct order from largest to smallest .
- POS > Sector > Track > Word
- POS > Track > Sector > Word
- Track > Sector > POS > Word
- Sector > Track > Word > POS
@CAT,UP TESTTEST.,F//POS/20 , What is the size of file TESTTEST.
- 20 tracks
- 20 *4 tracks
- 20 * 28 tracks
- 20 * 64 Tracks
What is the maximum size we can assign to a file(If UNISYS is not large file enabled)?
- 262,143 Tracks
- 99,999 Tracks
- 16,777,152 Tracks
- 2^20 Tracks
If we do not give size to file , what is the default size of a file in UNISYS?
- 128 Tracks
- 256 Tracks
- 1 Track
- 1 word
@CAT,UP TESTTEST.,///20 , What is the size of file TESTTEST.
- 20 tracks
- 20 Sector
- 20 Words
- None of above
What is the maximum size we can assign to a file(If UNISYS is large file enabled)?
- 262,143 Tracks
- 99,999 Tracks
- 16,777,152 Tracks
- 2^20 Tracks
How many Bytes and Bits a word has in UNISYS(ASCII format)?
- 6 Bytes and 54 Bits
- 4 Bytes and 36 Bits
- 6 Byte and 48 Bits
- 4 Bytes and 32 Bits
Where will the load module of a component gets copied during a promotion of the component in dev region?
- PCMN.LOAD.BATCH.UNIT01
- PCMN.LOAD.BATCH.UNIT81
- PCMN.LOAD.BATCH
- PCMN.LOAD.BATCH.UNIT02