What are isolation levels? Where do we need to specify them
in compiling JCL?
Answer Posted / dasari
At the time of bind itself we specify the isolation levels
like whether CS UR RR
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
what is the purpose of coding notify parameter in job statement?
Explain dd statement in jcl?
What are steplib and joblib? What for they are used?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the rules employed while naming the steps in a job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
when can a job time-out occur? How to overcome that?
What is use of restart and how to use it?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
List the various advantages of using jcl language?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is concatenating?
What is the use of disp parameter?
Define concatenating?