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
What are the rules of the move verb?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are all the divisions of a COBOL program?
what is difference between cobol and cobol/400
Difference between cobol and cobol-ii?
how do you reference the rrds file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
Are you comfortable in cobol or jcl?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different rules for performing sort operation?
How do u write test cases?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the usage of comp fields in cobol?
When is inspect verb is used in cobol?