Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what are the types of abends that occur on job failure? And explain the possible causes of these

1687


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

2187


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

1132


what is DD statement is used in JCL?

1249


Is it possible to left uncode disp?

1254


Why block size is multiple of lrecl in jcl?

1478


What parameter directs the output of the job log dataset?

1329


what JCL Procedures?

1308


how you can direct the data to spool using SYSOUT option?

1519


Matching Logic in Jcl not in cobol.Could any one please answer this question

4227


What does a disposition of (MOD,DELETE,DELETE) mean ?

1193


what is use of dcb parameter in dd statement?

1347


What is the function of dd disp parameter?

1180


What do you know about jcl?

1203


//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 /*

1529