What's your Ctrl+V?

Page 6 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Saint Nick

Lifer
Jan 21, 2005
17,722
6
81
SELECT PJL.CHARTFIELD1 AS LOCATION,
PJL.chartfield2 as RES,
PJL.deptid as RSP,
SUM (PJL.MONETARY_AMOUNT) AS TOTAL,
PJH.ACCOUNTING_PERIOD AS PER,
PJH.FISCAL_YEAR AS YR,
ACTIVITY_ID as ORD,
PJL.ACCOUNT AS ACCT
FROM PSF9_Y.PS_JRNL_LN PJL, PSF9_Y.PS_JRNL_HEADER PJH
/* Joins */
WHERE PJL.JOURNAL_DATE = PJH.JOURNAL_DATE
AND PJL.BUSINESS_UNIT = PJH.BUSINESS_UNIT
AND PJL.JOURNAL_ID = PJH.JOURNAL_ID
AND PJH.JRNL_HDR_STATUS = 'P'
AND PJL.CLOSING_STATUS <> 'C'
AND ( PJL.CHARTFIELD1 LIKE 'JS%'
OR PJL.CHARTFIELD1 LIKE 'NC%'
OR PJL.CHARTFIELD1 LIKE 'NO%'
OR PJL.CHARTFIELD1 LIKE 'CC%'
OR PJL.CHARTFIELD1 LIKE 'SC%')
AND PJH.ACCOUNTING_PERIOD <= '12'
AND ( PJL.ACCOUNT BETWEEN '500' AND '515'
OR PJL.ACCOUNT BETWEEN '546' AND '554'
OR PJL.ACCOUNT LIKE '9%')
AND PJL.ACCOUNT <> '501'
AND PJL.ACCOUNT <> '547'
AND PJH.FISCAL_YEAR = '&year'
AND PJL.ACTIVITY_ID = ' '
GROUP BY PJL.CHARTFIELD1,
PJL.chartfield2,
PJL.deptid,
PJL.ACTIVITY_ID,
PJH.ACCOUNTING_PERIOD,
PJH.FISCAL_YEAR,
PJL.ACCOUNT
ORDER BY ACCOUNT
 

HopJokey

Platinum Member
May 6, 2005
2,110
0
0
..I didn't know Netflix buys content from cable companies..

..could you cite and example?..

..thanks..
 

Rubycon

Madame President
Aug 10, 2005
17,768
485
126
Open/accelerometer card open/seek/general
reading/anti©recycle/missing operand/out of range/illegal access sequence/password not valid/user
file missing/protect/lockout/auto drain/air pressure high/upper vtu exceeded/wobble ring/lower vtu
exceeded/thrust bearing/ssmsc command/power input past prg peak/over amps/phase inputs
inverted/autocorrelation servo/input past end/pre©prg limit +/pre©prg limit ©/infrasonic xmitr
 

AFurryReptile

Golden Member
Nov 5, 2006
1,998
1
76
Some of your guy's pastes are honestly making me hate my job a lot less than I thought I did. I don't think I could go hours staring at code without breaking something fragile in frustration.


Edit: My Ctrl+V for today

v=spf1 include:eek:utlook.com ~all
 

AdamK47

Lifer
Oct 9, 1999
15,782
3,606
136
do {

x++;

lr_think_time(10);

/* Registering parameter
// {ILSessionID} = ""
// */

web_reg_save_param("ILSessionID",
"LB/IC=SH_SYSTEM_SESSION_ID'] = '",
"RB/IC='",
"Ord=1",
"Search=Body",
"RelFrameId=1",
"Notfound=Empty",
LAST);

/* Registering parameter
// {CaseID} = ""
// */

web_reg_save_param("CaseID",
"LB/IC=CS_CASE_ID'] = '",
"RB/IC='",
"Ord=1",
"Search=Body",
"RelFrameId=1",
"Notfound=Empty",
LAST);

web_submit_data("poll.do_3",
"Action=http://{Host}/poll.do?mwid=window.parent&usersessid={userSessionId}&dom=0&activetime=0&inactivetime=0&wrapuptime=0&loginreadytime=0&loginnotreadytime=11",
"Method=POST",
"RecContentType=text/html",
"Referer=http://{Host}/poll.do?mwid=window.parent&usersessid={userSessionId}&dom=0&activetime=0&inactivetime=0&wrapuptime=0&loginreadytime=0&loginnotreadytime=6",
"Snapshot=t102.inf",
"Mode=HTTP",
ITEMDATA,
"Name=logInfo", "Value=", ENDITEM,
LAST);

lr_output_message("The time is %s",lr_eval_string("{Time}"));
lr_output_message("Loop number %x and internal list session %s.", x, lr_eval_string("{ILSessionID}"));

} while ((strlen(lr_eval_string("{ILSessionID}")) < 1) && x<50);

if (x==50 && (strlen(lr_eval_string("{ILSessionID}")) < 1)) {
lr_error_message("No internal list session obtained for user session %s.", lr_eval_string("{userSessionId}"));
}
 

KeithTalent

Elite Member | Administrator | No Lifer
Administrator
Nov 30, 2005
50,231
118
116
New York Mets win the world series 100-to-1

Chainsaw Injury: 4,464-to-1

Fireworks Injury: 19,556-to-1

Date a Supermodel: 88,000-to-1

Struck by Lightning 576,000-to-1

Suffocate in Bed 2,000,000-to-1

Killed by Lightning 2,320,000-to-1

Killed Using a Right-Handed Product (If You're Left-Handed) 7,000,000-to-1

Killed by the Escape of Radiation From a Nearby Nuclear Power Station 10,000,000-to-1

Dying in a Plane Crash 11,000,000-to-1

KT
 

zinfamous

No Lifer
Jul 12, 2006
111,860
31,346
146
New York Mets win the world series 100-to-1

Chainsaw Injury: 4,464-to-1

Fireworks Injury: 19,556-to-1

Date a Supermodel: 88,000-to-1

Struck by Lightning 576,000-to-1

Suffocate in Bed 2,000,000-to-1

Killed by Lightning 2,320,000-to-1

Killed Using a Right-Handed Product (If You're Left-Handed) 7,000,000-to-1

Killed by the Escape of Radiation From a Nearby Nuclear Power Station 10,000,000-to-1

Dying in a Plane Crash 11,000,000-to-1

KT

so you're telling me there's a chance...

Screen+shot+2010-07-11+at+7.42.00+PM.png