What is the use of SUM FIELDS=NONE in SORT statement
(A) Have only Duplicate records from input to output
(B) Remove Duplicates records and write as single instance in output
(C) Have only non Duplicate records from input to output
(D) None of the above
Which of the following is correct
A. Plan – Package – collection – DBRM
B. Plan-Package – DBRM – collection
C. Plan – collection – package – DBRM
D. None
Which of the following is true about Level numbers?
(A) Level numbers can start from 0 to 99 and there are no Special Level numbers
(B) Level numbers can start from 0 to 99 and 66, 77 and 88 are Special Level number
(C) Level numbers can start from 0 to 49 and there are no Special Level numbers
(D) Level numbers can start from 0 to 49 and 66, 77 and 88 are Special Level numbers.
In a Proc, if a particular Step is set to execute only on below COND parameter. (4,LT,STEP330),(4,LT,STEP340) What does it mean?
(A) Only Execute if Step330 and 340 throws <= 4
(B) Only Execute if Step330 or 340 throws <= 4
(C) Only Execute if Step330 and 340 throws = 0
(D) Only Execute if Step330 or 340 throws = 0
What is the parameter of REGION to be given to pick maximum space declared
(A) REGION=0K OR 0M
(B) REGION=OK or OM
(C) REGION=0M
(D) REGION=OM
What is the DISP parameter given to append records with existing?
(A) SHR
(B) OLD
(C) NEW
(D) MOD
Which of the below lines of PARA-A has COBOL rules missed. PARA-A. IF A=B (Line No.1) NEXT SENTENCE (Line No.2) ELSE (Line No.3) IF C=D (Line No.4) Move 20 to C (Line No.5) Move A B to C (Line No.6) Move B to C D (Line No.7) End-If (Line No.8) Move A to B (Line No.9) Move C to D (Line No.10) PARA-EXIT. EXIT.
(A) END-IF was missed for a IF
(B) Dot was missed in last line of PARA-A(line no.10)
(C) Line No. 7
(D) Line No. 6
What is the difference between COMP and COMP-3?
(A) COMP is a Binary storage format while COMP-3 is Packed decimal format
(B) COMP is a Packed decimal format while COMP-3 is Binary storage format
(C) Both COMP and Comp-3 are Binary storage format
(D) Both COMP and COMP-3 are Packed decimal format.
Which of the below JCL statement(s) not allowed in Proc.
(A) Job Delimiter /*
(B) Joblib
(C) Exec
(D) None
In the IEBGENER utility, what is the maximum number of datasets can be used in SYSUT1.
(A) 16
(B) 24
(C) 32
(D) 48