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

To check for the particular field is blank using JCL


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

New User


Joined: 13 Sep 2009
Posts: 2
Location: Chennai

PostPosted: Tue Apr 20, 2010 10:49 pm
Reply with quote

Hi,

I have some records in InputDataset. I want the OutputDataset with records from InputDataset which has 3rd and 4the position is empty.

Code:
InputDataset:

123456
344545
34  67
56  67
345455

OutputDataset: 
34  67
56  67

Could someone help me how to verify the particular field is blank or empty in using Include Cond in JCL Sort .
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Apr 20, 2010 11:10 pm
Reply with quote

INCLUDE COND=(03,02,CH,EQ,C' ')?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts How to check whether who renamed the ... JCL & VSAM 3
Search our Forums:

Back to Top