how will you define vsam file in select clause?
Answer Posted / 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 |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between next sentence and continue in cobol programing language?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write a program to explain size error.
Write a program to enter and display the names of students in a class using the occurs clause.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do you define a variable of comp-1 and comp-2?
What is the difference between external and global variables in COBOL?
What is comp-1 and comp-2?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is redefines clause in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the problem of ordered sequential files access?
How many bytes S(8) comp field occupy and its maximum value?
what are decleratives in cobol?