Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 9405 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

DB2 :: RE: Db2 SQL query to convert rows into columns

Author: Rohit Umarjikar Posted: Thu Nov 17, 2016 10:06 pm (GMT 5.5)Quote:However, this kind of coding is absolutely not recommended: a new department would requires changes in the query. This is the...

View Article


DFSORT/ICETOOL :: RE: Convert +9999999999999.99 to S9(12)V9(3)

Author: vnktrrd Subject: Reply to: Convert +9999999999999.99 to S9(12)V9(3) Posted: Thu Nov 17, 2016 10:17 pm (GMT 5.5) Hi Bill, Yes the data is fixed except for the sign which may be + or - . I have...

View Article


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:33 pm (GMT 5.5) How do you define the field you MOVE to the S9(12)V9(3)? Your BUILD is...

View Article

DFSORT/ICETOOL :: RE: Convert +9999999999999.99 to S9(12)V9(3)

Author: vnktrrd Subject: Reply to: Convert +9999999999999.99 to S9(12)V9(3) Posted: Thu Nov 17, 2016 10:34 pm (GMT 5.5) with hex on it looks like below.Code: FFFFFFFFFFFFFFD 000003772306939[/code]

View Article

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 Article


DFSORT/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 Article

DFSORT/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 Article

DB2 :: -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 Article


DB2 :: 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 Article


DB2 :: 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 Article

DB2 :: 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 Article

Image may be NSFW.
Clik here to view.

DB2 :: 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 Article

DB2 :: 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 Article


IMS 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 Article

DB2 :: 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 Article


JCL & 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 Article

Image may be NSFW.
Clik here to view.

JCL & 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 Article


CLIST & 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 Article

CLIST & 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 Article

JCL & 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 Article
Browsing all 9405 articles
Browse latest View live