What are the optional parameters to the input dataset While
loading the empty cluster with the data records?
Answer / 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 |
Explain the meaning and syntax for the START command. ?
what is difference between repro and export? if any one know this plz tell me
How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
What are the distinctive features of a ksda, key sequenced dataset?
Define dynamic processing?
explain in brief how are different versions of gdg named?
what is freespace
print ids(/)char??what is the full form of ids??
What is control area?
what will happen if there is no secondary allocation made for datasets?
what will happen when you try to open an empty vsam file in a cobol program for input?