In an old version of TAATOOL, there is a command called RMVOLDMBR. An example follows:
/* Remove saved members over 90 days old */
ADDLIBLE LIB(TAATOOL)
MONMSG MSGID(CPF0000)
TAATOOL/RMVOLDMBR FILE(BPR500MSV)...
Could I place a hidden field on each display screen, make it input capable, print a barcode as "#F03key", and then code the program to accept the barcode "#F03key" to mean the same as F3 which is End program? -or- is there an easier way?
No, they received the lock anytime each user referenced the same ticket# (the key is based on ticket# and another field).
The logical file has a key that is not unique. When a record is read from the file, I have a DOWEQ loop to get all the matching records of ticket# and the other field and...
How do you set up a barcode (code 128) for a function key? Ex. Let's say you want to barcode the F4 function key, so that a user can display a different screen instead of actually pressing the F4 key. Do you use Hexidecimal or Ascii or what type of letters/symbols/numbers? I actually need...
Using RPG IV, I wrote a barcode scanning program that updates a file and displays a record in a subfile.
Problem: When two users are accessing the program at the same time, record locks occur. Tried using unlock after update of file, but subfile displays same record on screen for both users...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.