Which of the following is not an example of abend generated due to a lack of available disk space.
B37
D37
E37
C37
What can be done to eliminate 'NOT CATLG 2' for a particular dataset?
Add a job step to purge the dataset
Run a job to purge the dataset and run it before the job that creates it
Purge the dataset before running the job that creates it
All of the above
What is the default value of TIME parameter if not coded on the EXEC statement?
30 minutes
1440 minutes
1439 minutes
None of the above
Select the JCL satatements not allowed in Procs?
JOBLIB or JOBCAT
JES2, JES3 control statements
JOB, Delimiter,Null statements
DD* or Data statements
What is the maximum number of steps in a job?
251
255
254
Any number
What is the maximum number of exceptions that can be specified with a single 'HANDLE CONDITION' command in CICS?
14
15
16
17
77 CTR PIC S9(4)V99 VALUE -1234.55. What will be the output of the statement DISPLAY CTR?
1234.55
12345N
12345E
2.What is the correct JavaScript syntax to write "Hello World"?
response.write("Hello World")
document.write("Hello World")
("Hello World")
"Hello World"
Which SQL statement is used to insert new data in a database?
INSERT NEW
ADD NEW
ADD RECORD
INSERT INTO
With SQL, how do you select a column named 'FirstName' from a table named 'Persons'?
SELECT FirstName FROM Persons
EXTRACT FirstName FROM Persons
SELECT Persons.FirstName
SELECT * FROM Persons