What are the optional parameters to the input dataset While
loading the empty cluster with the data records?

Answer Posted / guest

FROMADDRESS(address) TOADDRESS(address) where 'address'
specifies the RBA value of the key of the input record.
FROMNUMBER(rrn) TONUMBER(rrn) where 'rrn' specifies the
relative record number of the RRDS record FROMKEY(key)
TOKEY(key) where 'key' specifies the key of the input record
SKIP(number) COUNT(number) where 'number' specifies the
number of records to skip or copy Ex: REPRO INFILE(DD
OUTFILE(DD SKIP(900 COUNT(70 - Skips the first 9000 records
and begins copying at 9001 and copies 700 records from DD1
to DD2.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a lds (linear data set)?

556


Define a path?

603


there are seven idcams commands in vsam. Can you name and explain each of them?

652


explain the differences between vsam and non-vsam files

645


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2077






what are the additional information you should give in the dd statement while defining the next generation of a gdg?

580


Define dynamic processing?

545


if you wish to use the rewrite command how must the vsam file be opened?

684


is it necessary that all versions of the gdg have to be of the same record length?

673


what do you mean by the repro command?

568


explain in brief what are the 3 types of vsam files?

634


what is the meaning of each of the values in shareopts(2 3)?

581


How is the sorting of vsam files carried?

601


what is buffering and how does it apply to vsam files ?

714


What is the purpose of having vsam data space?

528