All Other Mainframe Topics :: RE: How to detect file creation event?
Author: Robert Sample Posted: Fri May 20, 2016 3:08 am (GMT 5.5) LOL - you beat me to it; sample IEFU83 code can be found in SYS1.SAMPLIB as member IEEU83 (note the member name is different). You'll...
View ArticleAll Other Mainframe Topics :: RE: How to detect file creation event?
Author: vasanthz Posted: Fri May 20, 2016 3:41 am (GMT 5.5) Thank you again Robert, I was looking at CBT Tapes 134 & 135, they were promising. I know nothing of Assembler, but the...
View ArticlePC Guides & IT News :: Linkedin passwords hacked
Author: vasanthz Subject: Linkedin passwords hacked Posted: Fri May 20, 2016 5:00 am (GMT 5.5)http://money.cnn.com/2016/05/19/technology/linkedin-hack/ Even without the password being sold on...
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
Author: PeterHolland Posted: Fri May 20, 2016 9:23 am (GMT 5.5)"SEMT" is not an existing command."OPS1000I" is not a CICS message, but an CA OPS/MVS® Event Management and Automation message. So my...
View ArticleAll Other Mainframe Topics :: RE: Have you ever seen a Mainframe?
Author: JPVRoff Posted: Fri May 20, 2016 11:00 am (GMT 5.5) First ('81) would have been an Itel 370/158 equivalent (no idea what the name actually was). But I remember the NatSemi guys coming in one...
View ArticleAll Other Mainframe Topics :: Control-M manuals
Author: JPVRoff Subject: Control-M manuals Posted: Fri May 20, 2016 11:15 am (GMT 5.5) It's been quite a while since I played with Control-M and I'm hoping someone knows the manual I'm looking for....
View ArticleCOBOL Programming :: RE: Facing xml parser exception 798761
Author: murugan_mf Posted: Fri May 20, 2016 12:35 pm (GMT 5.5) Thanks All. I appended the data to a single string variable and did the parsing._________________Thanks! Murugan L
View ArticleCOBOL Programming :: Geneartion of COBOL copybook structre for a given XML...
Author: murugan_mf Subject: Geneartion of COBOL copybook structre for a given XML schema Posted: Fri May 20, 2016 12:48 pm (GMT 5.5) Could anyone please tell about is there any in-built function to...
View ArticleCOBOL Programming :: RE: Geneartion of COBOL copybook structre for a given...
Author: enrico-sorichetti Subject: Reply to: Geneartion of COBOL copybook structre for a given XML schema Posted: Fri May 20, 2016 1:25 pm (GMT 5.5) googling with how to generate a cobol copybook from...
View ArticleCOBOL Programming :: RE: Geneartion of COBOL copybook structre for a given...
Author: Robert Sample Posted: Fri May 20, 2016 8:46 pm (GMT 5.5) There is no built in functionality to do this with Enterprise COBOL. As enrico said, products are available to do it, but they tend NOT...
View ArticleCLIST & REXX :: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: jackzhang75 Subject: why i need hit enter after EXECIO * DISKW , how to skip it ? Posted: Fri May 20, 2016 9:16 pm (GMT 5.5) Hi Experts, I got the REXX program to first get member list for a...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: Pedro Subject: Reply to: why i need hit enter after EXECIO * DISKW , how to skip it ? Posted: Fri May 20, 2016 10:09 pm (GMT 5.5) From the rexx manual:Quote:When EXECIO writes an arbitrary...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: prino Subject: Re: why i need hit enter after EXECIO * DISKW , how to skip it ? Posted: Fri May 20, 2016 11:57 pm (GMT 5.5)jackzhang75 wrote:Hi Experts, I got the REXX program to first get...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: vasanthz Posted: Sat May 21, 2016 1:35 am (GMT 5.5)Quote:Hi minkukel ?! grow upQuote:Experts don't use your imbecile process to change members, experts use IPOUPDTE, IPOUPDTE.. really?...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: vasanthz Posted: Sat May 21, 2016 1:37 am (GMT 5.5)Quote:the "free" version, PDSUPDTE, which is about 50 zillion times faster. Yes every shop allows free stuff to be installed....
View ArticleCOBOL Programming :: RE: Geneartion of COBOL copybook structre for a given...
Author: don.leahy Posted: Sat May 21, 2016 1:56 am (GMT 5.5) Cobol can of course Parse an XML document, but as far as I know you have to provide the Cobol layout yourself._________________"Let's work...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: Willy Jensen Subject: Reply to: why i need hit enter after EXECIO * DISKW , how to skip it ? Posted: Sat May 21, 2016 3:04 am (GMT 5.5) Or even (much) better, PDS86 from...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: Willy Jensen Posted: Sat May 21, 2016 3:07 am (GMT 5.5) Ok, to answer your question, it is because you have 2 EXECIO's, both with '*' as record count. Combine them into one Code: "EXECIO *...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: Pedro Subject: Reply to: why i need hit enter after EXECIO * DISKW , how to skip it ? Posted: Sat May 21, 2016 4:06 am (GMT 5.5) FYI. His complaint is that it hangs on the DISKW...
View ArticleCLIST & REXX :: RE: why i need hit enter after EXECIO * DISKW , how to skip it ?
Author: prino Posted: Sat May 21, 2016 11:22 am (GMT 5.5) His problem is that he only has a hammer, which makes every problem look like a nut._________________Robert AH Prins robert.ah.prins @...
View Article