How do you submit a JCL under CICS environment ?
Answer Posted / raki
run jcl using xpeditor,& cics using intertest
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
Explain the function of //cntl statement?
How can a stopped job be started again?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how can you check if a file is empty using jcl?
What are the rules employed while naming the steps in a job?
Is there any command to check wether the ps file is in sorted order?
List in order the hierarchical levels of jcl?
What is the purpose of dd?
How do you overcome this limitation ?
What are some jcl statements that are not allowed in procedures?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is use of disp parameter in dd statement?