What is the command that is used to add a new record to the
file?
Answer / anna
with WRITE command
exe cics
WRITE FILE(filename)
FROM(data-area)
RIDFLD(data-area)
KEYLENGTH(data-value)
LENGTH(data-value)
end-exec
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain the difference between a package and a plan.
How do you delete Item 3 in a five-item TSQ?
Name and explain some common CICS abend codes?
Can you issue SQL COMMIT from a CICS program?
What is a two Phase commit in CICS?
How will you place cursor on a field called ?EMPNO?.
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
How and where is the TWA size set? .
Can QSAM files be accessed from CICS?
Define exec cics retrieve?
In a particular cics program, what is the procedure to allocate dynamic memory?
How do you dynamically set the CURSOR position to a specific field?