Before issuing an ASKTIME command what will be the values
in the EIBDATE and EIBTIME fields ?
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 I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
What is the difference between using the READ command with INTO option and SET option?
What is the common work area (CWA)?
What is the attribute byte?
Explain the function of the terminal control table?
explain abt types of maps? and explain
what is the option to be coded on return to associate a transaction identifier with next terminal.
Kindly specify the pic clause for the any bll cell type of data fields?
Can you access ESDS files from CICS ?
Can you explain exec cics handle condition command?
plz tell me abt PF key and PA keys