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...


What are the differences between and EXEC CICS XCTL and an
EXEC CICS START command?



What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?..

Answer / guest

->BY EXEC CICS XCTL is used to pass control from one
application program to another apllication program at the
same logical level. the calling(XCTLing ) program does not
expect control to be returned.

EXEC CICS XCTL
PROGRAM(program-name)
COMMAREA(ws-commarea)
LENGTH(ws-len)
END-EXEC.
->the START command is used to start a transaction at the
specified terminal and at d specified time or
interval.optionally , data can be passed to d to-be-
initiated transaction.

EXEC CICS START
INTERVAL(001500)
TRANSID('SGS')
TERMID('GDHD')
FROM(DATAFLD)
LENGTH(100)
RTRANSID(EIBTRNID)
RTERMID(EIBTRMID)
QUEUE(QNAME)
END-EXEC.
A special appliaction of the START command is the scheduled
transaction initiation ( STI ) , by which certain CICS
tranaction can be initiated automatically at d scheduled
time or interval.

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More CICS Interview Questions

Name some common CICS service programs and explain their usage?

1 Answers   IBM,


What is the primary function of the Sign-on Table?

1 Answers  


What is the main function of the sign-on table?

0 Answers  


Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.

2 Answers  


In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?

2 Answers   IBM,


Explain the maps in cics?

0 Answers  


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


Explain how do you establish a starting position in a browse operation?

0 Answers  


Can you define ppt and what are its uses?

0 Answers  


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


how do you fire a batch job from a cics txn ?

0 Answers   IBM,


Can you have CICS code in a copybook? If yes, what happens during compilation?

3 Answers   IBM,


Categories