DB2 :: RE: SQL query to run through list of values in table
Author: RahulG31 Subject: Reply to: SQL query to run through list of values in table Posted: Thu Dec 15, 2016 3:08 am (GMT 5.5)Quote:RahulG31, I think, you are missing the relation between two tables....
View ArticleTSO/ISPF :: RE: ISPF task abend - 3E7
Author: nbenazic Posted: Thu Dec 15, 2016 9:15 am (GMT 5.5) I found that the ISPF profile dataset was full after trying to save some changes. Compressed the ISPF dataset and then redoing the operation...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Ni3-db2 Subject: Reply to: SQL query to run through list of values in table Posted: Thu Dec 15, 2016 9:37 am (GMT 5.5) First of all thank you for your reply guys. Sorry if i was not able to...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Rohit Umarjikar Posted: Thu Dec 15, 2016 11:20 am (GMT 5.5) Did you care to look at the solutions given so far? Please try it. All you got to do is ,replace ID by the right columns in the joins...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: RahulG31 Subject: Reply to: SQL query to run through list of values in table Posted: Thu Dec 15, 2016 11:47 am (GMT 5.5) Since, I like my own query, I would simply modify that as:Code:SELECT...
View ArticleCLIST & REXX :: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: anandgbe Subject: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO Posted: Thu Dec 15, 2016 4:20 pm (GMT 5.5) I am new to REXX. Actually I have couple of questions. I created a...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Ni3-db2 Posted: Thu Dec 15, 2016 5:42 pm (GMT 5.5) i came up the sql what arun wote , that will not work as it will give multiple rows._________________Nitin gandhi
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Ni3-db2 Posted: Thu Dec 15, 2016 5:48 pm (GMT 5.5) One more try to explian req. Table 1 Code:ID  TIME  MERCHANT    ABC  12:00  1    ABC  13:00  1  Table 2 Code:Code  Merchant...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Arun Raj Posted: Thu Dec 15, 2016 7:12 pm (GMT 5.5)Quote:i came up the sql what arun wote , that will not work as it will give multiple rowsBut in your recent post you mentioned,Quote:if valid...
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: Nic Clouston Posted: Thu Dec 15, 2016 8:18 pm (GMT 5.5) Please use the code tags when posting data/code. Thet maintain spacing. Your posted code appears to have no indentation - if that is true...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Rohit Umarjikar Posted: Thu Dec 15, 2016 10:12 pm (GMT 5.5) I still don't get why Arun's query doesn't work for what you wanted except sorting. So let us know in what case his query will fail....
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: Pedro Subject: Reply to: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO Posted: Thu Dec 15, 2016 11:00 pm (GMT 5.5)Quote:How to display both ZEDSMSG and ZEDLMSG at the same...
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: Pedro Subject: Reply to: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO Posted: Thu Dec 15, 2016 11:06 pm (GMT 5.5) The logic of your tool relies on editor macro statements....
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: daveporcelan Posted: Thu Dec 15, 2016 11:14 pm (GMT 5.5)Quote:ADDRESS ISREDIT "MACRO ("DSN") PROCESS" You have written and EDIT macro. This means you need to use edit (or view) to invoke this...
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: anandgbe Posted: Fri Dec 16, 2016 10:41 am (GMT 5.5) Hi All, Thanks for your most valuable time. Hi Pedro, Quote:You said you want both... but in this situation the long message text already...
View ArticleCLIST & REXX :: RE: Display ZEDLMSG without Pressing F1 &To avoid usingword TSO
Author: Willy Jensen Posted: Fri Dec 16, 2016 2:02 pm (GMT 5.5) The only solution that I know of which will work everywhere, is using the ISPF Command Table as previously suggested. I have done...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Tue Dec 20, 2016 7:30 pm (GMT 5.5) The article describes the process pretty clearly. As...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Virendra Shambharkar Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Tue Dec 20, 2016 7:35 pm (GMT 5.5) Thanks a lot_________________Virendra Shambharkar
View ArticleJCL & VSAM :: RE: DDNAME parameter
Author: Rohit Umarjikar Posted: Tue Dec 20, 2016 10:05 pm (GMT 5.5) Yes DDNAME has its own purpose, but in this context you will see no effect because there are NO "DD statements between the forward...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: Arun Raj Posted: Wed Dec 21, 2016 12:20 am (GMT 5.5)Quote:you should get ride of the step which produces this data set , if its no longer needed, making DD DUMMY to another step is just a half...
View Article