Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

2 Answers   IBM,


GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


How to override loadlib?

0 Answers   Fiserv,


Why include statement is used in a jcl?

0 Answers  


How to pass the parameter in parm using linkage section ? (syntax)?

0 Answers   Infosys,


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


What is jcl in mainframe?

0 Answers  


How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

6 Answers   IBM,


How to submit a jcl from cics?

0 Answers  


i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?

2 Answers   Syntel,


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


Categories