Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
IBM,
1 13710How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
4 17444If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
IBM,
1 9202How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
IBM,
5 274141) 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 ?
IBM,
3 17062Is 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 ?
IBM,
6 11588Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
IBM,
4 11832As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
2 6670What 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 ?
IBM,
1 6489
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Is it possible to obtain a record from IDMS database without mentioning the record-name itself?
What is the clustering index in the db2 database?
Write some characteristics of cobol as means of business language.
What is maximum displacement?
How do you round the addition or subtraction of two numbers in assembler?
What is the difference between record occurrence and record type in idms?
How is the record format of an output dataset specified?
What will happen if we drop the base register in the program which contains only one basereg?
Differentiate between addressing mode and run mode.
What is the problem of ordered sequential files access?
How can you submit a job through cobol program?
How to view db2 table structure?
What is icm instruction?