We have a Physical file, after reading 5 records,it has to
read LF of that same Physical file,Will it start reading
from Ist record or will start reading from 5th record?
Answers were Sorted based on User's Feedback
Answer / sreedhar
Do you have any requirment to read from 6th record?
| Is This Answer Correct ? | 2 Yes | 1 No |
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
why subproc not run in dftactgrp?????/plz explain
What you have to do in the display file when you are using message subfile?
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.
How to find d key field of a pf that doesn’t have source physical file?
What is the significance of UDATE?
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
How do I read records from Subfile? what is the purpose of READC explain with example?
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
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.
can anybody explain significance of *loval setll with example code????