Profile

Contact Details

Ankur Agrawal


Contributions

1 to 5 of 8 total
Posted By Ankur Agrawal Fri February 10, 2023 04:20 AM
Found In Egroup: InfoSphere Optim
\ view thread
Hi Rajesh, The format that Optim uses for Date colum is driven by the date format in your source database. Either you can modify the date format in your source DB or you can try following manipulation via Optim to reformat the date/timestamp column. I have not implemented this concept before, so ...
Posted By Ankur Agrawal Thu November 17, 2022 03:21 AM
Found In Egroup: InfoSphere Optim
\ view thread
Hi Sampath, you need to open the lua editor in hex mode and sample code will look like this. Refer to the bold characters -------------- sÝ1¨ = 'test' AAFB4747A8AA7 2D1D0E0D3523D For Carrot symbol (^) please use X'5F' it will display as ¬ ------------------------------ Ankur Agrawal ---- ...
Posted By Ankur Agrawal Thu November 17, 2022 01:58 AM
Found In Egroup: InfoSphere Optim
\ view thread
Hi Sampath, Some IBM 3270 emulators do not recognize square bracket characters as there is not a consistent definition of what codes represent them. Hosts may define the square bracket characters as X'BA' and X'BB' , or as X'AD' and X'BD'. We use hex mode on the Lua editor to modify the square bracket ...
Posted By Ankur Agrawal Tue November 15, 2022 01:54 AM
Found In Egroup: InfoSphere Optim
\ view thread
Hi Sampath, If you are running this code natively on z/OS, Optim Data Privacy should use the embedded SQL interface. You don't need the following line in your code. tparm = tparm .. 'CONN="DBCONN",USER=USER,PASS=PASSWORD,' Please refer the link for details - https://www.ibm.com/support/pages/u ...
Posted By Ankur Agrawal Wed February 19, 2020 03:07 AM
Found In Egroup: InfoSphere Optim
\ view thread
Hi Hari, Yes CONN parameter would be same as the connection string that you would have used to create a connection to DB server i.e. ODBC DSN. ------------------------------ Ankur Agrawal ------------------------------