I have the same kind of problem. I am trying to load Win2003 x64, but it refuses to boot from CD. Tried on another machine, it won't boot this CD either. Tried Win2008, boots fine. Downloaded a fresh copy of Win2003 x64 from the MS License site - it won't boot either. No errors - just...
I need to setup OCS and am looking for hardware/software requirements. The MS web page gives specs for supporting 100,000 endpoints, but I am not that big.
My environment:
< 100 users (maybe < 25) using only IM and Presence
Cisco Unified Comm
Unity
Exchange 2003
Win 2003 servers
Win XP users
It...
BTW: The easiest way, esp for a "novice", to handle security is through Navigator. You have a copy option there, plus all the values have descriptions that are readable. It uses check boxes for many options.
You probably want to do something like this, if I understand you correctly. You only need to output one line for the description, as it will loop Fn times
z-add 1 to Fn
read file1
dou eof
move field1 to arrdet(Fn)
read file1
add 1 to Fn
enddo
z-add 1 to Fx
dou Fx > Fn
eval printline =...
My Netmeeting directory has a user name list as "waiting for call", but this user left the company years ago. The "location" was closed at the same time. I suspect that someone fired up an old PC that has netmeeting started and was orig configured with his name (he was an IT support person). My...
My Netmeeting directory has a user name list as "waiting for call", but this user left the company years ago. The "location" was closed at the same time. I suspect that someone fired up an old PC that has netmeeting started and was orig configured with his name (he was an IT support person). My...
Well, you might be able to define the file as "program-described", then define RECORD as the entire record. Then the DS idea might work.
You said 20 lines is too much coding - what would it need to be ? Most workarounds would prob need 20 lines or more.
I think this is what you want
D SalesData DS
D Qtr1
D Qtr2
D Qtr3
D Qtr4
D QtrSales Overlay(SalesData)
D Like(Qtr1) Dim(4)
Qtr1,2,3,4 are fields in the input record. QtrSales is the...
I don't think you could make it "simpler" than that. You don't need another object. But you would need to put the SQL code into a source member, then use RUNSQLSTM to execute it at the proper time.
Other option is to use a very simple RPG pgm. I don't think there is any OS command to do what...
>>Regardless of the input format, the output is returned in *ISO format. <<
Not true. The date format is whatever the result field is defined. In this example, ScreenDate is defined as *MDY so will be 111507.
For the orig request:
EVAL @CDATE = %dec(%date(RCDATE:*MDY):*YMD)
Note that this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.