CL/400 - I want to know about QRYSLT(Please see below explanation)
Hi,I am not well versed with code in CL/400, i know the concepts.I want to know what is he doing in the below code. e.g usibng the symbols '|>' and '||' and '<|'IF COND(&TODUE7 *NE '0000000') THEN(DO)CHGVAR VAR(&QRYSL) VALUE(&QRYSL |> ' *AND (ODUDT *GE + ...
View Answer
| Jun 5 2008 3:45 PM GMT
| asked by
Svankipu
CL/400, QRYSLT, OPNQRYF
RCVF In CL
I am using nested RCVF to read PF's in a CL program. The second iteration of the inner loop does not happen because the pointer is set to end of file. How do I reset the pointer to start at the begining? I have tried OVRDBF, OPNQRYF, POSDBF and deleting and recreating the PF.Thank you for your help.
View Answer
| Feb 20 2008 3:23 PM GMT
| asked by
Ashnirody
CLP, POSDBF, OPNQRYF
Activation Groups and Open Query File use
I am executing a CLLE program that uses an OPNQRYF to select records from file "FILE1" which is a physical file containing in excess of 1 million records. I only need records with a specific date (about 5000 records) The file is opened for share = *yes and the program calls an RPGLE program that...
View Answer
| Oct 24 2007 3:57 PM GMT
| asked by
Wmfsr
OPNQRYF, Activation Groups, SHARED DATA PATHS
Using %NOT in OPNQRYF
I know that %NOT is a function available for using in the qryslt parameter of opnqryf but I can't figure out how to code it. I would like to eliminate all records with a range in the middle of the possible range, for example, select all facilities except those is the range of 600 - 699. Is this...
View Answer
| Oct 23 2007 5:30 PM GMT
| asked by
CLKelly
OPNQRYF, %NOT, QRYSLT


