JCL & VSAM :: TSO or command line utility to generate records in PS file
Author: kishpra Subject: TSO or command line utility to generate records in PS file Posted: Thu Mar 09, 2017 1:11 am (GMT 5.5) HI, I have a sequential file with LRECL=15 and with no records. I want...
View ArticleJCL & VSAM :: RE: TSO or command line utility to generate records in PS file
Author: Akatsukami Posted: Thu Mar 09, 2017 1:48 am (GMT 5.5) IEBDG._________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleJCL & VSAM :: RE: TSO or command line utility to generate records in PS file
Author: Robert Sample Posted: Thu Mar 09, 2017 2:03 am (GMT 5.5) You have a number of options: - as mentioned, IEBDG does it easily (in 4 control statements) - if your site has SAS, or Easytrieve, you...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Danielle.Filteau Posted: Thu Mar 09, 2017 2:08 am (GMT 5.5) Thank you for your help, it finally made sense. This did work and gave me my output lined up the way it needed to be. Code: //BLDACTV...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: sergeyken Posted: Thu Mar 09, 2017 2:37 am (GMT 5.5) Just FYI: 1) Work files //SORTWKnn are not required by SYNCSORT as explicitly defined since long time - you can reduce your JCL lines almost...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Arun Raj Posted: Thu Mar 09, 2017 2:56 am (GMT 5.5)sergeyken wrote:Parameters FILE=F1/2 can be replaced with F1=fname1 / F2=fname2 - for clarityLast time when I was at a Syncsort (IIRC it was...
View ArticleJCL & VSAM :: RE: TSO or command line utility to generate records in PS file
Author: Arun Raj Posted: Thu Mar 09, 2017 3:05 am (GMT 5.5) Besides the options already suggested by Robert and Akatsukami, if you have any of the sort products installed, you could make use of the...
View ArticleSYNCSORT :: Join giving more records than expected
Author: Danielle.Filteau Subject: Join giving more records than expected Posted: Thu Mar 09, 2017 3:28 am (GMT 5.5) Hi, I have 2 input files: CCIDVAL and CCIDPIT. CCIDVAL is based on CCIDPIT, with...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Danielle.Filteau Posted: Thu Mar 09, 2017 3:31 am (GMT 5.5) Sergeyken is right, I could use F1=ddname instead of FILE=F1. This is in the manual for Syncsort MFX r2.1.
View ArticleSYNCSORT :: RE: Join giving more records than expected
Author: Bill Woodger Subject: Reply to: Join giving more records than expected Posted: Thu Mar 09, 2017 3:38 am (GMT 5.5) You will have some duplicate keys, on either file, or on both.
View ArticlePL/I & Assembler :: what is meaning of the number in dcl
Author: Martylin Subject: what is meaning of the number in dcl Posted: Thu Mar 09, 2017 7:18 am (GMT 5.5) I've been writing PL/I for a few months, but I still don't know what is meaning of the number...
View ArticlePL/I & Assembler :: RE: what is meaning of the number in dcl
Author: Robert Sample Subject: Reply to: what is meaning of the number in dcl Posted: Thu Mar 09, 2017 8:43 am (GMT 5.5) The Language Reference manual is where you SHOULD be looking. If you look at the...
View ArticlePL/I & Assembler :: RE: what is meaning of the number in dcl
Author: Martylin Subject: Re: Reply to: what is meaning of the number in dcl Posted: Thu Mar 09, 2017 9:14 am (GMT 5.5)Robert Sample wrote:The Language Reference manual is where you SHOULD be looking....
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Arun Raj Posted: Thu Mar 09, 2017 10:17 am (GMT 5.5) Danielle.Filteau - Cool. Good to know Syncsort has 'acquired' this DFSORT feature now. I am at a DFSORT shop these days. So no idea about...
View ArticleSYNCSORT :: RE: Join giving more records than expected
Author: Arun Raj Posted: Thu Mar 09, 2017 10:24 am (GMT 5.5) The JNF1/JNF2 statistics ('PAIRED' counts) in the SYSOUT should give an idea on duplicate keys._________________Arun...
View ArticleCLIST & REXX :: REXX cdoe to purge a JOB from spool after successful Run.
Author: Sulabh Agrawal Subject: REXX cdoe to purge a JOB from spool after successful Run. Posted: Thu Mar 09, 2017 11:36 am (GMT 5.5) Hi Group,.... I have requirement to check the SPOOL for a given JOB...
View ArticleCICS :: INVOKE WEBSERVICE error
Author: danik56 Subject: INVOKE WEBSERVICE error Posted: Thu Mar 09, 2017 11:52 am (GMT 5.5) I'm trying to deploy and run the sample catalog example application. When executing the ECLI transaction the...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: Bill Woodger Subject: Reply to: REXX cdoe to purge a JOB from spool after successful Run. Posted: Thu Mar 09, 2017 11:59 am (GMT 5.5) Talk to your Scheduler people.
View ArticleDB2 :: To display values of multiple rows into singlw row
Author: vinu78 Subject: To display values of multiple rows into singlw row Posted: Thu Mar 09, 2017 1:20 pm (GMT 5.5) Hi All, My requirement is, to have values in multiple rows of a query to be...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: Willy Jensen Posted: Thu Mar 09, 2017 2:29 pm (GMT 5.5) Or look at the REXX SDSF API._________________WJ
View Article