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 |
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
How To Retrive The VSAM Datasets in CICS application programs?
Name some common CICS service programs and explain their usage?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
Can you explain primary aspect of cics?
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
Translation Time is not reduced if the Pre-compilation is done first(True or False).
Name at least one of the ways by which a transaction can be terminated?
What is the command used to send a map to a terminal?
What is the command used to request notification when the specified time has expired?
How will you access a VSAM file using an alternate index?
What are some of the cics commands associated with interval control?