when this error ocuurs in openqry file
'OPNID(BANKPF) for file BANKPF already exists.'?
Answers were Sorted based on User's Feedback
Answer / arjun
Default, the OPEN Parameter (OPNID) takes file name as OPNID. But here you are using same name as again. That's why it is showing error...........Try it with other name....IT Definitely work.....Thank you
| Is This Answer Correct ? | 2 Yes | 1 No |
how do you know that records are locked?
Can anybody please tell me what is difference between SQL (STRSQL ) and WRKQRY .....?
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
when you are defining a flat file in your program in f specs which format will you specify?
What is library is as400? What are the types of library?
What is the purpose of Level Check parameter in a Physical file?
Please give me the code for A=A+1 in cl program?
how to develop some simple graphs (bar charts) using just html?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
How to convert a spool file to PDF file in AS400?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
Can be OVRDBF command mentioned after OPNQRYF command in CL?