Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM Interview Questions
Questions Answers Views Company eMail

1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 15587

Can we have a JOBSTEP without any EXEC ?

6 17550

Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?

6 9172

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 10316

As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 5458

what is the Difference between SYSIN and PARM ?

5 16643

What is default if we don't specify RD parameter at all ?

1 3950

What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?

1 5578

What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9222

Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

5 13119

If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 5463

Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 5335

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?

4 5487

COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 7781

IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 5517

Post New IBM Interview Questions


IBM Interview Questions


Un-Answered Questions

When python was founded?

462


Explain JSON Values?

5


What are the special stocks in sap?

616


Explain what is Hive?

448


what are the objects used in web sphere mq?

509






How is RSA used for encryption in practice?

528


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9086


What is a mongodb instance?

1


How do I completely remove visual studio?

428


What is class super?

464


What is a ngmodule?

413


What is the use of codelyzer in angular 2?

442


Main configuration file and command used for NFS enabling exported directories and deamons?

510


How do you prevent a class from being inherited in c#?

454


What are the disadvantages of not performing database normalization?

597