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

Write the code to count the sum of n natural numbers.

705


What is the difference between external and global variables in COBOL?

821


Whats the difference between search & search ALL?

5288


What is the Purpose of POINTER Phrase in STRING command in COBOL?

727


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1882






What is the difference between structured cobol programming and object alternativelyiented cobol?

763


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1782


Can we redefine the field of x(200) to less than 200?

829


How do you differentiate between cobol and cobol-ii?

662


What are literals?

636


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

786


What is comp-1 and comp-2?

770


What is the difference between PIC 9.99 and PIC9v99?

787


What rules are followed by the search verb.

643


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1236