what is the difference between clear and reset opcodes and
open and close opcodes?please tell me in real time senario
with example please?
And
What is the use of SFLNXTCHG?Where we can use this?
Answer Posted / pravin
clear and reset both opcodes are used for clearing the
fields and then initialise the numeric fields with
zero and character with blanks difference is that if we
define any initilialise value for that var in pgm reset
initialize it by that value but clear initialize it by zero
or blanks.
OPEN & CLOSE opcodes are used for explicitly open and
close the file.
SFLNXTCHG :Its always read those records which changed
in uppdatesubfile.this is declared in subfile(SFL) format
not
SUBCTL format.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
records can be read/update/deleted with which file?
How do you check object lock
in conjunction with which statements can orxx and andxx conditions be used ?
what is maximum number of arrays allowed in rpg?
using dfu, user will be able to ___________ from physical file?
how you get the relative record in a subfile in which cursor is located?
Difference Between Call & Sbmjob?
how to toggle between single line and multi - line display of a particular record in a subfile?
what is the difference between *like and *namvar ?
how to develop some simple graphs (bar charts) using just html?
what is the purpose of data structure?
how many printer files can be defined in f specs ?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
how does union file maintains record formats?
how to read database records without locking them?