<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss">
<channel>
<title>Recent Questions - Developers Minds - Programs Scripts Tips Solutions</title>
<link>http://developermindz.com/rss/recent</link>
<description>Recent Questions</description>
<item>
  <title>how to eliminated duplicate row in flat file</title>
  <link>http://developermindz.com/erp-questions-issues-scripts-tips-forum/how-to-eliminated-duplicate-row-in-flat-file_10</link>
  <description>
    <![CDATA[inbound process when i read data from file and insert into  database at that time if flat file content three rows of single emplid then how insert single row ?<br><br>Asked By: <a href="http://developermindz.com/member/13/jyoti ">jyoti </a><br />on 18-04-2012<br>Category: ERP<br>Views: 27 | Answers: 0<br/><br/><br /><hr>    ]]>
  </description>
  <author>jyoti </author>
</item>
<item>
  <title>how many keys are inserted into  particular record?</title>
  <link>http://developermindz.com/people-soft-questions-issues-scripts-tips-forum/how-many-keys-are-inserted-into--particular-record?_9</link>
  <description>
    <![CDATA[<br><br>Asked By: <a href="http://developermindz.com/member/9/venkat">venkat</a><br />on 29-03-2012<br>Category: PeopleSoft<br>Views: 27 | Answers: 0<br/><br/><br /><hr>    ]]>
  </description>
  <author>venkat</author>
</item>
<item>
  <title>sending that code now</title>
  <link>http://developermindz.com/people-soft-questions-issues-scripts-tips-forum/sending-that-code-now_8</link>
  <description>
    <![CDATA[begin-program
   do main
end-program
begin-procedure main
   let state_error y
   while  state_listy
   input state_list
  enter a list of comma separate  state code (nztese)
   let state_list rtrim(state_list  )
if  state_list   
   show incorrect input
else
   let state_error  n
   do build_where
   if state_error  n
      do get_employees
   else
      show  invalid state plesee re-enter 
end-if
end-if
end-while
end-procedure
begin-procedure build_where
   let where bstate in ( 
   let length  length(state_list)
   let start  1
   let quote    
   let comma    
while length  0
         let sti  substr(state_list start2)
         do state_lookup
if state_error  y         
          break
end-if
   let where  where ||quote || sti || quote
   let comma  
   let start  start  3
   let length  length - 3
end-while
let where  where || )
   show where   where
end-procedure
begin-procedure get_employees
begin-select on-errorinvaild_select
aemplid
ahire_dt
bname
bstate
  show aemplid in bstate
from ps_job a ps_personal_data b
where aemplidbemplid
and atermination_dt is null
and where
end-select
end-procedure
begin-procedure invaild_select
show error is select statementcheck your where clause  where 
end-procedure 
begin-procedure state_lookup
let state_errory
begin-select
state 
    let state_errorn
from ps_state_names_tbl
    where statesti
end-select
end-procedure
<br><br>Asked By: <a href="http://developermindz.com/member/8/rasulshaik">rasulshaik</a><br />on 27-03-2012<br>Category: PeopleSoft<br>Views: 34 | Answers: 0<br/><br/><br /><hr>    ]]>
  </description>
  <author>rasulshaik</author>
</item>
<item>
  <title>we are try to develope a sqr by using dynamic query variable but unable to get it?</title>
  <link>http://developermindz.com/people-soft-questions-issues-scripts-tips-forum/we-are-try-to-develope-a-sqr-by-using-dynamic-query-variable-but-unable-to-get-it?_7</link>
  <description>
    <![CDATA[<br><br>Asked By: <a href="http://developermindz.com/member/8/rasulshaik">rasulshaik</a><br />on 27-03-2012<br>Category: PeopleSoft<br>Views: 45 | Answers: 1<br/><br/><br /><hr>    ]]>
  </description>
  <author>rasulshaik</author>
