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 is a report item?
Which mode is used to operate the sequential file?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between comp and comp-3 usage?
what happens if parmparameter passes zero bytes to the program
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How you can read the file from bottom?
how do you reference the rrds file formats from cobol programs
What is redefines clause in COBOL?
What is the difference between next sentence and continue in cobol programing language?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
i want a program using by if, evaluate , string, unstring, perform, occurs?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?