How do you submit a JCL under CICS environment ?
Answer Posted / 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 |
Post New Answer View All Answers
what are the types of abends that occur on job failure? And explain the possible causes of these
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is DD statement is used in JCL?
Is it possible to left uncode disp?
Why block size is multiple of lrecl in jcl?
What parameter directs the output of the job log dataset?
what JCL Procedures?
how you can direct the data to spool using SYSOUT option?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is use of dcb parameter in dd statement?
What is the function of dd disp parameter?
What do you know about jcl?
//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 /*