</item>
<item>
  <title>what is the significance of process instancewhile processing any reports or programs in batch-mode how system knows to generate unique id(process-instance) </title>
  <link>http://developermindz.com/people-soft-questions-issues-scripts-tips-forum/what-is-the-significance-of-process-instancewhile-processing-any-reports-or-programs-in-batch-mode-how-system-knows-to-generate-unique-id(process-instance)-_6</link>
  <description>
    <![CDATA[<br><br>Asked By: <a href="http://developermindz.com/member/9/venkat">venkat</a><br />on 23-03-2012<br>Category: PeopleSoft<br>Views: 46 | Answers: 1<br/><br/><br /><hr>    ]]>
  </description>
  <author>venkat</author>
</item>
<item>
  <title>which events not fire in component interface</title>
  <link>http://developermindz.com/people-soft-questions-issues-scripts-tips-forum/which-events-not-fire-in-component-interface_5</link>
  <description>
    <![CDATA[<br><br>Asked By: <a href="http://developermindz.com/member/7/JYOTI RANJAN PATI">JYOTI RANJAN PATI</a><br />on 21-03-2012<br>Category: PeopleSoft<br>Views: 43 | Answers: 1<br/><br/><br /><hr>    ]]>
  </description>
  <author>JYOTI RANJAN PATI</author>
</item>
<item>
  <title>can anybody explain how does online payment through credit card works? how can one integrate such features in website? </title>
  <link>http://developermindz.com/web-design-questions-issues-scripts-tips-forum/can-anybody-explain-how-does-online-payment-through-credit-card-works?-how-can-one-integrate-such-features-in-website?-_4</link>
  <description>
    <![CDATA[<br><br>Asked By: <a href="http://developermindz.com/member/4/redkar.abhijit2008@gmail.com">redkar.abhijit2008@gmail.com</a><br />on 08-03-2012<br>Category: Web Design<br>Views: 34 | Answers: 0<br/><br/><br /><hr>    ]]>
  </description>
  <author>redkar.abhijit2008@gmail.com</author>
</item>
<item>
  <title>help with reflection problem in java</title>
  <link>http://developermindz.com/java-questions-issues-scripts-tips-forum/help-with-reflection-problem-in-java_3</link>
  <description>
    <![CDATA[being new at java programming please bear with me 

using reflection i run into a problem i hope someone can help me with


field f  someclassgetdeclaredfield(fieldname)
fsetaccessible(true)
object fieldvalue  fget(someclass)

this is possible but what if i dont want to use object but cast the result of fget to a class but this class is unknown till runtime is that possible to do and how should it be done?

class x  anotherclassnewinstance()
x objectx  (x) fget(someclass)


any help?<br><br>Asked By: <a href="http://developermindz.com/member/3/coder">coder</a><br />on 19-01-2012<br>Category: Java<br>Views: 102 | Answers: 0<br/><br/><br /><hr>    ]]>
  </description>
  <author>coder</author>
</item>
<item>
  <title>how memory allocation is done in cstring ?</title>
  <link>http://developermindz.com/c-language-questions-issues-scripts-tips-forum/how-memory-allocation-is-done-in-cstring-?_2</link>
  <description>
    <![CDATA[i am trying to understand how the memory allocation is done in cstring of c program <br><br>Asked By: <a href="http://developermindz.com/member/1/Ramesh Chinta">Ramesh Chinta</a><br />on 15-01-2012<br>Category: C Language<br>Views: 93 | Answers: 1<br/><br/><br /><hr>    ]]>
  </description>
  <author>Ramesh Chinta</author>
</item>
<item>
  <title>system test plan template</title>
  <link>http://developermindz.com/testing-questions-issues-scripts-tips-forum/system-test-plan-template_1</link>
  <description>
    <![CDATA[hi 

i am looking for the same of system test plan template pls let me know if you can share some

thanks
ramesh<br><br>Asked By: <a href="http://developermindz.com/member/1/Ramesh Chinta">Ramesh Chinta</a><br />on 15-01-2012<br>Category: Testing<br>Views: 82 | Answers: 0<br/><br/><br /><hr>    ]]>
  </description>
  <author>Ramesh Chinta</author>
</item>
</channel>
</rss> 
