How do you submit a JCL under CICS environment ?

Answers were Sorted based on User's Feedback



How do you submit a JCL under CICS environment ?..

Answer / anil sana

Write a CICS program to write the JOB to TD Queue
named "INTR" and kick off the transaction associated with
the program.

Is This Answer Correct ?    3 Yes 0 No

How do you submit a JCL under CICS environment ?..

Answer / mr2981

use WRITE SPOOL command and pass string which contain teh
jcl statement.

Is This Answer Correct ?    5 Yes 2 No

How do you submit a JCL under CICS environment ?..

Answer / raki

run jcl using xpeditor,& cics using intertest

Is This Answer Correct ?    1 Yes 3 No

How do you submit a JCL under CICS environment ?..

Answer / guest

Edit the JCL in Extra partition TDQ and submit the same
using some system command (not sure) under CICS subsystem.
This is what i think, please clarify....

Is This Answer Correct ?    1 Yes 5 No

How do you submit a JCL under CICS environment ?..

Answer / 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

More JCL Interview Questions

what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


In job processing, what happens in execution stage?

0 Answers  


What are the rules employed while naming the steps in a job?

0 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

0 Answers   IBM,






My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?

4 Answers   IMS,


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  


What is GDG?

1 Answers  


what is a MODELDSCB?

1 Answers  


What is DYNAMBR in jcl?

2 Answers   CTS,


Categories