IBM AS400 AllOther (736)
what are the important factors in error message subfile ?
maximum number of subfiles that can be active for a single file is?
what is the difference between udate and the system date?
what is scan and xlate?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
how can I predict the performance of my cgis?
how do you pass parameters in cl?
What is the use of jdftval in as400?
How many maximum record format a logical file have?
what is procedure prototype and procedure interface.
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
how you will know whether you are in sfldrop or sflfold mode?
what are different record spacing keywords in rlu ?
define what a data queue is along with a brief example of what it may be used for?
how can you execute a command from within an rpg program without calling a clp program?