Author |
Message |
Topic: Question on INSPECT |
rekuth123
Replies: 4
Views: 2178
|
Forum: Application Programming Posted: Mon Jul 18, 2005 5:49 pm Subject: Question on INSPECT |
Hi Seeker,
Thanks for your response.
My input case: ws-chr-vl-typ-nm - PIC X(40)
1. 0 to 4.99 Milligrams
Retrieve 0 and move it to ws-chr-mnm-vl - 9(04)v9(3)
and move 4.99 to ws-chr-mxm- ... |
Topic: Question on INSPECT |
rekuth123
Replies: 4
Views: 2178
|
Forum: Application Programming Posted: Mon Jul 18, 2005 11:23 am Subject: Question on INSPECT |
Can some one help me with this problem ASAP. Thanks in advance. |
Topic: Question on INSPECT |
rekuth123
Replies: 4
Views: 2178
|
Forum: Application Programming Posted: Mon Jul 18, 2005 9:43 am Subject: Question on INSPECT |
I have an alphanumeric field defined as PIX x(40) and it's value is '0 to 4.99 Grams'.
After doing the UNSTRING on this input value I want to retrieve 0 and 4.99
and I'm moving it to a WS-TEST-FIE ... |
Topic: Question on Parsing - Urgent |
rekuth123
Replies: 7
Views: 2785
|
Forum: Application Programming Posted: Thu Jul 14, 2005 3:20 pm Subject: Question on Parsing - Urgent |
Hi Kolusu/Bithead
Thanks to both of you.The logic you have provided is really good and it's working fine.
But for the below case
Input :
0 to 4.99 Milligrams - In this case it has to retrie ... |
Topic: Question on Parsing - Urgent |
rekuth123
Replies: 7
Views: 2785
|
Forum: Application Programming Posted: Wed Jul 13, 2005 9:11 am Subject: Question on Parsing - Urgent |
Hi Bithead,
Thanks for your response. |
Topic: Question on Parsing - Urgent |
rekuth123
Replies: 7
Views: 2785
|
Forum: Application Programming Posted: Tue Jul 12, 2005 3:01 pm Subject: Question on Parsing - Urgent |
Sorry. I think I should have been little bit clear.
A5.CHR_VL_TYP_NM (Character Value Type Name) is the field name
and I need to process the different values (3 GRAM, 30 to 200 Mg etc)available fo ... |
Topic: Question on Parsing - Urgent |
rekuth123
Replies: 7
Views: 2785
|
Forum: Application Programming Posted: Tue Jul 12, 2005 1:30 pm Subject: Question on Parsing - Urgent |
Case: I
A5.CHR_VL_TYP_NM 3 GRAM
In this case I want to retrieve 3
Case: II
A5.CHR_VL_TYP_NM 30 TO 200 MILLIGRAM
In this case I want to retrieve 30 and 200
C ... |
|