Why do we need integrated cics translator?
No Answer is Posted For this Question
Be the First to Post Answer
In case you modify the attribute field of map do you need to recompile the map?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?
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
How do you initiate another transaction?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What is a logical message in CICS?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How do you enter into cics region and how many regions available?
What is the use of DSECT parameter in BMS?
If I create a TSQ from one transaction, can I read it from another transaction?
What is a transid?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?