What is the CICS command that is used to receive the un-
formatted data from the terminal?
Answers were Sorted based on User's Feedback
Answer / cheran pogu
EXEC CICS RECEIVE
INTO(DATA-AREA)
LENGTH(DATA-VALUE)
END-EXEC.
Is This Answer Correct ? | 4 Yes | 1 No |
Can a tsq of one particular transaction be accessed from an alternate transaction?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
How many ways are there for initiating a transaction?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the pic clause for the data type of length option field type of data fields?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Explain ceci transaction commands?
With the use of an alternate index, how is a VSAM file accessed?
How to test CICS, MainFrame applications
What is data only and map only in cics
What is the use of the eibaid field?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?