SOC4
Index exceeds the size of table
Very large record length/ wrong record length
Insufficient disk space
Trying to use File Section variables without opening the file
SB14
Too many job steps
Job was waiting too long.
No space in a library directory for this member's name
A volume was needed that could not be mounted
What is file status 92?
Password failure
Resource not available
Logic error
No DD statement specified for this file
What is the difference between SEARCH and SEARCH ALL?
SEARCH - is a binarysearch. : SEARCH ALL - is serial search & the table must be sorted
SEARCH - is a serial search : SEARCH ALL - is binary search & the table must be sorted
Both are binary search
SEARCH - is a binarysearch & the table is unsorted : SEARCH ALL - is serial search
The OCCURS clause be at the 01 level.
True
False
What is the maximum length of a field you can define using COMP-1?
12 bytes
14 bytes
10 bytes
9 bytes
What is file status 41?
An OPEN statement was attempted for a file in the open mode
A CLOSE statement was attempted for a file not in the open mode
An OPEN statement was attempted on a file previously closed with lock
The execution of a WRITE statement was attempted on a file not open in the I-O, output, or extend mode
Assembly langauage is classified as
High Level Language
Low Level Language
Mid Level Language
None of the Above
Assembly language is transalated into machine code by
Interpretor
Compiler
Assembler
None of the above
Assembler does ___________ translation of mnemonic statements into machine instructions
Duomorphic
Isomorphic
Trimorphic
Translate