Bit processing in outrec



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

Bit processing in outrec

Postby qwertypower » Thu Feb 18, 2010 11:55 pm

Is it possible to use Bit processing in outrec?

Basically, want to copy over a file and turn the 3rd bit on in position 23. I've been able to use 23.3 in sort, but can't seem to get past syntax issues when trying it with outrec.
qwertypower
 
Posts: 3
Joined: Thu Feb 18, 2010 11:49 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Bit processing in outrec

Postby Alissa Margulies » Fri Feb 19, 2010 1:00 am

Please provide me with a sample record with HEX turned on, along with your desired output, also with HEX on.
Alissa Margulies
Syncsort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Alissa Margulies
Global moderator
 
Posts: 369
Joined: Tue Feb 26, 2008 11:15 pm
Location: USA
Has thanked: 1 time
Been thanked: 3 times

Re: Bit processing in outrec

Postby qwertypower » Fri Feb 19, 2010 2:00 am

Input file -

rec 1 - bit 23.3 on
rec 2 - bit 23.3 off
rec 3 - bit 23.3 off

----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
***************************** Top of Data ******************************
FIELD FIELD FIELD     Ã¸      FIELD FIELD FIELD                         
CCCDC4CCCDC4CCCDC444447444444CCCDC4CCCDC4CCCDC44444444444444444444444444
695340695340695340000000000006953406953406953400000000000000000000000000
-----------------------------------------------------------------------
FIELD FIELD FIELD     &      FIELD FIELD FIELD                         
CCCDC4CCCDC4CCCDC444445444444CCCDC4CCCDC4CCCDC44444444444444444444444444
695340695340695340000000000006953406953406953400000000000000000000000000
-----------------------------------------------------------------------
FIELD FIELD FIELD            FIELD FIELD FIELD                         
CCCDC4CCCDC4CCCDC444441444444CCCDC4CCCDC4CCCDC44444444444444444444444444
695340695340695340000000000006953406953406953400000000000000000000000000
-----------------------------------------------------------------------
**************************** Bottom of Data ****************************




Output file - copy entire record, turn bit 23.3 on for all

----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
***************************** Top of Data ******************************
FIELD FIELD FIELD     Ã¸      FIELD FIELD FIELD                         
CCCDC4CCCDC4CCCDC444447444444CCCDC4CCCDC4CCCDC44444444444444444444444444
695340695340695340000000000006953406953406953400000000000000000000000000
-----------------------------------------------------------------------
FIELD FIELD FIELD     Ã¸      FIELD FIELD FIELD                         
CCCDC4CCCDC4CCCDC444447444444CCCDC4CCCDC4CCCDC44444444444444444444444444
695340695340695340000000000006953406953406953400000000000000000000000000
-----------------------------------------------------------------------
FIELD FIELD FIELD            FIELD FIELD FIELD                         
CCCDC4CCCDC4CCCDC444443444444CCCDC4CCCDC4CCCDC44444444444444444444444444
695340695340695340000000000006953406953406953400000000000000000000000000
-----------------------------------------------------------------------
**************************** Bottom of Data ****************************
qwertypower
 
Posts: 3
Joined: Thu Feb 18, 2010 11:49 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Bit processing in outrec

Postby Alissa Margulies » Tue Feb 23, 2010 3:51 am

Here is a SyncSort for z/OS job that should produce your requested output:
//SORT  EXEC PGM=SORT   
//SORTIN  DD DSN=INPUT.FILE,DISP=SHR
//SORTOUT DD SYSOUT=*   
//SYSOUT  DD SYSOUT=* 
//SYSIN   DD *   
   INREC IFTHEN=(WHEN=(23,1,BI,EQ,B'..0.....'),
   OVERLAY=(23:23,1,BI,ADD,+32,BI,LENGTH=1)) 
   SORT FIELDS=COPY
/*     
Alissa Margulies
Syncsort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Alissa Margulies
Global moderator
 
Posts: 369
Joined: Tue Feb 26, 2008 11:15 pm
Location: USA
Has thanked: 1 time
Been thanked: 3 times

Re: Bit processing in outrec

Postby qwertypower » Wed Feb 24, 2010 9:13 pm

Awesome....this is exactly what we needed. I tried it out and it works great. Thanks so much! :D
qwertypower
 
Posts: 3
Joined: Thu Feb 18, 2010 11:49 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Bit processing in outrec

Postby Alissa Margulies » Wed Feb 24, 2010 9:16 pm

You're welcome. Thanks for letting us know it worked for you.
Alissa Margulies
Syncsort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Alissa Margulies
Global moderator
 
Posts: 369
Joined: Tue Feb 26, 2008 11:15 pm
Location: USA
Has thanked: 1 time
Been thanked: 3 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post