how will you define vsam file in select clause?
Answer Posted / nirmal anwesh
select file-name assign to A-ddname
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is link edit in cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is length is cobol?
example for sub strings ? and refernce modifications whit output pls
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do you reference the following file formats from cobol programs?
Explain what you understand by passing by value.
What are the different rules to perform a Search?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
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 to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)