What is the use of the program list table?
No Answer is Posted For this Question
Be the First to Post Answer
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
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
Define exec cics retrieve?
what is the purpose of using link ?
Explain how do you intitiate another transaction?
What happens when a CICS command contains the NOHANDLE option?
What are the parameters that you have to give when you are using the CSSN transaction?
What are the ways fot initiating a transaction?
What is the abend command?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
How do you read from a TSQ?