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

DB2 :: RE: SQL Query optimization.

Author: Akatsukami Posted: Mon Sep 05, 2016 12:13 am (GMT 5.5)arunsoods wrote:Nic - If i create INDEX as below on the table CREATE INDEX INX_SEQ_ID ON test_table (SEQ_ID) and then run this query EXEC...

View Article


Image may be NSFW.
Clik here to view.

COBOL Programming :: RE: Wildcard logic in COBOL

Author: enrico-sorichetti Subject: Reply to: Wildcard logic in COBOL Posted: Mon Sep 05, 2016 4:02 am (GMT 5.5) here is REXX solution Code: #! /usr/bin/env rexx Trace "O" signal  on  novalue name...

View Article


Image may be NSFW.
Clik here to view.

COBOL Programming :: RE: Wildcard logic in COBOL

Author: dudenithy Posted: Mon Sep 05, 2016 3:49 pm (GMT 5.5) Thanks for the above suggestions. Too simple, but unfortunately I cannot use it, since I have to do it in COBOL only . I'm trying to build...

View Article

Image may be NSFW.
Clik here to view.

COBOL Programming :: RE: Wildcard logic in COBOL

Author: enrico-sorichetti Subject: Reply to: Wildcard logic in COBOL Posted: Mon Sep 05, 2016 4:22 pm (GMT 5.5) my snippets were not a direct suggestion for You to use them, the question tickled my...

View Article

TSO/ISPF :: RE: Increase the screen size after split

Author: mistah kurtz Posted: Mon Sep 05, 2016 4:34 pm (GMT 5.5) Thanks Robert. I got what I needed.

View Article


CICS :: Get system time in micro second or clock uint.

Author: lind sh Subject: Get system time in micro second or clock uint. Posted: Mon Sep 05, 2016 11:14 pm (GMT 5.5) Dear friends How can I get CICS or system time in micro-second unit. I need to take...

View Article

TSO/ISPF :: Truncated error message after VERIFY with LISTV

Author: David Sde Subject: Truncated error message after VERIFY with LISTV Posted: Mon Sep 05, 2016 11:26 pm (GMT 5.5) Hi, I hope someone can guide me. I need to validate an input field against a list...

View Article

Image may be NSFW.
Clik here to view.

TSO/ISPF :: RE: Truncated error message after VERIFY with LISTV

Author: enrico-sorichetti Subject: Reply to: Truncated error message after VERIFY with LISTV Posted: Tue Sep 06, 2016 12:07 am (GMT 5.5) read the ISPF manuals for the format of the short and long...

View Article


CICS :: RE: Get system time in micro second or clock uint.

Author: Robert Sample Posted: Tue Sep 06, 2016 12:18 am (GMT 5.5) Where is the S0C4 showing up? And you do NOT want to use the WTO on that value -- it is a 64-bit binary value with bit 51 representing...

View Article


TSO/ISPF :: RE: Truncated error message after VERIFY with LISTV

Author: David Sde Subject: Reply to: Truncated error message after VERIFY with LISTV Posted: Tue Sep 06, 2016 12:22 am (GMT 5.5) Enrico, I have already been through the "ISPF Dialog Developer's Guide...

View Article

TSO/ISPF :: RE: Truncated error message after VERIFY with LISTV

Author: David Sde Subject: Reply to: Truncated error message after VERIFY with LISTV Posted: Tue Sep 06, 2016 12:36 am (GMT 5.5) Okay, fair enough: I did find something. In the "ISPF Messages and...

View Article

TSO/ISPF :: RE: Truncated error message after VERIFY with LISTV

Author: David Sde Subject: Reply to: Truncated error message after VERIFY with LISTV Posted: Tue Sep 06, 2016 12:42 am (GMT 5.5) Yup, it's a wrap. That did it; thank you. David

View Article

CICS :: RE: Get system time in micro second or clock uint.

Author: steve-myers Posted: Tue Sep 06, 2016 1:50 am (GMT 5.5)Robert Sample wrote:... And you do NOT want to use the WTO on that value -- it is a 64-bit binary value with bit 51 representing 1...

View Article


Image may be NSFW.
Clik here to view.

DB2 :: RE: SQL Query optimization.

Author: Rohit Umarjikar Posted: Tue Sep 06, 2016 5:06 am (GMT 5.5) 1. Avoid hitting the same query multiple times in the same call. 2.if the table is every day populated by a batch then insert or...

View Article

CICS :: RE: Get system time in micro second or clock uint.

Author: PeterHolland Posted: Tue Sep 06, 2016 10:54 am (GMT 5.5)Code:         STCK TODCLOCK                                                    TODCLOCK DS XL8                                       TOD...

View Article


Image may be NSFW.
Clik here to view.

COBOL Programming :: RE: Wildcard logic in COBOL

Author: Rohit Umarjikar Posted: Tue Sep 06, 2016 11:27 am (GMT 5.5)Quote:Thanks for the above suggestions. Too simple, but unfortunately I cannot use it, since I have to do it in COBOL only. I'm trying...

View Article

All Other Mainframe Topics :: EBCDIC to ASCII conversion using OCOPY

Author: mistah kurtz Subject: EBCDIC to ASCII conversion using OCOPY Posted: Tue Sep 06, 2016 2:26 pm (GMT 5.5) I'm using the OCOPY command to to convert an EBCDIC data to ASCII using the following...

View Article


All Other Mainframe Topics :: RE: EBCDIC to ASCII conversion using OCOPY

Author: Robert Sample Posted: Tue Sep 06, 2016 4:33 pm (GMT 5.5) Research iconv in the UNIX System Services Commands manual. Since defaults depend upon your site, ask your site support group for that...

View Article

All Other Mainframe Topics :: RE: EBCDIC to ASCII conversion using OCOPY

Author: mistah kurtz Posted: Tue Sep 06, 2016 5:10 pm (GMT 5.5) Thanks Robert. I found the iconv command. What I understood from the above link that it will convert the characters set from one code set...

View Article

All Other Mainframe Topics :: RE: EBCDIC to ASCII conversion using OCOPY

Author: Robert Sample Posted: Tue Sep 06, 2016 5:40 pm (GMT 5.5) For consistency, useCode: iconv -f <from type> -t <to type> <source file> ><target...

View Article
Browsing all 8500 articles
Browse latest View live