Why is it important not to execute a STOP RUN in CICS ?
Answers were Sorted based on User's Feedback
Answer / ra
CICS runs like batch program if your program execute STOP
RUN in CICS it will Down the CICS
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravi
CICS runs as a batch under MVS. STOP RUN invokes the
operating system SVC call. We are not use any Commands that
invoke OS SVC alls like read write open close .... etc
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / arun
Beacuse STOP RUN returns the control out of cics region.
Is This Answer Correct ? | 2 Yes | 2 No |
define the field with ic in the bms map.
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What are the types of processes to create a map in cics?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
What are the attribute values of Skipper and Stopper fields?
What are the types of performs in COBOL? How does perform thru work, give example.
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What are the CICS commands associated with transient data queue processing?
What is the difference between LINK and XCTL ?
can anyone tell me about paginglogic in CICS,Please?
What are the 3 working storage fields used for every field on the map?
Which of the following statements correctly describe the syntax of CICS command language?