Constraint logic programming is a programming paradigm that combines features of logic programming and constraint programming. As in regular logic programming, programs are queried about the provability of a goal, which may contain constraints in addition to literals.
Questions tagged [clp]
67 questions
0
votes
1 answer
parse.com - How to set CLP from code?
I have a function on Cloud Code that generates dynamic classes. And these classes may not be accessible outside the Cloud Code(without the MasterKey).
So my question is... how to configure the CLP from Cloud Code to these new classes?
I already…

Victor Ramos
- 9
- 3
0
votes
1 answer
How to edit Parse.com users with Javascript
All I want to do is set a boolean that all the users have to false using a Javascript tool. I'm getting "Error 206: ParseUserCannotBeAlteredWithoutSessionError" when I try to do so. The user I log in as for the tool has an "Administrator" role that…

Andrew Torr
- 1,057
- 3
- 13
- 26
0
votes
0 answers
Is DB2 CLPPLUS editor able to do xquery
I am new to the CLPPlus editor and I'm trying a simple query that works if I execute it from a file like this
db2 -td% -svf C:\query.sql
and the query.sql file contains:
SELECT tx.ID,XMLQUERY('for $e in $d/Client/Address return data($e)' passing…

ChrisNic
- 11
- 3
0
votes
1 answer
Parse.com Class Level Permissions: No longer supporting operation specific permissions?
In the Parse.com Docs it clearly shows that you can edit Class Level Permissions for specific operations, Read: Get, Find; Write: Update, Create, Delete; etc.
However, when viewing the Data Browser, I am only seeing the option to allow for…

Ngz
- 180
- 6
0
votes
1 answer
How to specify filename in DB2 CLP interactive input mode?
I want to exec script.sql inside DB2 interactive input (DB2 =>)
I can only initiate db2 using krun -- db2
And for some reason krun -- db2 -vf script.sql doesn't seem to work.
Only interactive mode works for me. Help.

runkar
- 456
- 1
- 4
- 15
-1
votes
2 answers
Export a CSV file from AS400 to my pc through Cl program
I want to export a database file that is created through a query, from the AS400 machine to my pc in the form of a csv file.
Is there a way to create that connection of the AS400 and my pc through a cl program?
An idea of what I want to do can be…

Alkis Ko
- 99
- 1
- 12
-3
votes
2 answers
How to execute (batch *.clp (JESS)) from command/ .bat file
Basically i opened jess.bat then passed (batch a.clp) it works because it must.
But how to make file .bat? which will open jess.bat and then execute line:
PS
i'v tried everything
and i found other way by putting a.clp in file jess.bat:
%RUN_JAVA%…

Adam
- 1
- 1