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

masking data with HPU


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jzhardy

Active User


Joined: 31 Oct 2006
Posts: 150
Location: brisbane

PostPosted: Tue May 14, 2019 2:43 pm
Reply with quote

Hi,

I have the following step that performs a HPU. Is it possible to add masking logic – eg, using a defined Table Map, WITHOUT being forced to use a logical unload ?


Code:
//UNLOAD   EXEC DSNUPROC,UID='HI2UNLD',UTPROC='',SYSTEM='QPRD'   
//****************************************************************
//* UNLOAD DATA                                                   
//****************************************************************
//SYSPRINT DD  SYSOUT=*                                           
//SYSUDUMP DD  DUMMY                                             
//SYSREC   DD  DSN=UFLG3.UNLOAD,DISP=(NEW,CATLG,DELETE),         
//             UNIT=(SYSDA,1),SPACE=(CYL,(1,1),RLSE)             
//SYSPUNCH DD  DUMMY                                             
//SYSIN    DD  *                                                 
  UNLOAD TABLESPACE PCSACL.JAD                                   
  FROM TABLE $XXXXX.SOME_TABLE HEADER NONE                 
    (ID,ADDRESS_LN_1)                               
  WHEN (ID = 123)                                     
  PUNCHDDN SYSPUNCH UNLDDN SYSREC                                 
  SHRLEVEL REFERENCE                                             
/*                                                               
//
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Alternate key data extracttion COBOL Programming 13
No new posts db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
Search our Forums:


Back to Top