created cluster using IDCAMS ..that is empty ..when i write a
program for read using Input ..wil it open the cluster or
gives any error?
Answer Posted / ganesh
writing the vsam file using the input modeis not possible
as system will find the file as empty and will throw error
that file can not be opened but yes you can write the file
using the outout mode.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
How to remove 2 duplicate records and copy only one using job control language?
What are different data types in cobol?
What are the different rules of SORT operation?
How do you differentiate between cobol and cobol-ii?
What is the utilization of copybook in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) how do u code after getting data?
i want a program using by if, evaluate , string, unstring, perform, occurs?
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?
Write a program to explain size error.
Why occurs cannot be used in 01 level in COBOL?
What are the different data types in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
explain sorting techniques in cobol program?