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

When output dataset space is required, what quantity categories are used?

0 Answers  


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


Do we need to code DCB parameters when using DISP position as MOD?

1 Answers   Accenture,


i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance

1 Answers   IBM, TCS,


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,






What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


wht happens if cond=true ? pls give me with an example ?

2 Answers   Syntel,


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

4 Answers   IBM,


I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????

4 Answers   CTS,


In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?

4 Answers  


Categories