Is It Possible to Update or change in VIEW Mode?
Answer Posted / krishna praveena
yes,bt it wont save the changes which we did after closing the prgm,it will give the msg while closing the prgm "in view mode we can't do the changes"
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
What is amode(24)?
When is inspect verb is used in cobol?
Write some characteristics of cobol as means of business language.
What kind of error is trapped by on size error option?
How do you get the data to code the BMS macro?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What the difference is between continue and next sentence?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different open modes available in cobol?
What are the different rules of SORT operation?