What other file control processing commands are used for
file updating?
Answer / mahesh kulanagl
ExeC CICS rEAD command WITH UPDATE OPTION FOLLOWED BY eXEC
cics rewrite
| Is This Answer Correct ? | 1 Yes | 0 No |
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
What does EIB mean in CICS?
How do you enter into cics region and how many regions available?
What are the terms cics generally means?
What is the CICS Command that is used for reading a record from the TDQ?
What is bms map?
How do you handle errors in CICS pgms ?
what is the purpose of using link ?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
How do you rollback data written to an ESDS file?
what is the differences between getting the system time with eibtime and asktime command?
Can you define attribute byte?