mainframe Online Quiz - 113
Description: mainframe Online Quiz - 113 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
INSPECT MY-STRING TALLYING TALLY-COUNT FOR ALL "A". MY-STRING PIC X(17) VALUE "A P J ABDUL KALAM". TALLY-COUNT PIC 9(2) VALUE 05. VALUE IN TALLY-COUNT IS
INSPECT MY-STRING TALLYING TALLY-COUNT FOR LEADING "A" MY-STRING PIC X(17) VALUE "A P J ABDUL KALAM". TALLY-COUNT PIC 9(1) VALUE ZERO. VALUE IN TALLY-COUNT IS
INSPECT MY-STRING TALLYING TALLY-COUNT FOR CHARACTERS MY-STRING PIC X(17) VALUE "A P J ABDUL KALAM". TALLY-COUNT PIC 9(2) VALUE IS 02. VALUE IN TALLY-COUNT IS
INSPECT MY-STRING TALLYING TALLY-COUNT FOR CHARACTERS BEFORE INITIAL 'L' AFTER INITIAL 'A' MY-STRING PIC X(17) VALUE "A P J ABDUL KALAM". TALLY-COUNT PIC 9(2) VALUE IS ZERO. VALUE IN TALLY-COUNT IS
INSPECT MY-STRING TALLYING TALLY-1 FOR ALL 'A' BEFORE INITIAL SPACETALLY-2 FOR ALL 'A' AFTER INITIAL SPACEMY-STRING PIC X(17) VALUE "A P J ABDUL KALAM".TALLY-1 PIC 9(1) VALUE IS ZERO.TALLY-2 PIC 9(1) VALUE IS 5.VALUE IN TALLY-1 & TALLY-2 ARE
When to use DISP=MOD
Which parameter cannot be used on JOB statement
Which of the following equations are correct?
Which of the following conditional expression cannot be used with an IF-THEN-ELSE-ENDIF Construction
What is the maximun number of generations that a GDG can have?
Which IBM utility is used to cretate GDG
Which statement marks the end of a proc?
Shows the graphical view of jobs flow in the table selected from the given dataset
Displays the calendar of that month with ‘*’ mark on particular day if the job is supposed to run on that day
Under Option 8, by which library we can see the calender definition
QWP Means
Which dataset shows all the CMEM conditions posted by CTM for a dataset entry
. How many clustering indexes are allowed for a table?
What is meant by local DB2?
Is it good to have a CI(Control Interval) split?