【正确答案】正确答案:【操作步骤】 通过"新建"对话框创建程序,在程序窗口中输入以下语句: select 1 use jieguo select 2 use gnht sum jhsl to asum && 计算订货总数 index on dhdw to aaa uniq count to adhdw && 计算订货单位数 index on ghdw to bbb uniq count to aghdw && 计算供货单位数 use select 1 replace num with adhdw && 把订货单位数存放第1条记录中 skip replace num with aghdw && 把供货单位数存放第2条记录中 skip replace num with asum && 把订货总数存入第3条记录中 list && 显示结果 use 保存文件为progzh.prg,并运行该程序。