Is It Possible to Update or change in VIEW Mode?

Answer Posted / xyz

YES

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A table has two indexes defined. Which one will be used by the SEARCH?

750


What is an in line perform? When would you use it? Anything else you wish to say about it.

639


Write down the divisions of cobol program?

663


how to convert the recors form vsam file to db2 table tru file aid

2751


how do you reference the variable block file formats from cobol programs

675






What are the pertinent COBOL

2035


IF I mention stop run in CICS what happens?

1886


In COBOL, what is the different between index and subscript?

751


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

558


Write a cobol program making use of the redefine clause.

723


what is the difference between COBOL2 AND COBOL390?

2443


Have you used comp and comp-3 in your project? And how?

2003


What is the Purpose of Pointer in the string?

636


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2718


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1107