TSO/ISPF :: Why can I not turn my PANELID/SCRNAME OFF?
Author: Jan Olivetti Subject: Why can I not turn my PANELID/SCRNAME OFF? Posted: Sat Aug 13, 2016 1:48 am (GMT 5.5) In my ISPF sessions, my panelid (e.g., ISR@PRIM) shows up in every screen. I have...
View ArticleTSO/ISPF :: RE: Why can I not turn my PANELID/SCRNAME OFF?
Author: RahulG31 Subject: Reply to: Why can I not turn my PANELID/SCRNAME OFF? Posted: Sat Aug 13, 2016 2:09 am (GMT 5.5) If it is present at the top left corner then give command 'PANELID' to turn it...
View ArticleTSO/ISPF :: RE: Why can I not turn my PANELID/SCRNAME OFF?
Author: Jan Olivetti Posted: Sat Aug 13, 2016 2:10 am (GMT 5.5) SWAPBAR did the trick. Thanks!
View ArticleJCL & VSAM :: Query on BLSR
Author: Nileshkul Subject: Query on BLSR Posted: Sat Aug 13, 2016 5:18 am (GMT 5.5) Please help with a query on BLSR: I have a 20 threads for a job running paralally. A VSAM file which has 20 copies...
View ArticleJCL & VSAM :: RE: Query on BLSR
Author: Robert Sample Posted: Sat Aug 13, 2016 8:05 am (GMT 5.5) BLSR improves performances for random access of VSAM data sets (you do NOT have a "VSAM file" -- you have a VSAM data set; the only...
View ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: Willy Jensen Posted: Sat Aug 13, 2016 2:22 pm (GMT 5.5) did you try:Code:COMMAND = 'LQ,JOB='myjobname RSLT = CAL2X2WA(command)Â ?_________________WJ
View ArticleAll Other Mainframe Topics :: RE: "DFSRRC00 vs IKJEFT01" for calling...
Author: arunsoods Subject: Reply to: "DFSRRC00 vs IKJEFT01" for calling DB2-Cobol Programs Posted: Sat Aug 13, 2016 2:31 pm (GMT 5.5) Actually we are optimizing all our job. So I found that all our...
View ArticleDB2 :: RE: DB2 Unload format options
Author: Nic Clouston Posted: Sat Aug 13, 2016 6:57 pm (GMT 5.5) What does the manual say? And why post a DB2 question in the JCL section (moved to DB2 for you)? And, surely you know how to use the code...
View ArticleAll Other Mainframe Topics :: RE: "DFSRRC00 vs IKJEFT01" for calling...
Author: Robert Sample Posted: Sat Aug 13, 2016 7:43 pm (GMT 5.5)Quote:Actually we are optimizing all our job.I assume you work for a contracting company attempting to pad its hours? The ONLY time with...
View ArticleDB2 :: RE: DB2 Unload format options
Author: Rohit Umarjikar Posted: Sat Aug 13, 2016 9:21 pm (GMT 5.5) I don't think anything implicit available as such so you need to code for but most importantly why did you not talk to DBA Yet as they...
View ArticleTSO/ISPF :: RE: Why can I not turn my PANELID/SCRNAME OFF?
Author: prino Posted: Sat Aug 13, 2016 10:23 pm (GMT 5.5) Why in the world would anyone want to turn the swapbar off? It's one of those things that makes working with more than two split screens an...
View ArticleJCL & VSAM :: RE: Query on BLSR
Author: Nileshkul Subject: Thanks Posted: Sun Aug 14, 2016 12:48 am (GMT 5.5) Got it now, thanks
View ArticleDB2 :: Multi row fetch - "for read only"
Author: Nileshkul Subject: Multi row fetch - "for read only" Posted: Sun Aug 14, 2016 12:52 am (GMT 5.5) Help with a query please. Planning to use multirow fetch in online screen. So have a query :...
View ArticleDB2 :: RE: Multi row fetch - "for read only"
Author: Rohit Umarjikar Posted: Sun Aug 14, 2016 10:00 pm (GMT 5.5) Do you have manuals ? If not then look at the top part of this forum and then look what's the clause. This time I found for you, look...
View ArticleDB2 :: RE: Multi row fetch - "for read only"
Author: Rohit Umarjikar Posted: Sun Aug 14, 2016 10:00 pm (GMT 5.5) Do you have manuals ? If not then look at the top part of this forum and then look what's the clause. This time I found for you, look...
View ArticleDB2 :: RE: Multi row fetch - "for read only"
Author: Nileshkul Subject: Sorry if I was not clear Posted: Sun Aug 14, 2016 10:13 pm (GMT 5.5) My question was specific to multi row fetch cursor, planning to read 100 rows in single fetch Thanks -...
View ArticleDB2 :: RE: Multi row fetch - "for read only"
Author: Rohit Umarjikar Posted: Mon Aug 15, 2016 8:33 am (GMT 5.5) Why do you think the Read Only clause differs for multi row fetch without reading manuals?_________________Regards, Rohit...
View ArticleAll Other Mainframe Topics :: RE: Released Init 0
Author: Rohit Umarjikar Posted: Mon Aug 15, 2016 8:35 am (GMT 5.5) Also try to post your answer back here so that anyone else looking for similar question would be benefited._________________Regards,...
View ArticleAll Other Mainframe Topics :: RE: "DFSRRC00 vs IKJEFT01" for calling...
Author: Rohit Umarjikar Posted: Mon Aug 15, 2016 8:49 am (GMT 5.5) Major concentratation should be on SQL OR using proper indexes , the way you call or execute shouldn't matter much.Roberts signature...
View ArticleIBM Tools :: RE: Fault Analyser - missing code explanations.
Author: Rohit Umarjikar Posted: Mon Aug 15, 2016 9:08 am (GMT 5.5)Code:AMQ8192 WebSphere MQ command server already starting. Severity 40 : Stop Error Explanation The request to start the command server...
View Article