Recent content by rvandehoek

  1. R

    Parameters of potrxf.p

    Who can provide me with the readable source of potrxf.p (Version eB2.1) or tell me what the input parameters are. In eB it was started from popoxr1.p to update in_mstr and tr_hist when editing pod_det lines with popomt.p. {gprun.i ""potrxf.p"" "(input ""ADD"", input pod_nbr, input pod_line)"}...
  2. R

    How to create sequenced records

    Willy, Thanks for your help. But the result is still the same. I'm not familiar with transactions but the compiler returns this message: ** WARNING--TRANSACTION keyword given within actual transaction level. (214) Could this be a problem?
  3. R

    How to create sequenced records

    Willie, Both suggestions make no difference. Control table still in use.
  4. R

    How to create sequenced records

    I would like to create sequenced records in a table. I have a control table with a sequence number. Users can increase it and create an order record with this sequence number with this code: promp-for order_nbr. find order where order_nbr = input order_nbr no-error. if not avail order then do...
  5. R

    Simple CIM Load Instruction?

    This is how you would do it in eB: @@batchload ppptmt04.p "40005" - - - - - - - "FDS" . @@end @@batchload ppptmt04.p "40006" - - - - - - - "FDS" . @@end @@batchload ppptmt04.p "40007" - - - - - - - "CPD" . @@end
Top