DFSORT/ICETOOL :: RE: Convert +9999999999999.99 to S9(12)V9(3)
Author: Bill Woodger Subject: Reply to: Convert +9999999999999.99 to S9(12)V9(3) Posted: Thu Nov 17, 2016 10:41 pm (GMT 5.5) We know. And it is correct.
View ArticleDFSORT/ICETOOL :: RE: Convert +9999999999999.99 to S9(12)V9(3)
Author: Arun Raj Posted: Thu Nov 17, 2016 11:38 pm (GMT 5.5) If you have 3 decimal places in your target field, I suspect you might need to Multiply the value by 10 and then convert it to ZD.Code:...
View ArticleDFSORT/ICETOOL :: RE: Convert +9999999999999.99 to S9(12)V9(3)
Author: vnktrrd Subject: Reply to: Convert +9999999999999.99 to S9(12)V9(3) Posted: Fri Nov 18, 2016 12:07 am (GMT 5.5) The number of decimal places see always 2. Multiplying it with 10 will solve my...
View ArticleDB2 :: -913/-911 Deadlock during UPDATE statement
Author: NoSleep319 Subject: -913/-911 Deadlock during UPDATE statement Posted: Fri Nov 18, 2016 12:37 am (GMT 5.5) Hello mainframe guru's! I'm looking for some deadlock insight. I have a COBOL module...
View ArticleDB2 :: RE: -913/-911 Deadlock during UPDATE statement
Author: Robert Sample Posted: Fri Nov 18, 2016 1:16 am (GMT 5.5)Quote:I do understand that one program/system is trying to perform an UPDATE while, at the exact same time, another program/system is...
View ArticleDB2 :: RE: -913/-911 Deadlock during UPDATE statement
Author: NoSleep319 Posted: Fri Nov 18, 2016 1:41 am (GMT 5.5) You're right, it could be a timeout as well...I have reached out to my DBA, but I have yet to hear back from him. I thought I would reach...
View ArticleDB2 :: RE: -913/-911 Deadlock during UPDATE statement
Author: Robert Sample Posted: Fri Nov 18, 2016 2:13 am (GMT 5.5) DB2 has record locks, page locks, table space locks, table locks, partition locks. So the lock may -- or may not -- be for the...
View ArticleDB2 :: RE: -913/-911 Deadlock during UPDATE statement
Author: Rohit Umarjikar Posted: Fri Nov 18, 2016 2:32 am (GMT 5.5)Quote:Is there a way to query it while it's being updated and not caring that it's updated? WITH UR in the Cursor should solve the...
View ArticleDB2 :: RE: -913/-911 Deadlock during UPDATE statement
Author: RahulG31 Subject: Reply to: -913/-911 Deadlock during UPDATE statement Posted: Fri Nov 18, 2016 2:42 am (GMT 5.5)Quote:SQLERRD(3) also contains the reason-code which indicates whether a...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: ashek15 Subject: Reply to: IMS Database backup info Posted: Fri Nov 18, 2016 7:50 am (GMT 5.5) Thanks Peter. I will explore more on LIST.RECON._________________I am a DB2 DBA
View ArticleDB2 :: RE: Db2 SQL query to convert rows into columns
Author: subratarec Subject: Reply to: Db2 SQL query to convert rows into columns Posted: Fri Nov 18, 2016 9:12 am (GMT 5.5) Hi Marso, First of thanks a lot!! for spending time on my query and helping...
View ArticleJCL & VSAM :: RE: FTP - JCL failed while passing FTP commands in dataset
Author: Suneetha1612 Posted: Fri Nov 18, 2016 11:33 am (GMT 5.5) Hi Bill and Robert,Quote:It is possible that USERID.CNTL(SIGNON) is causing your problem; since you didn't list it, who knows? What is...
View ArticleJCL & VSAM :: How to convert the VBM file to VB or FB using SORT ?
Author: Sulabh Agrawal Subject: How to convert the VBM file to VB or FB using SORT ? Posted: Fri Nov 18, 2016 1:04 pm (GMT 5.5) I have VBM file and I want to use in some other Job to extracting some...
View ArticleCLIST & REXX :: What is the command to check MODE of PDS MEMBER in REXX ?
Author: rohanthengal Subject: What is the command to check MODE of PDS MEMBER in REXX ? Posted: Fri Nov 18, 2016 1:48 pm (GMT 5.5) I have written one rexx macro to enlist the copybooks from cobol...
View ArticleCLIST & REXX :: RE: What is the command to check MODE of PDS MEMBER in REXX ?
Author: Willy Jensen Posted: Fri Nov 18, 2016 2:05 pm (GMT 5.5) No built-in command that I can find. You could VGET the ZSCREENI variable to obtain the screen data and check that for the 'VIEW' or...
View ArticleJCL & VSAM :: RE: How to convert the VBM file to VB or FB using SORT ?
Author: Willy Jensen Posted: Fri Nov 18, 2016 2:13 pm (GMT 5.5) VBM to VB can be done by a simple IEBGENER copy. VB to FB can be done by the SORT VTOF feature and FIELDS=COPY. Both programs can get rid...
View ArticleCLIST & REXX :: RE: What is the command to check MODE of PDS MEMBER in REXX ?
Author: rohanthengal Posted: Fri Nov 18, 2016 2:20 pm (GMT 5.5) ahh.. great idea. let me hit try n let you know_________________âThere is sufficiency in this world for the manâs need, But not for...
View ArticleCLIST & REXX :: RE: What is the command to check MODE of PDS MEMBER in REXX ?
Author: prino Posted: Fri Nov 18, 2016 2:51 pm (GMT 5.5)Code:"isredit (MODE) = session" RTFM next time!_________________Robert AH Prins robert.ah.prins @ the.17+Gb.Google thingyNo programming here (yet)
View ArticleJCL & VSAM :: RE: How to convert the VBM file to VB or FB using SORT ?
Author: Bill Woodger Subject: Reply to: How to convert the VBM file to VB or FB using SORT ? Posted: Fri Nov 18, 2016 3:07 pm (GMT 5.5) What program are you using that has a problem with VBM? What do...
View ArticleCLIST & REXX :: RE: What is the command to check MODE of PDS MEMBER in REXX ?
Author: rohanthengal Posted: Fri Nov 18, 2016 4:52 pm (GMT 5.5) Thanks, both ideas worked fine. Got the targettt !!_________________âThere is sufficiency in this world for the manâs need, But not...
View Article