How do you submit a JCL under CICS environment ?
Answer Posted / 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 |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What do you understand by the terms: joblib and steplib?
What is the maximum length of a single line of jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is use of disp parameter in dd statement?
How do you access an uncatalogued dataset in a jcl?
I need exexution process for JCL programs
what sort card you will use to copy the data from one dataset to another dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain how can an in-stream dataset be terminated?
List the different components of jcl statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What is the function of dd name parameter with a 2 part structure; audit.report?
what are JCLLIB and STEPLIB in JCL?