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 |
how to count the number of members in pds?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
Differentiate between addressing mode and run mode.
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
Explain how can the attributes of one sms dataset be copied to another dataset?
Name what parameter directs the output of the job log dataset?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
What is STEPLIB, JOBLIB? What is it used for?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How can i execute 5th step without executing first 4 steps?
Explain in DD statement what is the use of DCB parameter?