| Author |
Message |
Topic: Unstring a field with inconsistent data |
santi.sworup
Replies: 2
Views: 2081
|
Forum: Application Programming Posted: Sun Oct 24, 2010 10:06 pm Subject: Unstring a field with inconsistent data |
Hi Guys,
I have one field REC-1 PIC X(30). It may contain inconsistent data delimited by ','.
Data can be as below.
1234,56,981764543,789654
1,234,78,2921726,6788,999,1
12345678345678123 ... |
Topic: Loosing leading Zeros in Excel file from mainframe(Cobol) |
santi.sworup
Replies: 12
Views: 15126
|
Forum: Application Programming Posted: Tue Jul 27, 2010 7:50 am Subject: Loosing leading Zeros in Excel file from mainframe(Cobol) |
yes..
The property of Excel is like if it finds a numeric value in the starting of a column, it will treat the field as numeric.
So even if we are marking the column as text in our program, the Exce ... |
Topic: Loosing leading Zeros in Excel file from mainframe(Cobol) |
santi.sworup
Replies: 12
Views: 15126
|
Forum: Application Programming Posted: Sun Jul 25, 2010 7:38 pm Subject: Loosing leading Zeros in Excel file from mainframe(Cobol) |
Hi
My code is in Mainframe COBOL. I am able to send Email with an Excel attachment successfully thru JCL. The problem is if the data is plain number.. the leading zeros are removed..
I want th ... |
| |