Get answers.  Share knowledge.  Collaborate with peers.




CPF4205 – Shared open not allowed for query

I read somewhere that inorder to hard close the cursor I have to put CLOSQLCSR as *ENDMOD instead of *ENDACTGRP . If I come out of SQL RPGLE with Close Cursor command and *INLR on, it will close the files right? Please share your thoughts on this.



View Discussion   |  May 23, 2013  5:15 AM
As400 Opnqryf command
discussed by:
RamvishakRamesh
1,950 pts.

CPF4205 – Shared open not allowed for query

Both my programs are using RCVF on that file, in that case how can I avoid DCLF? I am coming out of the RPG program with INLR on. And to add on that, am not using this file in F spec in RPG, instead it is being used inside an SQL and am making sure to close the cursor and LR = *ON while coming out.



View Discussion   |  May 23, 2013  1:41 AM
As400 Opnqryf command
discussed by:
RamvishakRamesh
1,950 pts.

Ethernet Network

The encoding and modulation are not the same thing. Modulation is the changes made on the physical media to be detected at the following end, encoding is how you use those changes to represent the data.

Ethernet on twisted pair (including cat5) uses Pulse amplitude modulation. Have a look at this white paper on the Cisco site.
http://www.cisco.com/global/EMEA/sitewide_assets/pdfs/realbroadband/gigabit_ethernet_over_copper_white_paper.pdf



View Discussion   |  May 22, 2013  6:27 PM
Networking
discussed by:
BlankReg
12,265 pts.

CCNA Question

The scenario answer is based on a /30 mask. Your answer is correct for the subnets, based on the /28 mask. The IP addresses allocated to the interfaces are not correct, as this is supposed to be “the last available Ip address on the appropriate subnet”. You have put the first address, which is the subnet network address, and can not be used for the interfaces. I would recommend you review this, and correct your answer for the interfaces.



View Discussion   |  May 22, 2013  5:47 PM
IP Addresses, Subnet, Subnetting
discussed by:
BlankReg
12,265 pts.

CPF4205 – Shared open not allowed for query

Oh, now it will

What I was suggesting ,, no DCLF in the first level programs

PgmCL1
OVRDBF
OPNQRY
Call PgmCL2
CLOF
DLTOVR

OVRDBF
OPNQRY
Call PgmCL2
CLOF
DLTOVR
EndPgm



View Discussion   |  May 22, 2013  5:18 PM
As400 Opnqryf command
discussed by:
philpl1jb
44,180 pts.

CPF4205 – Shared open not allowed for query

Sorry, it’s not that we’ve abandoned you .. but the system will not process my discussion responses.



View Discussion   |  May 22, 2013  5:12 PM
As400 Opnqryf command
discussed by:
philpl1jb
44,180 pts.

SQLCOD 30 error

What you’ve shown us should work.
What you haven’t shown us is the SQL Select
.. This must either be a Select * or select fld1, fld2 .. all fields in original order.
Finally the version of the file used in the Select must have the same fields as the one used when compiling.



View Discussion   |  May 22, 2013  2:10 PM
AS400 SQLRPGLE
discussed by:
philpl1jb
44,180 pts.

CPF4205 – Shared open not allowed for query

DCLF File(xxx)
Ovrdbf File(xxxx) Share(*Yes) Secure(*Yes)
Opnqryf File((T00210)) QrySlt(‘AAAUS *GT “111″ +
*And AAAUS *LE “222″‘)

1. DCLF File(xxx) in both programs may not be necessary.
This declaration is used in cl programs that use the rcvf to read the file.

2. I assume that T00210 in your sample is xxx an error in editing the question.

3. Clof Opnid(XXX) DltOvr File(XXX) might not act as expected if the RPG program fails to close the file (usually putting on *INLR)



View Discussion   |  May 22, 2013  1:50 PM
As400 Opnqryf command
discussed by:
philpl1jb
44,180 pts.

