hexagon logo

Hide or Lock PRC !

Hey guys,

is it possible to hide or lock a PRC?
I'm supposed to write a program for a client and my boss doesn't want the client know how we write that program. So I work with PRC (without external file). My boss said that the client is not allowed to have any insight into the PRC.

Best Regards

Benji​
Parents

  • !-- Procedure which should be converted
    EDTPRC TestPrc

    !--Exporting procedure to text file.
    FMTOBJ (FIL=C:\Users\Joe.Bloggs\Desktop\Lock PRC\New folder\TestPrc.txt, NAM=LDBPRC:TestPrc)

    !--Open the txt file and change object type from PRC tp SPc.
    !--$TEXT (NAM=PRC:TestPrc) to $TEXT (NAM=SPc:TestPrc)

    !--Load back the procedure in Quindos.
    CNVFIL (FIL=C:\Users\Joe.Bloggs\Desktop\Lock PRC\New folder\TestPrc.txt)

    !---Test of the SPc
    DELREA (NAM=C, CNF=N)
    INDPRC (NAM=LDBSPc:TestPrc1)
Reply

  • !-- Procedure which should be converted
    EDTPRC TestPrc

    !--Exporting procedure to text file.
    FMTOBJ (FIL=C:\Users\Joe.Bloggs\Desktop\Lock PRC\New folder\TestPrc.txt, NAM=LDBPRC:TestPrc)

    !--Open the txt file and change object type from PRC tp SPc.
    !--$TEXT (NAM=PRC:TestPrc) to $TEXT (NAM=SPc:TestPrc)

    !--Load back the procedure in Quindos.
    CNVFIL (FIL=C:\Users\Joe.Bloggs\Desktop\Lock PRC\New folder\TestPrc.txt)

    !---Test of the SPc
    DELREA (NAM=C, CNF=N)
    INDPRC (NAM=LDBSPc:TestPrc1)
Children
No Data