Search Results

Search: Posts Made By: Anusha_Reddy
12,403
Posted By Anusha_Reddy
The file is a fixed width without any filed...
The file is a fixed width without any filed seperator.
The file is not huge approximatly 20k records.
From packed to normal format should be proper ie., we should not remove any signs..
12,403
Posted By Anusha_Reddy
Yes the CDATE-EVENT and TIME-EVENT, are the sub...
Yes the CDATE-EVENT and TIME-EVENT, are the sub fields in EVENT-DATA.
12,403
Posted By Anusha_Reddy
Hi, Filler contains only spaces and this...
Hi,

Filler contains only spaces and this is just to make sure the length of the record is same irrespective of the EVENT_TYPE.

Date and TIME are packed decimals and there is nothing that we...
12,403
Posted By Anusha_Reddy
Thanks alot. My File Layout is: ...
Thanks alot.

My File Layout is:
SEGMENT-LENGTH PIC S9(4).
CLIENT-NUM PIC 9(04).
APPLICATION-NUM PIC X(12).
...
12,403
Posted By Anusha_Reddy
Thanks for the reply. Can i have the perl...
Thanks for the reply.
Can i have the perl script which does the conversion from packed decimal to normal format
12,403
Posted By Anusha_Reddy
Ebcidic to ASCII (Packed decimals are there)
I have a input file which is EBCIDIC and it has packed decimals.
Can anyone help me to convert EBCIDIC file to ASCII(Need to convert even Packed decimal values also to normal format)
1,101
Posted By Anusha_Reddy
Removal of a tag in the xml which occurs mutiple times
Hi,

The tag can occur multiple times.

I want to remove entire <SeqNum>..</SeqNum> from each line, regardless the values with in this tag. for each line value inside these tags could be...
19,183
Posted By Anusha_Reddy
Hi, The output i am getting is below: ...
Hi,

The output i am getting is below:

list=356 677 899 123 567 123 098 128

But I need output like this:

list='356','677',6780','900'

So can you suggest how to get output like this.
...
19,183
Posted By Anusha_Reddy
How to fetch data from oracle in unix shell script
Hi,

How to fetch data from oracle database in unix shell scripting.

list=`sqlplus -s ds_user/dsuser@EMI <<EOF
set feedback off
set serveroutput on
set heading off
set pagesize 0
set tab...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 04:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy