Can you explain dfheiblk?
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
Can you explain communication area?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Explain how would you resolve an asra abend?
Explain the difference between and exec cics xctl and an exec cics link command?
What do you mean by CEMT?
how can you prevent more than one user from accessing the same transient data queue?
Name some common CICS service programs and explain their usage?
How can we initiate a transaction from batch?
Explain how DSECT parameter is used in BMS ?
Use of DFHCOMMAREA in cics