% % create the subject_xact ifn if not already exist % "commerce.js" ofxact exists { % % already have commerce files } { % % write empty product js for the xact, % this is the customer's zero starting level % *custnprd dup "commerce.js" ofxact write % % stack: empty-product-js % *xactsubj { % % create the subject_xact ifn for this subject in sales % dup _Shooter.Subject &"_" xact & &".js" ofsales write } if pop } ifelse