how will you define vsam file in select clause?
Answers were Sorted based on User's Feedback
Answer / snehatechm
select xxxx assign to dd1
organization is indexed
access is dynamic
record key is vsam-key
file status is file-status vsam-code.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / adarsh562
select file-name assign to dd-name
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol.
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
How many sections are there in data division in COBOL?
Explain call by context by comparing it to other calls.
What does MAXCC 3 means? It is used in one my codes.
How to retain the Duplicates in the one records?
diffrence between z(2) and z9(2)
) How do you access the migrate the data from production region to development region
What is the difference between COMP & COMP-3 ?
Why IBM?