Search results

  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

    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...
Top