Suggestions & Feedback :: RE: Bookmarked topics
Author: mcmillan Posted: Thu Aug 04, 2016 7:11 pm (GMT 5.5) The link for Bookmarked Topics is available at the footer._________________Ever Loving, McMillan...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Daniel Teolotitla Posted: Thu Aug 04, 2016 8:08 pm (GMT 5.5) Because when I run the transaction without catch, I see my displays to validate the time the routine is invoked and time in...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Robert Sample Posted: Thu Aug 04, 2016 8:42 pm (GMT 5.5) What are you expecting? From the Assembler Services Reference manual on STIMERM (emphasis added by me):Quote:The time interval is a...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Daniel Teolotitla Posted: Thu Aug 04, 2016 8:53 pm (GMT 5.5) well, i dont expect a response, i expect the macro run and consume the time, i see not running because my start time is equal to my...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Robert Sample Posted: Thu Aug 04, 2016 9:03 pm (GMT 5.5) I'm getting very close to locking this topic as an unproductive waste of time. We're having to drag information out of you, once piece...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: steve-myers Posted: Thu Aug 04, 2016 9:29 pm (GMT 5.5)Robert Sample wrote:... Since you are telling STIMERM to delay one-half a second, ...The requested wait time is actually 80/100th of a...
View ArticleTSO/ISPF :: RE: dataset copy question - REPRO or something else
Author: Pedro Subject: Reply to: dataset copy question - REPRO or something else Posted: Thu Aug 04, 2016 9:31 pm (GMT 5.5) If you are only logged on to the target system, I think the only choice is to...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Robert Sample Posted: Fri Aug 05, 2016 12:11 am (GMT 5.5) In the manual, the description of STIMERM specifically says the low-order bit has a value of 0.01 seconds. In any case, the STIMERM...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: steve-myers Posted: Fri Aug 05, 2016 2:11 am (GMT 5.5)Robert Sample wrote:In the manual, the description of STIMERM specifically says the low-order bit has a value of 0.01 seconds. ...OK then....
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Robert Sample Posted: Fri Aug 05, 2016 5:53 am (GMT 5.5) One of the things I don't understand is that you've spent a day and a half since posting that STIMERM didn't work, when you could have...
View ArticleDB2 :: Can we use OPTIMIZE FOR 1 ROWS for fetching first record
Author: cvijay784 Subject: Can we use OPTIMIZE FOR 1 ROWS for fetching first record Posted: Fri Aug 05, 2016 11:56 am (GMT 5.5) Hi, I have a question. I would like to know if FETCH FIRST 1 ROWS ONLY...
View ArticleDB2 :: RE: Can we use OPTIMIZE FOR 1 ROWS for fetching first record
Author: Rohit Umarjikar Posted: Fri Aug 05, 2016 5:11 pm (GMT 5.5) learn to search first on Google or this forum or manuala instead of quick answers.Optimizing retrieval for a small set of rows...
View ArticleCOBOL Programming :: Is possible to call subprogram from cobol Stored procedure
Author: cmsmoon Subject: Is possible to call subprogram from cobol Stored procedure Posted: Fri Aug 05, 2016 6:46 pm (GMT 5.5) hi Friends, I have a normal batch cobol program and cobol stored...
View ArticleDFSORT/ICETOOL :: RE: Creating a dynamic sort card in JCL using sort
Author: mistah kurtz Posted: Fri Aug 05, 2016 7:01 pm (GMT 5.5) Here is sample: Code: //STEP01 EXEC PGM=SORT //SORTIN DD *...
View ArticleDFSORT/ICETOOL :: RE: Creating a dynamic sort card in JCL using sort
Author: ChitraChhabra Posted: Fri Aug 05, 2016 7:11 pm (GMT 5.5) Hi Mistah.. wonderful !!.. I got your idea..that can work out for me.
View ArticleCLIST & REXX :: RE: Data set is allocated to another job or user
Author: Nic Clouston Posted: Fri Aug 05, 2016 7:22 pm (GMT 5.5) I also do not see the use of code tags so I am not going to bother to confirm, or otherwise, Akatsukami's...
View ArticleSuggestions & Feedback :: "View Recent Topics"- Minor bug
Author: Rohit Umarjikar Subject: "View Recent Topics"- Minor bug Posted: Fri Aug 05, 2016 7:38 pm (GMT 5.5) Team, I unknowingly entered '*4' and got the below error.Code:could not obtain main...
View ArticleSuggestions & Feedback :: RE: "View Recent Topics"- Minor bug
Author: mcmillan Posted: Fri Aug 05, 2016 9:21 pm (GMT 5.5) The code is expecting a numeric field in the input field and not written to handle any non numeric data. I will look into...
View ArticleSuggestions & Feedback :: RE: "View Recent Topics"- Minor bug
Author: RahulG31 Subject: Reply to: "View Recent Topics"- Minor bug Posted: Sat Aug 06, 2016 1:17 am (GMT 5.5) I think it's a major flaw and, in some situations, can become a cause for 'SQL Injection'. .
View ArticleSuggestions & Feedback :: RE: "View Recent Topics"- Minor bug
Author: mcmillan Posted: Sat Aug 06, 2016 1:47 am (GMT 5.5) Yes Rahul, we are working on this issue._________________Ever Loving, McMillan...
View Article