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 |
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
What do you understand by the term notcat 2 – gs?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
Describe the JOB statement, its meaning, syntax and significant keywords?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What are the default system and catalog libraries in JCL?
Can you execute a PROC from another PROC?
lines(1,cancel)??What is meant by that??Plz explain it....
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
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?