DFSORT/ICETOOL :: RE: Sort card to replace text using cross reference file
Author: Susanta Posted: Tue Sep 13, 2016 5:26 pm (GMT 5.5) tHNAKS for the inputs, i will try it out.._________________Regards
View ArticleDFSORT/ICETOOL :: RE: Sort card to replace text using cross reference file
Author: Nic Clouston Posted: Tue Sep 13, 2016 6:19 pm (GMT 5.5) After seven years you don't know the difference between JCL and Sort? Moving to DFSort. Also, you should know by now that you present...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: Nic Clouston Posted: Tue Sep 13, 2016 6:24 pm (GMT 5.5) See your site support for SCLM._________________Regards Nic
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: Robert Sample Posted: Tue Sep 13, 2016 6:45 pm (GMT 5.5) The compiler options can impact the amount of memory required, but to change the region for the compile itself, you must work outside...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: steve-myers Posted: Tue Sep 13, 2016 7:15 pm (GMT 5.5) I concur with both Mr. Clouston and Mr. Sample. Don't forget that SCLM, ISPF and parts of TSO are sitting in storage before SCLM starts...
View ArticleIDMS/ADSO :: IDMS/DC-COBOL program - SNAP error while compiling
Author: rakeshsekar1987 Subject: IDMS/DC-COBOL program - SNAP error while compiling Posted: Tue Sep 13, 2016 8:28 pm (GMT 5.5)Code:IGYPS2121-S  "SNAP" was not defined as a data-name. The statement...
View ArticleCICS :: RE: cics & real time monitoring
Author: lind sh Subject: Reply to: cics & real time monitoring Posted: Tue Sep 13, 2016 8:38 pm (GMT 5.5) Dear friend If you familiar whit COBOL you can view and inspect and / or customize DFH0STSY...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: Rohit Umarjikar Posted: Tue Sep 13, 2016 8:40 pm (GMT 5.5)Quote:I made the change and moved the SQLs within one of the SP to the program. I then, did a runstats and rebind and it proved to be...
View ArticleIDMS/ADSO :: RE: IDMS/DC-COBOL program - SNAP error while compiling
Author: Robert Sample Posted: Tue Sep 13, 2016 8:53 pm (GMT 5.5) The IGY prefix on the error messages indicates that COBOL is generating the messages. Either the code did not go through the IDMS...
View ArticleCICS :: How to calculate an specific transaction's response times
Author: lind sh Subject: How to calculate an specific transaction's response times Posted: Tue Sep 13, 2016 9:20 pm (GMT 5.5) Dear friends Is it possible to measuring an specific transaction's response...
View ArticleCICS :: RE: How to use my exit program.
Author: Robert Sample Posted: Tue Sep 13, 2016 9:31 pm (GMT 5.5) What version of CICS are you using? I've been looking at various versions, and your Code:EXEC CICS ENABLE PROGRAM(ME01PCEX)...
View ArticleIDMS/ADSO :: RE: IDMS/DC-COBOL program - SNAP error while compiling
Author: Rohit Umarjikar Posted: Tue Sep 13, 2016 10:51 pm (GMT 5.5) Welcome!! Please make a use of code tags.Quote: I thought SNAP was inbuilt key word Not for COBOL. I echo Mr.Robert Sample. Please...
View ArticleDFSORT/ICETOOL :: RE: Removing Extra Spaces in a comma separated file
Author: Rohit Umarjikar Posted: Tue Sep 13, 2016 11:56 pm (GMT 5.5) How about doing some research over here or on internet? I got few results for you. But you can always ask the producer to strip the...
View ArticleDFSORT/ICETOOL :: RE: Sort card to replace text using cross reference file
Author: Rohit Umarjikar Posted: Tue Sep 13, 2016 11:59 pm (GMT 5.5) Always bookmark, Smart DFSORT Tricks Look at page-14 onwards please._________________Regards, Rohit Umarjikar"Knowledge is knowing...
View ArticleCICS :: RE: How to calculate an specific transaction's response times
Author: Rohit Umarjikar Posted: Wed Sep 14, 2016 12:13 am (GMT 5.5)Quote:I don't want to use any monitoring tools such as Tivoli or such thing. Why not tools, what is the requirement or something you...
View ArticleCICS :: RE: How to calculate an specific transaction's response times
Author: Robert Sample Posted: Wed Sep 14, 2016 12:19 am (GMT 5.5)Quote:I thinks it is possible, because we can get total transaction's rate by STATISTIC capability.This does not mean that individual...
View ArticleCOBOL Programming :: RE: Replace function
Author: Rohit Umarjikar Posted: Wed Sep 14, 2016 3:31 am (GMT 5.5) Why even bother doing in Cobol, try doing it in DFSROT after FTP and get well formatted and a clean file out and then pass it to Cobol...
View ArticleDFSORT/ICETOOL :: Convert Hex to readable format.
Author: harpreet_Saini19 Subject: Convert Hex to readable format. Posted: Wed Sep 14, 2016 5:46 am (GMT 5.5) I have 2 fields in a file shown below: VARIABLE1 PIC X(01) VARIABLE2 PIC X(03) the values...
View ArticleDFSORT/ICETOOL :: RE: Convert Hex to readable format.
Author: Robert Sample Posted: Wed Sep 14, 2016 6:30 am (GMT 5.5)Quote:I hope my query is bit clear to understand.Nope, not at all. The first variable is a one-byte binary field and hence easy enough to...
View ArticleCA Products :: Easytrieve - Report writing - Only 1 REPORT para executing.
Author: Abhi Nature Subject: Easytrieve - Report writing - Only 1 REPORT para executing. Posted: Wed Sep 14, 2016 11:40 am (GMT 5.5) Hello! I am writing a report using REPORT writing functionality of...
View Article