How do you submit a JCL under CICS environment ?
Answers were Sorted based on User's Feedback
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 |
Answer / mr2981
use WRITE SPOOL command and pass string which contain teh
jcl statement.
| Is This Answer Correct ? | 5 Yes | 2 No |
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 |
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 |
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
what is instream data
hi friends........if u know syntax of IEBEDIT IN JCL
Are there any set of rules for the names of the steps used in a job?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
wht do u mean by inrec and outrec ?
Can we change the LIMIT of GDG?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
How do you override a parameter in Positional parameters?
What you mean by skeleton JCl?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?