COBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: Nic Clouston Posted: Tue Jun 13, 2017 3:37 pm (GMT 5.5) RKS, Why ask Dave that? Do you have XREFPLUS installed at your place? If you do then you will access to the anuals and there will be...
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: RKS3 Posted: Tue Jun 13, 2017 4:39 pm (GMT 5.5)Nic Clouston wrote:RKS, Why ask Dave that? Do you have XREFPLUS installed at your place? If you do then you will access to the anuals and there...
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: daveporcelan Posted: Tue Jun 13, 2017 5:13 pm (GMT 5.5) At one point, our company had considered ending our contract for XREFPLUS! They had asked me to come up with alternative. I looked into...
View ArticleJCL & VSAM :: RE: CONTIG for performance?
Author: Robert Sample Subject: Reply to: CONTIG for performance? Posted: Wed Jun 14, 2017 12:26 am (GMT 5.5) I don't think performance is the issue any more -- but RACF, for example, has CONTIG coded...
View ArticleSYNCSORT :: compare 2 rows within the same file
Author: ram_vizag Subject: compare 2 rows within the same file Posted: Wed Jun 14, 2017 12:34 am (GMT 5.5) I would like to know how to compare two rows within same file and write matched records into...
View ArticleSYNCSORT :: RE: compare 2 rows within the same file
Author: Akatsukami Posted: Wed Jun 14, 2017 2:15 am (GMT 5.5) Look up JOINKEYS in the manual._________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleSYNCSORT :: RE: compare 2 rows within the same file
Author: ram_vizag Posted: Wed Jun 14, 2017 2:57 am (GMT 5.5) Hey Akatsukami, If you done before using JOINKEYS share it._________________Ram
View ArticleSYNCSORT :: RE: compare 2 rows within the same file
Author: Robert Sample Posted: Wed Jun 14, 2017 3:13 am (GMT 5.5) ram_vizag, after almost 9 years here you should know that this is a HELP forum, not a WRITE-THE-CODE-FOR-YOU forum. If you ask for code,...
View ArticleJCL & VSAM :: RE: CONTIG for performance?
Author: JPVRoff Subject: Reply to: CONTIG for performance? Posted: Wed Jun 14, 2017 4:01 am (GMT 5.5) Interesting. For any other database I might question the algorithm used, but I can see the point...
View ArticleJCL & VSAM :: What is the Extract Function in JCL
Author: dharmaraok Subject: What is the Extract Function in JCL Posted: Wed Jun 14, 2017 9:12 am (GMT 5.5) Hi Team, //JS010 EXEC PROC, // EXTRACT=|1610| //* What is the meaning of Extract Function in...
View ArticleJCL & VSAM :: RE: What is the Extract Function in JCL
Author: steve-myers Posted: Wed Jun 14, 2017 9:26 am (GMT 5.5) We here cannot answer your query. There are two reasons.The vertical bars in your example are not part of JCL. All you will get is a JCL...
View ArticleSYNCSORT :: RE: compare 2 rows within the same file
Author: Rohit Umarjikar Subject: Reply to: compare 2 rows within the same file Posted: Wed Jun 14, 2017 10:26 am (GMT 5.5) No one will give you readymade solutions here until you try...
View ArticleJCL & VSAM :: RE: What is the Extract Function in JCL
Author: vasanthz Posted: Wed Jun 14, 2017 11:02 am (GMT 5.5)Code://JS010 EXEC PROC If the EXEC statement does not have PGM= then it is a PROC. Your statement is a PROC. Inside the PROC the EXTRACT...
View ArticleIBM Tools :: OPC - job preconditions
Author: jzhardy Subject: OPC - job preconditions Posted: Wed Jun 14, 2017 11:19 am (GMT 5.5) does anyone know how to extract from OPC detailed job stats showing actual release times for special...
View ArticleJCL & VSAM :: RE: What is the Extract Function in JCL
Author: enrico-sorichetti Subject: Reply to: What is the Extract Function in JCL Posted: Wed Jun 14, 2017 1:21 pm (GMT 5.5) pretty dumb question for a person who claims JCL as a skill...
View ArticleJCL & VSAM :: RE: CONTIG for performance?
Author: enrico-sorichetti Subject: Reply to: CONTIG for performance? Posted: Wed Jun 14, 2017 1:23 pm (GMT 5.5)Quote:I wonder if there's any other places where a CONTIG would be appropriate normally it...
View ArticleSYNCSORT :: RE: compare 2 rows within the same file
Author: enrico-sorichetti Subject: Reply to: compare 2 rows within the same file Posted: Wed Jun 14, 2017 1:29 pm (GMT 5.5) the question has already been asked a few times, search the...
View ArticleDFSORT/ICETOOL :: Include/omit with "ALL" parameter
Author: mgl Subject: Include/omit with "ALL" parameter Posted: Wed Jun 14, 2017 2:31 pm (GMT 5.5) Hello, I saw in a Dfsort joinkey job the following omit statement in jnf1cntl:Code: OMIT...
View ArticleSYNCSORT :: RE: compare 2 rows within the same file
Author: Nic Clouston Posted: Wed Jun 14, 2017 4:14 pm (GMT 5.5) Your terminology could be better: not 'file' but a 'data set' and both files and data sets have records, not rows. SQL tables have...
View ArticleDFSORT/ICETOOL :: RE: Include/omit with "ALL" parameter
Author: Rohit Umarjikar Posted: Wed Jun 14, 2017 4:39 pm (GMT 5.5)DFSORT OMIT COND_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to...
View Article