DFSORT/ICETOOL :: RE: Removing Extra Spaces in a comma separated file
Author: magesh23586 Subject: Reply to: Removing Extra Spaces in a comma separated file Posted: Tue Sep 13, 2016 11:10 am (GMT 5.5) May be this will work.Code: //SYSIN DD *...
View ArticleDFSORT/ICETOOL :: RE: Removing Extra Spaces in a comma separated file
Author: mistah kurtz Posted: Tue Sep 13, 2016 1:52 pm (GMT 5.5) Try this sort card. See if it works for you. I don't have DFSORT, tested it on syncsort assuming both input/output are fb/80....
View ArticleCICS :: How to use my exit program.
Author: lind sh Subject: How to use my exit program. Posted: Tue Sep 13, 2016 1:54 pm (GMT 5.5) Dear friends I wrote GLUE program that must be called at XPCFTCH point. But there is not doing and thing....
View ArticleDFSORT/ICETOOL :: Sort card to replace text using cross reference file
Author: Susanta Subject: Sort card to replace text using cross reference file Posted: Tue Sep 13, 2016 4:17 pm (GMT 5.5) Hi I have below 2 input files, File1 ..(need to replace string start pos=1,...
View ArticleIBM Tools :: Not enough virtual memory is available to continue
Author: Vinay Pushpala Subject: Not enough virtual memory is available to continue Posted: Tue Sep 13, 2016 4:37 pm (GMT 5.5) Im trying to build an archdef in SCLM and Im getting the below error...
View ArticleDFSORT/ICETOOL :: RE: Sort card to replace text using cross reference file
Author: mistah kurtz Posted: Tue Sep 13, 2016 4:51 pm (GMT 5.5) Yes. It can be done in DFSORT using JOIN. Please search the forum. There are many examples.
View ArticleDFSORT/ICETOOL :: RE: Sort card to replace text using cross reference file
Author: mistah kurtz Posted: Tue Sep 13, 2016 5:23 pm (GMT 5.5) It is a simple JOINKEYS with JOIN UNPAIRED,F1 and a REFORMAT statement (entire F1 and the new value from cross-ref file and ?), and...
View ArticleDFSORT/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 Article