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 is the significance of addrspc parameter in exec statement?

0 Answers  


What is condition checking in jcl? Is this possible?

0 Answers  


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

0 Answers   IBM,


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


How many extents are possible for a sequential file ? For a VSAM file ?

3 Answers  






how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


What is the function of dd disp parameter?

0 Answers  


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


How many types of libraries are there in JCL ?

2 Answers   IBM,


What 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 ?

1 Answers   IBM,


Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


Categories