Default Item Buyer Assignment (by Buyer) Report

Report Series Name
C-U-PS-Buyer-Assignments

Report Name
Default Item Buyer Assignments (by Buyer)

Library
Source code is located in PSPUBLIC

Use
This report is used by the purchasing manager to review the items assigned to each buyer.

Content
This report lists items and the buyers assigned to purchase them. The report is run by agency (via run-time select on the buying entity) and page breaks for each agency buyer. The report may include all items (all P&C classes) and all agency buyers or may be limited to specific commodities and buyers.

This report series also produces the Default Item Buyer Assignments (by Class) report.

Totals
The report totals items by buyer.

Column Headings

  • Item number - the ncas item number
  • First line of item description
  • P&c class code
  • P&c group code
  • P&c item code

Run Statements
The run statement member name is C-U-PS-Buyer-Assignments-Run.

Note: The run statements list a DD statement that must be added to your RUN-JCL before you can submit this report. This example run statement is from the P region. The format of the DD statement is different in other regions. Please review the run statement comments for the exact format of the DD statement for your region.

000001 * In Order To Execute This Program, You Must Add The Following Dd*
000002 * Statement To Your Run-Jcl: *
000003 * //Condsc Dd Dsn=Vsam.Osc.Opc.Cc9101.Comdsc,Disp=Shr; *
000004 * *
000010 Option Library(Pspublic)
000020 Run C-U-Ps-Buyer-Assignments
000100 Into Library Xxxxxxxx
000200 Select Reports
000300 Byclass Bybuyer
000400 Select C-Ci-Dib-Default-Buying-Entity
000500 '08bc'
000600 Select C-Ci-Dib-Default-Buyer-Id
000700 ('Cao' 'Oww')
000800 Report Byclass
000900 Select Ci-Commodity-Code-1
001000 ('005' '900')
001100 Report Bybuyer
001200 Select Ci-Commodity-Code-1
001300 ('005' '900')

Type over the displayed variable values with your agency’s values.