How do you submit a JCL under CICS environment ?
Answer Posted / guest
Just give the Transaction id associated with the CICS
program and press enter.
The program will be triggered once the trasaction id is
given.
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
how can the same proc be re-used and called by many jobs?
What is the use of symbol // in jcl?
what are the statements that are not valid to be included in an include statement?
What are hierarchy levels in jcl?
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 SOC4 error?
what is the difference between JES3 and JES2?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the utility programs in jcl?
how can you check if a file is empty using jcl?
what is the JCL statement consists of?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is the difference between the positional and keyword parameters? Give examples.