Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
QuestionHelp! help! Newbie... Pin
boggs28-Aug-05 15:11
boggs28-Aug-05 15:11 
AnswerRe: Help! help! Newbie... Pin
Christian Graus28-Aug-05 15:36
protectorChristian Graus28-Aug-05 15:36 
GeneralRe: Help! help! Newbie... Pin
boggs28-Aug-05 15:43
boggs28-Aug-05 15:43 
QuestionHow do I get the amount of memory an object Pin
Member 9628-Aug-05 11:37
Member 9628-Aug-05 11:37 
AnswerRe: How do I get the amount of memory an object Pin
Guffa28-Aug-05 13:27
Guffa28-Aug-05 13:27 
GeneralRe: How do I get the amount of memory an object Pin
Andy Brummer28-Aug-05 17:07
sitebuilderAndy Brummer28-Aug-05 17:07 
AnswerMarshal.SizeOf won't work Pin
Daniel Turini28-Aug-05 22:40
Daniel Turini28-Aug-05 22:40 
QuestionC# Convert Cobol Copybook data into Excel Spreadsheet Pin
dsrao28-Aug-05 11:22
dsrao28-Aug-05 11:22 
Hi All,
Can anybody help me how to convert Copybook data into Excel SpreadSheet using C# .I am new to Copy book.The copybook structure as follows.
*****Copybook1*****
05 IC-Record-ID PIC X(02)
value'IC'

05 IC-TPA-ID PIC x(06)
05 IC-Employer-ID PIC X(09)
05 IC-Plan-ID PIC x(09)
05 IC-Employee-ID PIC X(30)
05 IC-Account-Type-Code PIC X(04)
05 IC-Plan-Start-Date PIC x(08)
05 IC-Plan-End-Date PIC x(08)
05 IC-Account-Status PIC 9(01)
88 IC-Acct-New value 1.
88.IC-Acct-Active value 2.
88,IC-Acct-Temp-Inactive value 3.
88.IC-Acct-Perm-InActive value 4.
05 IC-Auto-Deposit-Last-Alloc-Dt Pic x(08)
05 IC-Flex-Account-Options Pic x(02)
88 IC-Recurr-Expense value '01'
88 IC-Copay-Rollover value '02'
05 IC-Request_Legnth Pic s9(04)COMP.
05 IC-Subscriber-Person-ID-R REDEFINES
IC-Subscriber-Person-ID Pic x(15)
10 IC-Plan-ID pic x(10)
10 IC-Plan-Status Pic x(01)
88 IC-Plan-New value '1'
88 IC-Plan-Active value '2'
*****Copybook2*****
05 RB-RB-Record-D PIC X(02)
Value'RB'.
05 RB-Employer-ID PIC X(09)
05 RB-Employee-ID PIC X(30)
05 RB-Details-Response-Code PIC X(09).
****Copybook3*****
Employee-Account-Record
05 RC-Employee-ID PIC X(02)
value'RC'
05 RC-Employer-ID PIC X(09)
05 RC-Employee-ID PIC X(30)
05 RC-Account-Type-Code PIC X(04)
05 RC-Plan-Start-Date PIC X(08)
05 RC-Plan-End-Date PIC X(08)
05 RC-Detail-Response-Code PIC(06)
Once defined above structure . I have to give input file as sequential data file and expected output as spreadsheet.

Thanks & Regards
Rao


-- modified at 18:57 Sunday 28th August, 2005
QuestionUSB Port Pin
Shahin7728-Aug-05 11:05
Shahin7728-Aug-05 11:05 
AnswerRe: USB Port Pin
eggie528-Aug-05 12:34
eggie528-Aug-05 12:34 
GeneralRe: USB Port Pin
Shahin7728-Aug-05 13:26
Shahin7728-Aug-05 13:26 
GeneralRe: USB Port Pin
eggie528-Aug-05 18:22
eggie528-Aug-05 18:22 
GeneralRe: USB Port Pin
eggie529-Aug-05 8:29
eggie529-Aug-05 8:29 
AnswerRe: USB Port Pin
Daniel Turini28-Aug-05 22:49
Daniel Turini28-Aug-05 22:49 
QuestionRegarding Crystal report Pin
just4ulove728-Aug-05 10:32
just4ulove728-Aug-05 10:32 
Questionencoding problem Pin
snouto28-Aug-05 8:34
snouto28-Aug-05 8:34 
QuestionString reverse function in c# Pin
atifciit28-Aug-05 8:25
atifciit28-Aug-05 8:25 
AnswerRe: String reverse function in c# Pin
DavidNohejl28-Aug-05 8:45
DavidNohejl28-Aug-05 8:45 
AnswerRe: String reverse function in c# Pin
Guffa28-Aug-05 8:45
Guffa28-Aug-05 8:45 
AnswerRe: String reverse function in c# Pin
28-Aug-05 8:47
suss28-Aug-05 8:47 
Questionnetwork problem Pin
snouto28-Aug-05 7:37
snouto28-Aug-05 7:37 
AnswerRe: network problem Pin
Dave Kreskowiak28-Aug-05 9:39
mveDave Kreskowiak28-Aug-05 9:39 
QuestionDetecting mouse clicks Pin
zeihou28-Aug-05 2:59
zeihou28-Aug-05 2:59 
AnswerRe: Detecting mouse clicks Pin
Mohamad Al Husseiny28-Aug-05 3:38
Mohamad Al Husseiny28-Aug-05 3:38 
QuestionShuting down the garbage collector Pin
Gilad Kapelushnik28-Aug-05 1:23
Gilad Kapelushnik28-Aug-05 1:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.