Hello,
In the group's opinion, what is the best way to make a notation of a program change in free formatted RPG. I want to make a notation of my new subroutine.
Thanks,
DAC
... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+... 8 ..
//************************************************** **************** DAC1
// SelAddP - Include the added payments into batch
//************************************************** ****************
BegSr SelAddP;
Read RptFindaL1;
Dow Not %Eof(RptFindaL1);
PlFilNum = Add_PlFilNum;
Chain Pay_KeyA RPTFINDP;
If %Found (RPTFINDP);
If SelAGCY = Add_Plagncy;
In the group's opinion, what is the best way to make a notation of a program change in free formatted RPG. I want to make a notation of my new subroutine.
Thanks,
DAC
... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+... 8 ..
//************************************************** **************** DAC1
// SelAddP - Include the added payments into batch
//************************************************** ****************
BegSr SelAddP;
Read RptFindaL1;
Dow Not %Eof(RptFindaL1);
PlFilNum = Add_PlFilNum;
Chain Pay_KeyA RPTFINDP;
If %Found (RPTFINDP);
If SelAGCY = Add_Plagncy;
Comment