DFSORT/ICETOOL :: RE: Next max
Author: Bill Woodger Subject: Reply to: Next max Posted: Fri Jun 17, 2016 2:30 am (GMT 5.5) Full knowledge of the data is important. Consecutive blanks would be a problem, as well as blanks in the...
View ArticleDFSORT/ICETOOL :: RE: Next max
Author: sqlcode1 Posted: Fri Jun 17, 2016 2:58 am (GMT 5.5) RESTART is there so that rules don't cross client boundaries. GROUP/PUSH vs JOINKEY is a preference thing Thanks,
View ArticleDFSORT/ICETOOL :: RE: Next max
Author: Bill Woodger Subject: Reply to: Next max Posted: Fri Jun 17, 2016 3:06 am (GMT 5.5) You've got the client in the for the key. What bounds would you cross? Maybe it's preference, but I go for...
View ArticleSYNCSORT :: JOINKEYs and Variable files
Author: migusd Subject: JOINKEYs and Variable files Posted: Fri Jun 17, 2016 3:16 am (GMT 5.5) Hello guys, I am trying now to compare previous & current for the same file. Trying to catch the...
View ArticleMainframe Jobs :: Mainframe Openings for 3 to 5 years in Chennai
Author: muralikrishnan_new Subject: Mainframe Openings for 3 to 5 years in Chennai Posted: Fri Jun 17, 2016 4:48 pm (GMT 5.5) Hi All, We have an opening in CTS for Mainframe Developer, below are the...
View ArticleJCL & VSAM :: COND parameter vs IF THEN ELSE
Author: Alks Subject: COND parameter vs IF THEN ELSE Posted: Fri Jun 17, 2016 5:28 pm (GMT 5.5) Hi, I have a requirement of checking the existense of a file before transmitting it through NDM. COND...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: expat Posted: Fri Jun 17, 2016 5:53 pm (GMT 5.5) Where is this inbuilt abend step, you haven't shown us What condition code execution does this step have_________________Some people are like...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Alks Posted: Fri Jun 17, 2016 6:16 pm (GMT 5.5) Hi expat, The inbuilt abend step is in the CDRBATCH step. The jcl goes like this: //JS005 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: David Robinson Subject: Reply to: COND parameter vs IF THEN ELSE Posted: Fri Jun 17, 2016 6:35 pm (GMT 5.5) The CDRBATCH step is not step but a proc. Presumably that contains both the NDM...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Alks Posted: Fri Jun 17, 2016 6:45 pm (GMT 5.5) Hello David, even I'm not very sure as how its happening. This is what I have in JESMSG -------------------------------------------------...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Alks Subject: Re: Reply to: COND parameter vs IF THEN ELSE Posted: Fri Jun 17, 2016 6:50 pm (GMT 5.5)David Robinson wrote:". The COND statement that you have shown will apply to all steps in...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Robert Sample Posted: Fri Jun 17, 2016 7:00 pm (GMT 5.5)Quote:I guess this CDRBATCH having abend step is specific to my shop.Since the entire job is specific to your shop, and nowhere else in...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Alks Posted: Fri Jun 17, 2016 7:14 pm (GMT 5.5) Thanks Robert for showing my place to me. But when I am using IF ENDIF to control the execution of CDRBATCH, the ABEND step is not getting...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Robert Sample Posted: Fri Jun 17, 2016 7:25 pm (GMT 5.5) Why would the ABEND step be triggered? You have not posted the JCL for this step, so we have no idea if it has any conditional execution...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Alks Posted: Fri Jun 17, 2016 7:47 pm (GMT 5.5) The abend condition is COND=(5,GT,CDRBATCH). If my understanding is right when CDRBATCH RC=0, the abend step should get flushed. XXCDRBATCH PROC...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: RahulG31 Subject: Reply to: COND parameter vs IF THEN ELSE Posted: Fri Jun 17, 2016 8:14 pm (GMT 5.5) You should apply the COND to the step you want. In this case, it's the step name is...
View ArticleJCL & VSAM :: RE: COND parameter vs IF THEN ELSE
Author: Robert Sample Posted: Fri Jun 17, 2016 8:42 pm (GMT 5.5) When you start mixing COND with EXEC of PROC as well as programs, you have to expect the unexpected. I suspect what you are seeing is...
View ArticleSYNCSORT :: RE: Comparing two VB files
Author: migusd Posted: Fri Jun 17, 2016 9:29 pm (GMT 5.5) where you able to make it work?_________________shikoulitz
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: Rohit Umarjikar Posted: Sat Jun 18, 2016 12:08 am (GMT 5.5) looks like you have not included RDW , look at BUILD._________________Regards, Rohit Umarjikar"Some things Man was never meant to...
View ArticleSYNCSORT :: RE: Comparing two VB files
Author: Rohit Umarjikar Posted: Sat Jun 18, 2016 12:10 am (GMT 5.5) Please don't reply to old thread instead start a new one next time._________________Regards, Rohit Umarjikar"Some things Man was...
View Article