Which DD parameters are required ?
Dsname, SPACE, UNIT
Dsname, SPACE, RECFM
Dsname, DISP, DCB, SPACE
All parameters & Keywords are optional
What statement can be used to send data to another MVS JES3 node ?
CONNECT
XMIT
LINK
TRANSMIT
What is the function of //CNTL statement ?
Delimits the PROC control statements
Identifies the control card library
Marks the beginning of one or more program control statements
None of the above
How can a JES3 operator command be entered through the jobstream?
Through the OPERATOR statement
Through the console statement
Through the COMMAND statement
Through the //** statement
In SMS datasets, what is the function of the DD MGMTCLAS keyword?
Lookup a storage profile from the class library
Specify a management class for a new dataset
Alters the default storage profile for the dataset
Begin a storage class definition block
What is the purpose of the DD KEYLEN parameter?
Specify the length of a data set key in bytes
Override the key length of an SMS defined VSAM dataset
Override the key length specified in the dataset label
All of the above
What is the maximum size of a 01 level item in COBOL II?
16667899
16777215
25879654
158742636
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
In non-CICS environment, it is possible
In CICS, this is not possible
Both of above
None of above
What is the Physical storage length of each of the following DB2 data types:DATE, TIME, TIMESTAMP.
6bytes, 4bytes, 13bytes
4bytes, 3bytes, 11bytes
4bytes, 3bytes, 10bytes
5bytes, 3bytes, 11bytes
what are the various locking levels available in DB2?
Index, Page,Table
Page, Table, Tablesapce
Page,Index,Tablespace