|
|
 |
您现在的位置:
首页 >>
毕业设计指导
>> 自考计算机信息管理专业《管理信息系统》实践环节指导 |
|
|
自考计算机信息管理专业《管理信息系统》实践环节指导 |
|
2005-10-25 |
2,use xsk
repl all 年龄 with ({^2004-2-4}-生日)/365
二、程序改错:
1,READ
loca all for 姓名=xx
@ 2,10 say [生日:]+DTOC(生日)
2,READ
if NOT eof() 或者 if found()
report form dybb1 preview
三、程序设计:(略)
四、程序设计:
(略)
样题四
一、基本操作:
1、use lesson_table
modi structure
repl all 学分 with 1
2、use lesson_table
repl all 考试时间 with {^2002-6-8 9:00 am} for 课程名=[管理信息系统]
3、use bk_table
copy to nopass for 成绩=[不及格] field 准考证号
二、补充程序:
append blank
repl 准考证号 with zkzh
repl 姓名 with xm
repl 学校 with xx
或者:
append blank
repl 准考证号 with zkzh,姓名 with xm,学校 with xx
三、程序设计:
(略)
四、开发工具:(略)
|
|