ram


{ City } banglore
< Country > india
* Profession *
User No # 62363
Total Questions Posted # 1
Total Answers Posted # 6

Total Answers Posted for My Questions # 6
Total Views for My Questions # 9208

Users Marked my Answers as Correct # 19
Users Marked my Answers as Wrong # 8
Questions / { ram }
Questions Answers Category Views Company eMail

describe 805 error

DELL,

6 COBOL 9208




Answers / { ram }

Question { Verizon, 36645 }

What is the difference between PS file and VSAM file?


Answer

online environment cannot access ps(batch)
but vsam can

Is This Answer Correct ?    4 Yes 1 No

Question { Cap Gemini, 10763 }

In a file(PS), we dont know how many records are there.
requirement is divide half n half the records n insert into
2 another files(PS).


Answer

any one write the code

Is This Answer Correct ?    0 Yes 0 No


Question { 5314 }

what is the concept of IMPORT in vsam??


Answer

to import data from tape to vsam

Is This Answer Correct ?    0 Yes 0 No

Question { 3376 }

I have three fields in a Variable VSAM file

X(2)
Y(10) occurs X times
Z(02)

Say for the first record X=2
then the length of the file is
2+(10*3)+2=34

second record, x=4 then 4+(10*4)+2=46

If any time if the field x is updated then the total length
changes. Is it feasible?
Is it



Answer

i didn't understand the problem
how u write 34 and 46 as length

Is This Answer Correct ?    3 Yes 1 No

Question { TCS, 12533 }

in vsam at the creation of cluster what is the use of RECSZ
parameter?


Answer

recsz means recordsize parameter
RECORDSIZE(maxlength, avglength)

if maxlength = avglength then fixed length record
if both are not equal then variable length record

eg..
recordsize(30,30)

Is This Answer Correct ?    11 Yes 5 No

Question { 7068 }

What is the use Free space in CI ?


Answer

how much percentage of data split to next control area
freespace(ci%, ca%)

eg..
freespace(20,15)

Is This Answer Correct ?    1 Yes 1 No