CICS :: Partial color change of a field in CICS Screen.
Author: waseem0424 Subject: Partial color change of a field in CICS Screen. Posted: Fri Sep 29, 2017 7:56 pm (GMT 5.5) Hi! I have a requirement to change some of the text in a variable in CICS. When...
View ArticleAll Other Mainframe Topics :: RE: FTP Skip or ignore error and process other...
Author: AJAYREDDY Subject: Reply to: FTP Skip or ignore error and process other files Posted: Fri Sep 29, 2017 9:17 pm (GMT 5.5) Thanks Nic. I think that is what we are going to do. I gave that one as...
View ArticleCICS :: RE: Partial color change of a field in CICS Screen.
Author: prino Posted: Fri Sep 29, 2017 10:29 pm (GMT 5.5) Ah, another "requirement". Who came up with it, some PHB, or you yourself ("which I want to highlight"), to fancify your output? It's possible,...
View ArticleCompuware & Other Tools :: RE: File Aid tool to compare numeric data
Author: balaji81_k Posted: Sat Sep 30, 2017 1:45 am (GMT 5.5) Hi Sergeyken, Sorry for the delayed response. My bad i misunderstood the manual . Any numeric data can be compared with BATCH JCL using...
View ArticleAll Other Mainframe Topics :: RE: FTP Skip or ignore error and process other...
Author: Nic Clouston Posted: Sat Sep 30, 2017 3:35 am (GMT 5.5) That should keep you busy - for abouit an hour._________________Regards Nic
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: Pedro Subject: Reply to: Rexx to execute spool commands Posted: Sat Sep 30, 2017 5:40 am (GMT 5.5) You might also try a job message class where the output is deleted after the job...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: steve-myers Posted: Sat Sep 30, 2017 6:29 am (GMT 5.5) The $DQ command does not display the SPOOL utilization of a single job. It displays the current SPOOL utilization of the system. I think...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: upendrasri Posted: Sat Sep 30, 2017 6:57 am (GMT 5.5) Hi Pedro, Thank you. But what I need is through this Job am going to execute multiple commands (More than 1000) , Even If I delete the Job...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: upendrasri Posted: Sat Sep 30, 2017 7:08 am (GMT 5.5) Hi Steve, Am issuing the below Jes command to know the Spool percentage occupied by a job in spool /$DJQ 'JOBNAME',SPL Here is an example....
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: Willy Jensen Posted: Sat Sep 30, 2017 1:48 pm (GMT 5.5) I don't think that you can avoid that command output is copied to spool when using SDSF batch._________________WJ
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: Willy Jensen Posted: Sat Sep 30, 2017 1:50 pm (GMT 5.5) I strongly suggest that you look at the SDSF REXX API. With that you can avoid some of the displays._________________WJ
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: upendrasri Posted: Sat Sep 30, 2017 2:28 pm (GMT 5.5) Hi Willy Jensen, Okay. Is there anyway to know the spool percentage used by a single Job other than issuing Jes command?...
View ArticleCICS :: RE: Partial color change of a field in CICS Screen.
Author: waseem0424 Subject: Reply to: Partial color change of a field in CICS Screen. Posted: Sat Sep 30, 2017 3:07 pm (GMT 5.5) It is actually a requirement from business. I'm not able to display it...
View ArticleCICS :: RE: Partial color change of a field in CICS Screen.
Author: prino Posted: Sat Sep 30, 2017 3:20 pm (GMT 5.5) Your requirement is, and I'm pretty sure about that, impossible to fulfil without using multiple BMS maps. Unlike ISPF, CICS doesn't know the...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: Willy Jensen Posted: Sat Sep 30, 2017 3:22 pm (GMT 5.5) Certainly. The STATUS display gives you the TGPCT amongst other info. Look in SDSF, if the information is shown on a screen, you can most...
View ArticleCICS :: RE: Partial color change of a field in CICS Screen.
Author: waseem0424 Posted: Sat Sep 30, 2017 3:40 pm (GMT 5.5) Thank you Prino, Is it possible to generate BMS Maps in Cobol program dynamically? If yes then how?_________________Thanks & Regards,...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: upendrasri Posted: Sat Sep 30, 2017 3:46 pm (GMT 5.5) Hi Willy Jensen, Actually I have compare both Jes spool command TGPCT as below TKSR 00000290 $DJQ 'TTSYTKSR',SPL JOB63125 00000090 $HASP890...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: prino Posted: Sat Sep 30, 2017 3:52 pm (GMT 5.5)upendrasri wrote: For the Job TTSYTKSR From the Jes spool command spool percentage is : 0.0019 But for the same Job TGPCT showed as 0.00. Not...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: upendrasri Posted: Sat Sep 30, 2017 3:57 pm (GMT 5.5) Hi Prino, Oh yeah got it but I want to know the actual spool percentage occupied by that particular Job? Is there anyway to get the actual...
View ArticleCICS :: RE: Partial color change of a field in CICS Screen.
Author: prino Posted: Sat Sep 30, 2017 4:03 pm (GMT 5.5)waseem0424 wrote:Is it possible to generate BMS Maps in Cobol program dynamically? If yes then how? BMS Maps are load modules, and you (general...
View Article