What is the difference between using the READ command with
INTO option and SET option?
Answers were Sorted based on User's Feedback
Answer / aman khanna
Read Command -> Records are read into the existing Working Storage.
Set Command -> To access the data directly in Linkage Section with the help of pointer reference. The SET option has a parameter: ADDRESS OF 01-LEVEL OF Record layout in Linkage Section. With this address CICS acquires the storage.
Thanks !!
Aman
| Is This Answer Correct ? | 2 Yes | 0 No |
When READ is issued with INTO option, the copybook needs to
be mentioned as parameter to INTO option. whereas for SET
option, pointer name needs to be mentioned.
| Is This Answer Correct ? | 1 Yes | 0 No |
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?
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
what is an mdt (modified data tag)? Its menaing and use?
What is the term conversational programs means?
what are transient data sets defined to cics?
Explain cebr transaction commands?
What is EIB. How it can be used?
Can you explain multitasking and multithreading?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
Explain how many exceptional condition can be given in a handle condition?
What are the CICS commands available for program control?
Explain the difference between tsq and tdq