if you give cylinder(1,1)how many cylinders it will be allocate?
Answer Posted / nag(igate)
this is VSAM question.
the maximum extents to secondary is depend on the files
used:
For sequential: 15
for VSAM : 123
in this case the answer is : 1+1*123=124 cylinders
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
What is the usage of comp fields in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different types of condition in cobol and write their forms.
Explain about different table spaces.
What is amode(24)?
What are the pertinent COBOL
What are the cobol coding sheets?
What are the pertinent COBOL commands?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how do you reference the ksds vsam file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
What guidelines should be followed to write a structured cobol prgm?
What is perform what is varying?