Michael,
Use... string = x2c(PRK) JCL.J = Overlay(String,Record,WORK,4) Mark Wheeler UnitedHealth Group Date: Fri, 30 Apr 2010 09:37:15 -0400 From: [email protected] Subject: How to work with hex in REXX To: [email protected] Greetings, I have a character field for example 0001A735 (PRK) I have record like this ‘DATA DATA YYYY’. I want to replace ‘YYYY’ with x’0001A735’. Tried : String = "'"||PRK||"'x" JCL.J = Overlay(String,Record,WORK,4) Where work = position of ‘YYYY’ in record Not working. Mike Horlick Conseiller CGI Gestion Intégrée des Technologies 1350 Boul. René-Lévesque Ouest Montréal, Qc, H3G 1T4 _________________________________________________________________ The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
