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 13715How 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 17468If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
IBM,
1 9207How 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 274411) 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 17076Is 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 11613Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
IBM,
4 11850As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
2 6682What 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 6500
Can you define cics task?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of dd disp parameter?
What does a ROLLBACK do?
Explain ims software environment?
explain in brief how are different versions of gdg named?
How many databases can be created inside an instance in db2 ?
How do I delete a table in db2?
How to remove 2 duplicate records and copy only one using job control language?
what is uni-rexx?
why is there no os/2 (ecs) port of oorexx?
What are steplib and joblib? What for they are used?
What is use of restart and how to use it?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is interval control?