OPENSEQ TEMP.FILE1 to temp_file1 else READSEQ... WRITESEQ CLOSESEQ...
On 7 May 2013 16:37, Sathya <[email protected]> wrote: > Hi all,.. > > Im getting the below error while running my code,..Can someone please help > me with this issue? > > Illegal use of the file, select, cursor, BCI, Socket, HTTP, XML, SCTX ,MQS, > SOAP or database variable. > > Code snippet : > > OSOPEN TEMP.FILE1 TO temp_file1 ELSE STOP "CAN Not find file" > > READ DATA FROM temp_file1 ELSE STOP "Can not find temp filename" > > Where TEMP.FILE1 is something like "Filepath/filename.txt". Its a text file > in the server and I want to read the contents and do some comparison. > > TIA, > Sathya V. > > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
