Mention the option used in a cics command to retrieve the response code after execution of the command?
No Answer is Posted For this Question
Be the First to Post Answer
What is the process of converting the CICS commands into the equivalent host language statements called?
what are the differences between and exec cics xctl and an exec cics link command?
Do you receive the attribute byte in the symbolic map?
What is the CICS Command that is used for reading a record from the TDQ?
What do the terms locality of reference and working set mean?
How will you place cursor on a field called ?EMPNO?.
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.
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
Can a tsq of one particular transaction be accessed from an alternate transaction?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
Explain the various ways data can be passed between CICS programs.
What is EXEC CICS RETRIEVE ?