Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Reading Recods from 250 to 700 among 1000 records

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
sekhar_ibm

New User


Joined: 21 Feb 2005
Posts: 5
Location: hyd

PostPosted: Thu Mar 10, 2005 10:34 am    Post subject: Reading Recods from 250 to 700 among 1000 records
Reply with quote

Hai,
Can i know
I have a sequencial file with 1000 records. i want to read recods from 250 to 700,don't use counter variable in cobol prog. i want to write jcl.
Back to top
View user's profile Send private message
References
Frank Yaeger

DFSORT Moderator


Joined: 15 Feb 2005
Posts: 4684
Location: San Jose, CA

PostPosted: Thu Mar 10, 2005 9:48 pm    Post subject:
Reply with quote

Sekhar,

You can use this DFSORT job to do what you want:

Code:

//S1 EXEC PGM=ICEMAN
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=...  input file
//SORTOUT DD DSN=...  output file
//SYSIN DD *
  OPTION COPY
  OUTFIL STARTREC=250,ENDREC=700
/*
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1