IT Answer How does or what transactions in Rumba DCD mark jobs completed even when they are not closed. How do you reopen where MRP will show demand?
IT Answer Transaction N199 under ADABAS v8; CICSTS31 and z/OS 1.7 it runs successfully. Move it to z/OS 1.9 and it hangs. We do have ALLOWUSERKEYCSA set to YES. Has anyone experienced this and if so what did you do to resolve it? Thank you, CJ
IT Answer During the Xmas holidays 2010 I had Catosrphic failure on my computer resulting re-loading oprating system and all software from scratch. Prior to this my VPN Client connection to my work server had no issues and working fine. Since Xmas I have been unable to connect my VPN with the Reason 442 ...
IT Answer hi...i have a 20 position alpha cust# field. we have a truncation issue with scanners, so sometimes the number comes in with the 1st number truncated. we get no hit, and treat it as a new customer. i want to build a logical file, and i think i need to create 3 new fields: the first field would ...
IT Answer How can I access the Defaults information from Rexx / CL ? PF18 from PDM. I am looking for the values of Option file/lib/member. thanks Change Defaults ...
IT Answer I have an HP lap top mod HP 5160 US recently it failed to start up took it to a repair shop, guy had to re set mother board ???? Still failed to start until he put an 18.5 volt power pack into the system, Im using a generick power pack that puts out either 18 or 19 volts,I was using 18 volts repaire...
IT Answer I need to install ldap on zos 1.9 but not sure where to start..this is for replication
IT Answer Hi, pl respond urgently The following error has occured while executing a package. The following error has occurred: ORA-21000: error number argument to raise_application_error of -6508 is out of range ORA-06512: at "ECW_LOADER.CREATE_CTL_RANGES", line 154 ORA-06512: at line 19
IT Answer How can I create a Groupwise 7 password policy. Ex: 8 characters, 1 numeric, 1 uppercase
IT Answer Hi all, I'm having a problem with Word 2003's dates and wondered if anyone can help please. I need to take an inserted date in a document eg. 19/3/09 to a nice formal date like the 19th of March 2009 with the th after the day date in superscript. I really hope someone can help as I am getting in a...
IT Answer I have a phone log from our Altigen phone system in Excel format. I have downloaded it into an Access 2003 database. I am trying to calculate number of calls and total call duration for each of our departments for a given period of time. The "Call Duration" column in the spreadsheet is custom for...
IT Answer vbscript to create 10 textfile and write corresponding attributes to that textfile? Software/Hardware used: QTP
IT Answer We are wondering if anyone is using CSP under CICS 3.2/OS1.9? Any help would be greatly appreciated. DM
IT Answer Can anyone refer me a iseries job schduler book with screenshots.
IT Answer Task | Start Date | End Date | Predes.| Resource |Duration ------------------------------------------------------------------------ Task1 | 17-Aug-09 | 17-Aug-09 | | R1 | 1 Day Task2 | 17-Aug-09 | 19-Aug-09 | 1SS | R2 | 3...
IT Answer I am trying to use more than one MSGSFL for one display file. One is for a WINDOW (which works). I then added one for the initial screen. When I go to initially write it (WRITEMSGCT1) I get a permanent I/O error. Is it possible to have more than on MSGSFL per display file? See the following ...
IT Answer Hi, My iSeries (V5R4M0)system transfers the file toUnix server ovr SSL. It uses FTP Command ccc to set clear command channel. The problem is when we have big file and it takes more time, we get the error "No response from remote host; all connections closed." What I observed is any time data tra...
IT Answer Hi, I would like to get help, I have 2 computers: computer A with 1 network card, IP 172.19.3.22 DG 172.19.3.254 computer B with 2 network cards, ETH0 IP 172.19.35.75 DG 172.19.35.254 ETH1 IP 10.0.0.2 DG 10.0.0.254 Between the computers I have cisco switch with 2 Vlans, Vlan 3 for computer A and Vl...
IT Blog For those of you in the LA area, I'll be speaking at the LA SQL Users Group on March 19, 2009. The presentation will be on Indexing SQL Server. If you missed the my Indexing session at the Janunary 2009 SoCal Code Camp this will be a similar presentation, just longer since we won't be quite so...
IT Answer (1) I have downloaded the curl for Solaris 9 at ftp://ftp.sunfreeware.com/pub/freeware/sparc/9/curl-7.19.4-sol9-sparc-local.gz into my windows PC. Then I upload it into my remote Solaris 9 server at /home/myhome. (2) then I login to remote server and issue the command in my home directory $gunzip cu...
IT Answer I've display file in RPGLE program... I want to display function key F19=View History based on certain condition. I planned to use indicator to swith on if the condion meets and the option will be displayed ... the problem here is all 01 to 99 indicators, KC,KE,KG,KJ,KQ,U2are already used by the p...
IT Answer Does anybody know where online can I read more indepth abouth Risk Analysis, Risk Mitigation & Risk Control Managament? These are IT related. Thank!
IT Answer in c#.net we are taking datetime from datetimepicker we are storing datetime into sqlserverdatabase. in sqlserver we are taking datetime datatype. we write code like this: Datetime dt=DateTimePicker1.value; cmd=new sqlcommand("insert into values(date) tablename('"+dt+"')",con); cmd.excutenonqury();...
IT Answer Idoc orders05 inbound, I am trying to bring the assignment field(zuonr) i noticed E1EDK02 QUAL = 017 but if I add it to my test idoc within we19 it doesn't pull into sales order. How can I do it?
IT Answer This one will be easy, I'm sure. I'm a novice at Stored Procedures, and I'm wondering what function I can use to display a smalldatetime field (currently displaying as Dec 19, 2008 12:00AM) as a short date (12/19/2008)? I am on Sql Server...