What is the command that is used to add a new record to the
file?



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

Post New Answer

More CICS Interview Questions

Can you define attribute byte?

0 Answers  


What is CEDF?

3 Answers   IBM,


For multithreading an application program need not be re- entrant(True or False).

1 Answers  


What is task control and what are the CICS commands associated with it?

2 Answers   IBM,


What is ENQ in CICS?

2 Answers   IBM,






Name and explain some common CICS abend codes?

2 Answers   HSBC,


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

0 Answers   IBM,


Can you issue SQL COMMIT from a CICS program?

2 Answers   IBM,


What is the use of the DELIGHT in Mainframes and whats is use of scope?

1 Answers  


What is the COMMAREA(communications area)?

1 Answers   IBM,


What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.

1 Answers  


Categories