IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

skipping the input


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Sat Nov 27, 2004 11:55 am
Reply with quote

HI all

//sysin dd *

123
321
456
645

//


i want to recieve 321 directly,i don't want to receive 123 at all in my program,how can it be done

Thanks
Siva
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Nov 28, 2004 10:41 am
Reply with quote

Hi Siva,

There are 2 ways to ignore the 123 rec. You can do 2 reads back to back in your pgm or you can delete the 123 rec from the JCL member.

There may be other things you can do but you have to share with us the FULL intent of what you're trying to do.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Setting RC using NULLOFL/NOTMTOFL for... SYNCSORT 6
No new posts COBOL sorting, with input GDG base COBOL Programming 7
No new posts Concatenate 2 input datasets and give... JCL & VSAM 2
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:


Back to Top