how we can edit records in vsam data set and non vsam data
sets
Answer Posted / vidhya
u can open the VASM dataset in File aid and edit.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
In COBOL programming, what is PERFORM? What is VARYING?
What type of SDLC u followed? Why?
What is the difference between Global and External Variables?
Which division and paragraphs are mandatory for a COBOL program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is report-item in COBOL?
What is the difference between Call and a Link?
Difference between cobol and cobol-ii?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?