List the sequence of steps used to achieve ?Modification in
Skip Sequential Mode.?
Answer / sahil
Following are the steps to achieve skip sequential mode :
1) Read next
2) End Browse
3) Read with update option
4) Rewrite
5) Start browse
6) Read next
| Is This Answer Correct ? | 3 Yes | 1 No |
What does the 'cemt:cics' transactions do?
How vsam files are read in cics pgms?
Define the term mro (multi region operation)?
what are the differences between DFHCOMMAREA and TSQ ?
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 cics translator?
Why is it important not to execute a STOP RUN in CICS ?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Do you require a table entry for a TSQ?
Kindly specify the pic clause for the data type of length option field type of data fields?
what is invreq condition?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).