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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between and exec cics xctl and an exec cics link command?

1182


Name the command which is used to release a record on which exclusive control is gained?

1075


Name some translator and compile options and explain their meaning?

2897


Define RCT.

1265


What is program reentrance?

1217


What is the meaning of the eibaid field?

980


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

2773


Particular area has been affected in cics screen, what is the process to find?

9985


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

1162


Explain the difference between cics program control table (pct) and cics processing program table (ppt)?

1103


what is the most common way of building queue-id of a tsq?

1124


what is the differences between getting the system time with eibtime and asktime command?

1183


define the field with ic in the bms map.

1177


Explain the difference between a physical bms mapset and a logical bms mapset?

1032


In a particular cics program, what is the procedure to allocate dynamic memory?

1214