what is the difference between sflclr and sflinz?
Answer / neha nimesh
SFLCLR : It clears the subfile.
SFLINZ : First it clears the subfile and initiliazing the numeric variables with zeros and alphanumeric variables with characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different definition levels in Data Description Specifications?
why is the declare cursor statement is used for?
how do you read data area in an rpg program?
how many levels are there in a physical file?
Describe the function of SETLL operation in RPG language?
what is the necessary keyword for non-join logical file?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
how many specifications are there in rpg/400? What are they?
How do you use DEBUG utility?
how does the runqry show the output?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?