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: 131
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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top