|
|||||||||||||
|
Back To LeighWeb Mainframe Utilities Page View the module associated with this documentationPKK - This edit macro command will process all PICTURE and VALUE clauses within the member being edited from the current cursor position to the end of the member. It processes like COUNTPIC except that in addition it will insert the PICTURE clause 'PIC x(xx)' in front of all VALUE clauses that do not contain a PICTURE clause and replace the length with the computed length of the character string. (i.e. VALUE 'test'. converts to PIC x(4) VALUE 'test'.) This edit macro will only work on character VALUE clauses. |
|||||||||||||
|
|||||||||||||