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

I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


Is condition checking possible in jcl?

0 Answers  


how to modify the copy book?explain with examples

2 Answers   TCS,


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


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

0 Answers  


When should DISP=MOD is used?

6 Answers   TCS,


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


Explain about RECORDING MODE Clause

1 Answers  


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


Categories