Generally we check EIBALEN = 0 to decide whether first call
or not.
If I do not pass any value in the COMMAREA then EIBCALEN
will be 0 even on second call. Now how can we say the
program is called for the first time or second time?
Answers were Sorted based on User's Feedback
Answer / praveen
for the first time eibcalen is zero with this we can
conclude this is first call and for the second time if u
dont pass the value for commarea the by default dfhcommarea
has one byte of memory with this we can say this is second call.
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / kingmanish
@Praveen
I don't agree with you here.
Are you sure by default the DFHCOMMAREA length is 1 on
second call?
Please check I don't think it is the case.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sandeep
dfhcommarea length is 1 by default.if you are returning a
trans-id by passing some data in commarea then the length
will be calculated depending on the data which we passed.
if you are not passing any data then i think eibcalen value
will be 1 so it enters into the next para
| Is This Answer Correct ? | 0 Yes | 5 No |
Name at least one of the ways by which a transaction can be terminated?
What is the difference between pseudo-conversational and conversational?
Explain how would you resolve an asra abend?
where we can declare the files in fct and pct and ppt and rct pls give clear structure
What are some of the cics commands associated with interval control?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
What is the use of the eibaid field?
What are the main uses of the transaction in the cics?
Do you receive the attribute byte in the symbolic map?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
In the EIB block of CICS, highlight the names of few of the important fields?
Can a tsq of one particular transaction be accessed from an alternate transaction?