Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Showing 69,183 post(s) for last 3 months sorted by relevance in any language |Show tools...
Chumbysphere Forum - Proc Topic: proc entry usage...  Open this post in new window
... polluted with: [ 3731.440000] imxfb_proc_write_enable [ 3731.450000] imxfb...: already enabled [ 3761.780000] imxfb_proc_write_enable [ 3761.790000] imxfb...: already enabled [ 3822.160000] imxfb_proc_write_enable [ 3822.170000] imxfb..., and couldn't find anything in /proc/PID/fd/* that looked relevant... of strace calls grepping for /proc/driver/imxfb and found out... embedded systems, I'm wondering why proc entries are used for real...
http://forum.chumby.com/viewtopic.php?id=4220#p23822

SAS Discussion Forums - Proc Re: Removing some column headers in PROC REPORT when using ACROSS option  Open this post in new window
... an ENTIRE row of blanks, PROC REPORT will suppress that row... file='scrunch.html' style=sasweb; proc report data=stuff nowd; title...; total = _c2_ - _c3_; endcomp; run; proc report data=stuff nowd; title...; total = _c2_ - _c3_; endcomp; run; proc report data=stuff nowd; title...
http://support.sas.com/forums/thread.jspa?threadID=7805&tstart=0#28712

SAS Discussion Forums - Proc Major ticks in PROC GCHART  Open this post in new window
...Hi, I am using PROC GCHART to create a vertical bar... major ticks marks in a PROC GCHART (when i use the same axis define in a PROC GPLOT there's not problem), and...=( HEIGHT=9pt "" ) VALUE=(HEIGHT=9pt); PROC GCHART DATA=A; VBAR MONTH...
http://support.sas.com/forums/thread.jspa?threadID=7819&tstart=0#28685

Discussions in microsoft.public.excel.programming - Proc RE: vbext_pk_Proc and vbext_pk_Get in Class Modules in microsoft.public.excel.programming  Open this post in new window
... DI > Debug.Print "---------------------" > Debug.Print "PROC:", .ProcName > Debug.Print "---------------------" > Debug.Print... > >> > >> NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) > >> > >> if you are SURE that... not equal to > >> vbext_pk_Proc. > >> > >> Cordially, > >> Chip Pearson > >> Microsoft Most...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...
Discussions in microsoft.public.excel.programming - Proc RE: vbext_pk_Proc and vbext_pk_Get in Class Modules in microsoft.public.excel.programming  Open this post in new window
... >> >> NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) >> >> if you are SURE that... not equal to >> vbext_pk_Proc. >> >> Cordially, >> Chip Pearson >> Microsoft Most... >> > ProcName = .ProcOfLine(myStartLine, vbext_pk_Proc) >> > NumLines = .ProcCountLines(ProcName, vbext_pk...: >> >NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) >> > >> >I know from Chip Pearson's...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...
Discussions in microsoft.public.excel.programming - Proc RE: vbext_pk_Proc and vbext_pk_Get in Class Modules in microsoft.public.excel.programming  Open this post in new window
... > > NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) > > if you are SURE that... not equal to > vbext_pk_Proc. > > Cordially, > Chip Pearson > Microsoft Most... > > ProcName = .ProcOfLine(myStartLine, vbext_pk_Proc) > > NumLines = .ProcCountLines(ProcName, vbext_pk...: > >NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) > > > >I know from Chip Pearson's...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...
Discussions in microsoft.public.excel.programming - Proc RE: vbext_pk_Proc and vbext_pk_Get in Class Modules in microsoft.public.excel.programming  Open this post in new window
... > > NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) > > if you are SURE that... not equal to > vbext_pk_Proc. > > Cordially, > Chip Pearson > Microsoft Most... > > ProcName = .ProcOfLine(myStartLine, vbext_pk_Proc) > > NumLines = .ProcCountLines(ProcName, vbext_pk...: > >NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) > > > >I know from Chip Pearson's...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...
Discussions in microsoft.public.excel.programming - Proc RE: vbext_pk_Proc and vbext_pk_Get in Class Modules in microsoft.public.excel.programming  Open this post in new window
... NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) if you are SURE that... not equal to vbext_pk_Proc. Cordially, Chip Pearson Microsoft Most... > ProcName = .ProcOfLine(myStartLine, vbext_pk_Proc) > NumLines = .ProcCountLines(ProcName, vbext_pk...: >NumLines = .ProcCountLines(ProcName, vbext_pk_Proc) > >I know from Chip Pearson's...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...
Discussions in microsoft.public.sqlserver.programming - Proc RE: Using .NET Assembly as stored proc in microsoft.public.sqlserver.programming  Open this post in new window
... DataTable from a .NET stored proc or function, but, in addition... time in a SQLCLR stored proc, you've just "reinvented" your cursor... temp table created inside a proc goes out of scope on... being used for a stored proc? Windows >> integrated security is not... DataTable back to a stored >> proc to be return to the...) can the .NET Assembly stored proc >> INSERT INTO the temp table...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...
www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.sqlserver.server - Proc RE: 2 result sets and stored proc in microsoft.public.sqlserver.server  Open this post in new window
...., Create two #Temp tables in proc 2, populate those #Temp tables... 1, process #Temp tables in proc 2. #Temp tables are connection... seperate connections are running the proc simultaneoulsy. Example with on #Temp... values (3,4) go create proc dbo.p2 as create table... * from #dfgh go print 'call proc...' go exec dbo.p2... and use those > results sets in proc 2. > > Thank you, > T...
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=mi...

Posting activity on Proc: