DB2 :: RE: Order BY AND Index
Author: Marso Subject: Reply to: Order BY AND Index Posted: Sun Jan 01, 2017 8:42 pm (GMT 5.5)Quote:Will making index on table as descending to match with sql can save cpu time?Although there is not...
View ArticleIMS DB/DC :: HALDB data refresh/copy from production to tes
Author: vineetanand2007 Subject: HALDB data refresh/copy from production to tes Posted: Mon Jan 02, 2017 11:16 am (GMT 5.5) Hi All, I am new to IMS(experienced in DB2 for z/OS), and trying to get...
View ArticleAll Other Mainframe Topics :: Any Recommended Timesharing service companies?
Author: johnmull Subject: Any Recommended Timesharing service companies? Posted: Mon Jan 02, 2017 11:39 am (GMT 5.5) Hi, Any suggestions for renting z/OS machine time? Looking for basic batch assembler...
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: anandgbe Posted: Mon Jan 02, 2017 12:42 pm (GMT 5.5) Thanks a lot Willy for providing complete code!!! . But eventhough, I am not getting how to execute those Command table entries. Steps done:...
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: Willy Jensen Posted: Mon Jan 02, 2017 4:08 pm (GMT 5.5) You must add the commands to the ISPF Command Table to make them work without having to enter TSO in front of the command. You can add...
View ArticleTSO/ISPF :: Calling REXX code from ISPF panel
Author: sanchita dey Subject: Calling REXX code from ISPF panel Posted: Mon Jan 02, 2017 5:13 pm (GMT 5.5) I have REXX code which is executing list of jobs provided by the user. The list is given in a...
View ArticleTSO/ISPF :: RE: Calling REXX code from ISPF panel
Author: Marso Posted: Mon Jan 02, 2017 5:47 pm (GMT 5.5) To suppress the IKJ56250I message: JOB XYZABCDE(JOB11111) SUBMITTED you must use OUTTRAP. Here is an example:Code:Call OutTrap(wSub.)...
View ArticleTSO/ISPF :: RE: Calling REXX code from ISPF panel
Author: sanchita dey Subject: Reply to: Calling REXX code from ISPF panel Posted: Mon Jan 02, 2017 5:59 pm (GMT 5.5) Thanks for the reply. But this is not exactly what I was looking for. My REXX code...
View ArticleTSO/ISPF :: RE: Calling REXX code from ISPF panel
Author: Marso Posted: Mon Jan 02, 2017 7:24 pm (GMT 5.5) If you want to display a panel but let the REXX program continue executing, you have to use:Code:Address ISPEXEC"CONTROL DISPLAY LOCK""DISPLAY...
View ArticleTSO/ISPF :: RE: Calling REXX code from ISPF panel
Author: prino Subject: Re: Calling REXX code from ISPF panel Posted: Mon Jan 02, 2017 10:17 pm (GMT 5.5)sanchita dey wrote:I have REXX code which is executing list of jobs provided by the user. The...
View ArticleDB2 :: DB2 query Using Recursion, Converting Rows to Column
Author: smilewithashu2 Subject: DB2 query Using Recursion, Converting Rows to Column Posted: Tue Jan 03, 2017 12:50 pm (GMT 5.5) I am looking for the query in which I need to convert rows to columns...
View ArticleCICS :: Difference between TWALENG and TWASIZE
Author: Arunkumar Chandrasekaran Subject: Difference between TWALENG and TWASIZE Posted: Tue Jan 03, 2017 12:57 pm (GMT 5.5) Hi, What is the difference between TWALENG and TWASIZE. We have setup a new...
View ArticleCICS :: RE: Difference between TWALENG and TWASIZE
Author: enrico-sorichetti Subject: Reply to: Difference between TWALENG and TWASIZE Posted: Tue Jan 03, 2017 3:00 pm (GMT 5.5) just the quirks of CICS namings You define the TWA size using the TWASIZE...
View ArticleCICS :: RE: Difference between TWALENG and TWASIZE
Author: Arunkumar Chandrasekaran Posted: Tue Jan 03, 2017 3:11 pm (GMT 5.5) Thanks Enrico. Apart from that is there any CEMT/CECI command to know the TWASIZE defined in PCT?_________________Happy...
View ArticleCICS :: RE: Difference between TWALENG and TWASIZE
Author: Abid Hasan Posted: Tue Jan 03, 2017 3:25 pm (GMT 5.5) Hello, The 'TWasize' definition can be checked using 'CEDC View TRANSaction'; though sites generally restrict access to CEDC...
View ArticleDB2 :: RE: DB2 query Using Recursion, Converting Rows to Column
Author: Nic Clouston Posted: Tue Jan 03, 2017 4:19 pm (GMT 5.5) Please do nt use attachments - a simple cut and paste (using the code tags) is sufficient and more efficient. There is the same topic...
View ArticleDFSORT/ICETOOL :: RE: Copy RECFM =VB TO FB file with RECL =1060
Author: sahil41352 Posted: Tue Jan 03, 2017 9:18 pm (GMT 5.5) I think error was because of it . Can you please tell me how can i split the VB file in two parts
View ArticleSYNCSORT :: Summing on Mixed Case Literals
Author: Roy Ware Subject: Summing on Mixed Case Literals Posted: Tue Jan 03, 2017 10:18 pm (GMT 5.5) I'm being held hostage by two database tables who refuse to compromise. One table has the City Name...
View ArticleSYNCSORT :: RE: Summing on Mixed Case Literals
Author: enrico-sorichetti Subject: Reply to: Summing on Mixed Case Literals Posted: Tue Jan 03, 2017 10:26 pm (GMT 5.5) just overlay/build an additional field with the content of the key upper/lower...
View ArticleSYNCSORT :: RE: Summing on Mixed Case Literals
Author: Bill Woodger Subject: Reply to: Summing on Mixed Case Literals Posted: Tue Jan 03, 2017 10:54 pm (GMT 5.5) As enrico said, "normalise" the name in a temporary extension. SORT on that name....
View Article