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


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

871


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2218


What is link edit in cobol?

936


How to print 10 to 1 if the input have only 10 digit number?

1021


What is length is cobol?

852


example for sub strings ? and refernce modifications whit output pls

2064


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

2175


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

859


How do you reference the following file formats from cobol programs?

901


Explain what you understand by passing by value.

903


What are the different rules to perform a Search?

802


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

850


how to access the file from prodution from changeman tool and to submit a file to production

7058


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1057


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2987