How do you submit a JCL under CICS environment ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

732


Explain the jcl exec statement?

653


what is the difference between JES3 and JES2?

686


can any one plzzzzzz tell the jcl code for creating ps using idcams

10531


in ways data can be passed to a COBOL program from JCL?

672






How would you understand error(execution phase)?

635


what are JCLLIB and STEPLIB in JCL?

684


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1959


how do you code a null statement?

780


Can I share my data with other jobs? How?

672


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

659


How to execute 2nd and 4th steps among 5 steps in jcl proc?

751


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1358


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8701


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

835