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.
No Answer is Posted For this Question
Be the First to Post Answer
How to print Superscript / Subscript from RPG400
How to read alternative records in a pf by using rpg?
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
How Chain operation copies the record's data to the input buffer for the program?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
How can we receive values from a called procedure in CL?
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
what is the difference between do while and do until?