Since 4/5/2012 6:09:33 AM, skondro has written 10 articles and participated in 6 conversations. skondro signature: skondro
skondro's articles:
Items(10) /1
Virtualization disk partitions0137 (4/1/2010 7:35:21 PM) comp.os.linux.advocacy I am newbee in field of virtualization, my question is: If I create
Logical Volume from several partitions from different PC s, what will
happend if one of this partition go down (someone shut down PC where
... explorer
network documentation5125 (12/14/2008 11:30:22 AM) comp.dcom.sys.cisco Hello, what is content of network documentation? I read many documents but there is nothing like most common check list for content of that documentation, and specialy I am interested how to document Telecommun... explorer
duplicate values415 (10/13/2008 6:42:14 AM) comp.soft-sys.sas Hello, well I must say that this is place where everyone can learn. Ok this is my problem. I have data like user ID Name product price 1 Joe TRP 12,00 2 Max SOF ... explorer
compare values121 (10/11/2008 9:06:32 AM) comp.soft-sys.sas Hello, I am looking for advice with this problem. I have dataset with this column studentID, courseID, Test_Date, Test_Pass_Date, period Test_Date is date when exam is scheduled I have several observation fo... explorer
problem with date conversion320 (10/6/2008 9:00:44 PM) comp.soft-sys.sas Hello I have problems with formating date value. I imported database from access, and I have table in SAS imported. In this table i have variable calles Datum (this is date value) in format like "17JUN2004:00... explorer
CCNA ICND0105 (10/1/2008 6:42:00 PM) comp.dcom.sys.cisco Hello, I am looking for some advice regarding ACL, i read some materials, cisco official preperation books and so on, but I am still little unsecure when I have to decide where to set that list. So is there so... explorer
Count variables127 (9/19/2008 9:07:46 AM) comp.soft-sys.sas Hello, I need help how to count variables I have table with this columns studentID | Course_title | ExaminationDate | PassDate | Mark | 1 OEK 15.02.2007 1 OEK 15.... explorer
sorting data #2123 (9/15/2008 12:18:10 PM) comp.soft-sys.sas Hello, I have table with this rows StudentID | CourseID | CourseName | Mark | PassingDay | ExamDay | how can I find out how many students take exam on some terms of some Course, I need answer like on that da... explorer
arrange data #2319 (9/10/2008 10:23:01 AM) comp.soft-sys.sas Hello, I have problem with combine 2 tables, let me explain one table repeseent exam terms studentId | course Id | course name | exam day | second table is exam marks studentId | course Id | pass day | mark... explorer
arrange data428 (6/15/2007 12:24:58 PM) comp.soft-sys.sas Hello I have dataset like this studentID CourseID numberOfAttempt 1 1 5 1 2 8 2 1 3 ... explorer
skondro's replies:
Items(6) /1
arrange data428 (6/15/2007 12:24:58 PM) comp.soft-sys.sas Hello I have dataset like this studentID CourseID numberOfAttempt 1 1 5 1 2 8 2 1 3 ... skondro(16)
arrange data #2319 (9/10/2008 10:23:01 AM) comp.soft-sys.sas Hello, I have problem with combine 2 tables, let me explain one table repeseent exam terms studentId | course Id | course name | exam day | second table is exam marks studentId | course Id | pass day | mark... skondro(16)
Re: Count variables125 (9/19/2008 1:51:18 PM) comp.soft-sys.sas You can use SQl also : proc sql ; select Course_title, sum(studentID) as tot from your_data group by Course_title ; quit ; On Fri, Sep 19, 2008 at 5:07 AM, explorer wrote: > Hello, I need help how to count ... sudip.memphis(109)
problem with date conversion320 (10/6/2008 9:00:44 PM) comp.soft-sys.sas Hello I have problems with formating date value. I imported database from access, and I have table in SAS imported. In this table i have variable calles Datum (this is date value) in format like "17JUN2004:00... skondro(16)
Re: compare values124 (10/11/2008 4:03:23 PM) comp.soft-sys.sas So you have students who have passed the test without ever beeing scheduled to write it? Did they use a kind of joker for that? or are that simply data-errors? What do you want to do with that? Delete them? Fo... gerhard.hellriegel(2531)
duplicate values415 (10/13/2008 6:42:14 AM) comp.soft-sys.sas Hello, well I must say that this is place where everyone can learn. Ok this is my problem. I have data like user ID Name product price 1 Joe TRP 12,00 2 Max SOF ... skondro(16)