I am getting five sources in a day and i donot know when i get them. i need to load data into the target and run the session. but here i can't keep the session in running or can't stop the session. plz help me
6 11358Post New Mastek Informatica Interview Questions
What are the features discontinued in exchange 2013 when compared with exchange 2010?
Explain about ACID transactions in Hive?
What is difference between destructor and finalize?
For a stable system, where should the poles of a system be in a root loci plot?
What are the main challenges of internet of things (iot)?
Explain how to identify the ip class of a given ip address?
How you can remove a rule from security group?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
If hired, what do you believe would be your role and responsibility at Amazon?
Can I share my data with other jobs? How?
What is event in asp.net?
what is valuation code and valuation modifier in sap fico
Explain triggers?
what is the use of sdf?
Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it