Can I move a data structue(along with positional-values) into a Data area of same length.

Yes, just as you used IN to get the data area contents, use OUT to update the data area.
If you are not familiar to how this is done, see the RPG Reference manual.



View Discussion   |  May 22, 2013  12:21 PM
AS/400, RPG/400
discussed by:
CharlieBrowne
32,855 pts.

DATAAREA

You can use RPG to retrieve and/or up[date the contents of a *DTAARA
If you have not done this before, look in the RPG reference manual and scan for DTAARA



View Discussion   |  May 22, 2013  12:14 PM
AS 400, Data Area, RPGLE
discussed by:
CharlieBrowne
32,855 pts.

CL opnqryf question

Tom,Could you please suggest any solution other than OPNQRYF? OS version is V5R4



View Discussion   |  May 22, 2013  5:05 AM
AS400 Command
discussed by:
RamvishakRamesh
1,950 pts.

what is an instruction register?

Searches through Google (or your favorite search provider) will give plenty of results. This appears to be an academic kind of question that we can’t provide direct answers for. If you post the answer that you think is right or that is as close as you can get, we can provide guidance. But we can’t simply give you the answers.
.
Tom



View Discussion   |  May 22, 2013  4:23 AM
INSTRUCTION SET ARCHITECTURE
discussed by:
TomLiotta
108,055 pts.

Microsoft Office Starter Excel

Please don’t start new questions when you already have the same question open. It makes it difficult to follow what has already been said.
.
Tom



View Discussion   |  May 22, 2013  4:19 AM
Microsoft Excel 32 bit
discussed by:
TomLiotta
108,055 pts.

StartDates

Since Actuate (Spreadsheet) works over Excel spreadsheets rather than over any real “database”, it’s hard to guess what dialect of SQL would be used. There are numerous potential variations. I’d think first of a form that’s compatible with Microsoft Access, then with SQL Server, and finally with actual standard SQL.
.
Tom



View Discussion   |  May 22, 2013  4:17 AM
Database Management Systems
discussed by:
TomLiotta
108,055 pts.

Microsoft Office

Please don’t start new questions when you already have the same question open. It makes it difficult to follow what has already been said.

Tom



View Discussion   |  May 22, 2013  2:14 AM
Office Starter Excel
discussed by:
TomLiotta
108,055 pts.

Microsoft Excel 32 bit

If you have the Office Starter package, what directory has the starter Excel version in it? If the accounting product looks for a specific directory structure, it probably won’t know how to locate a ‘starter’ version unless the directory structure matches the full Excel product path.
.
The Support group for your accounting product might be the only ones who can help you.
.
Tom



View Discussion   |  May 22, 2013  2:13 AM
Excel 32 bit
discussed by:
TomLiotta
108,055 pts.

CL opnqryf question

Because EOF has been reached, POSDBF won’t work. Without knowing the OS version and the programming, breaking it into sub-programs is about as much as can be said. — Tom



View Discussion   |  May 21, 2013  11:11 PM
AS400 Command
discussed by:
TomLiotta
108,055 pts.

Ethernet Network

you can only use the word modulation when you are talking about the RF kinks such as terrestrial microwaves for instances 16 QA M, QPSK and so on. But in the context of Ethernet Network, in standard and modernity we use Cat5 cable as a transmission medium.



View Discussion   |  May 21, 2013  10:12 PM
Networking
discussed by:
patrickScott12
105 pts.

Download software

You should be able to run 32-bit Excel on 64-bit Windows just fine.



View Discussion   |  May 21, 2013  8:11 PM
Microsoft Excel, Windows Home Premium
discussed by:
KevinBeaver
10,840 pts.

E Machines laptop shuts off and on re[eatedly.

Sounds like you have a hardware failure such as memory, motherboard, or power supply.



View Discussion   |  May 21, 2013  8:10 PM
Emachines starting and stopping
discussed by:
KevinBeaver
10,840 pts.