I have a KSDS File.I hav a Records like 1,2,3,4,5,6,...100.
I want to read using Dynamic mode like from 10 th Record
onwards like, 10,12,14,16,18,....60.
Waht is the command for this.

Answer Posted / ashok

im not very sure but i have 2 ideas, correct me if iam wrong

1. first , read the 10th record randomly , and from then
read squentially from 10th to 60th.........commands are
start and read next.

2. in jcl, use sort card to skip the first 10 records
sort fields = copy skiprec=9

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is qsam?

428


Suppose I have a ksds file. I have a records like 1,2,3,4,5,6,...100. I want to read using dynamic mode like from 10 the record onwards like, 10,12,14,16,18,....60. Wat is the command for this?

355


What is qsam? How it is used?

397


What is the use of qsam?

433