Explain the exact situation, when to use CALL, XCTL and LINK?
Answer Posted / sriharsha s r
I worked on all the 3 situations. Using CALL statement is
very interesting.
In main program use send text command then Call subprogram
(pure batch) using call statement by passing values..
Use call when You want to call pure batch program from
CICS, but use goback statement in Subprogram to get the
value back to CICS program.
Then use once again Send text command to dispaly the value
which You receive from subprogram.
Main program:
EXEC CICS SEND TEXT from (value of variable in main
program)) END-EXEC.
CALL WS-PGM1 by using A by reference, B by content
EXEC CICS SEND TEXT from (value received from subprogram)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is fset?
Explain the difference between physical map and symbolic map?
Can you define aica abend?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you explain primary aspect of cics?
What is the primary aspect of CICS?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What does the 'cedf:cics' transactions do?
what are transient data sets defined to cics?
What is eib?
Can you define bms?
What is CICS ?
What do you mean by CEMT?
What is the tcp in the cisc?
Define an aica abend?