DFSORT/ICETOOL :: RE: 2 vsam file compare and update a field based on a...
Author: Robert Sample Posted: Mon May 30, 2016 3:36 am (GMT 5.5) Why have you been struggling for 10 days to get a SORT solution working? Write a program in the language of your choice (COBOL would...
View ArticleDFSORT/ICETOOL :: RE: 2 vsam file compare and update a field based on a...
Author: ABINAYATHULASI Subject: Reply to: 2 vsam file compare and update a field based on a condition Posted: Mon May 30, 2016 10:03 am (GMT 5.5) My requirement is that I should write only in jcl...
View ArticleDFSORT/ICETOOL :: RE: 2 vsam file compare and update a field based on a...
Author: steve-myers Posted: Mon May 30, 2016 10:31 am (GMT 5.5) A task completed by DFSORT is not JCL. You are using JCL to run a program known as DFSORT. All that JCL does is instruct the operating...
View ArticleDFSORT/ICETOOL :: RE: 2 vsam file compare and update a field based on a...
Author: Robert Sample Posted: Mon May 30, 2016 5:52 pm (GMT 5.5) This CANNOT be done through JCL alone. You must use a program - COBOL or SORT or whatever - to do it. The requirement makes it sound...
View ArticleCOBOL Programming :: comparing comp-3 and unpacked numbers
Author: juares castro Subject: comparing comp-3 and unpacked numbers Posted: Mon May 30, 2016 6:46 pm (GMT 5.5) Hi everyone! Is the comparison between COMP-3 numbers against unpacked numbers OK? I...
View ArticleCOBOL Programming :: RE: comparing comp-3 and unpacked numbers
Author: Robert Sample Posted: Mon May 30, 2016 7:05 pm (GMT 5.5) Have you read the Enterprise COBOL Language Reference manual on numeric comparisons? If not, why not -- it has almost all the answers...
View ArticleCLIST & REXX :: Generic rename by patternâ
Author: Steve Coalbran Subject: Generic rename by patternâ Posted: Mon May 30, 2016 9:34 pm (GMT 5.5) Hi Guys I'm in search of a generic name converter. I'm actually wanting it for renaming members...
View ArticleDFSORT/ICETOOL :: RE: 2 vsam file compare and update a field based on a...
Author: Bill Woodger Subject: Reply to: 2 vsam file compare and update a field based on a condition Posted: Tue May 31, 2016 2:51 am (GMT 5.5) You must show your code. Some sample representative data,...
View ArticleCLIST & REXX :: RE: Generic rename by patternâ
Author: Bill Woodger Subject: Reply to: Generic rename by patternâ Posted: Tue May 31, 2016 2:58 am (GMT 5.5) If your z/OS supports it, have you looked at "regular expressions"?
View ArticleCOBOL Programming :: RE: comparing comp-3 and unpacked numbers
Author: juares castro Posted: Tue May 31, 2016 6:30 am (GMT 5.5) Thanks a lot Robert! I will read COBOL Language Reference manual as You said._________________Thanks! juares castro
View ArticleCLIST & REXX :: RE: Generic rename by patternâ
Author: Marso Subject: Reply to: Generic rename by patternâ Posted: Tue May 31, 2016 2:35 pm (GMT 5.5) I tried Code:RENAME ABC*X%9 XYZ===== on members in my PDS, and it worked.
View ArticleCLIST & REXX :: RE: Generic rename by patternâ
Author: Steve Coalbran Subject: Re: Reply to: Generic rename by patternâ Posted: Tue May 31, 2016 2:37 pm (GMT 5.5)Bill Woodger wrote:If your z/OS supports it, have you looked at "regular...
View ArticleCLIST & REXX :: RE: Generic rename by patternâ
Author: Steve Coalbran Subject: Re: Reply to: Generic rename by patternâ Posted: Tue May 31, 2016 2:46 pm (GMT 5.5)Marso wrote:I tried Code:RENAME ABC*X%9 XYZ===== on members in my PDS, and it...
View ArticleCLIST & REXX :: RE: Generic rename by patternâ
Author: Marso Posted: Tue May 31, 2016 3:51 pm (GMT 5.5) I tried again, this time in a tso batch job, then in a rexx program, and unfortunately it didn't work (got message IKJ56709I INVALID DATA SET...
View ArticleDFSORT/ICETOOL :: RE: 2 vsam file compare and update a field based on a...
Author: Rohit Umarjikar Posted: Tue May 31, 2016 9:58 pm (GMT 5.5) Welcome!! Did you care to look DFSORT Smart Tricks ? If yes then on page 17 it tells you what you should do and then you all have to...
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Rohit Umarjikar Posted: Tue May 31, 2016 10:41 pm (GMT 5.5) You are right Nic. I am unsure what I was trying to say then but yeah there is no way we could manipulate the RC of a step (except...
View ArticleCOBOL Programming :: RE: Identification Division
Author: Rohit Umarjikar Posted: Tue May 31, 2016 10:59 pm (GMT 5.5) If you mean nested cobol programs then YES otherwise NO.Quote:I heard that it may be possible using COMMON Clause. Why don't you look...
View ArticleDB2 :: Stored procedure on Federated thru DB2
Author: arif677 Subject: Stored procedure on Federated thru DB2 Posted: Tue May 31, 2016 11:48 pm (GMT 5.5) We have been trying to call a stored procedure through COBOL-DB2 program and its failing at...
View ArticleJCL & VSAM :: Using DFDSS for incremental backups
Author: dionluke Subject: Using DFDSS for incremental backups Posted: Wed Jun 01, 2016 1:02 am (GMT 5.5) Company is looking to save money(surprise, surprise) and wanted to look for another option other...
View ArticleCLIST & REXX :: RE: Generic rename by patternâ
Author: Bill Woodger Subject: Reply to: Generic rename by patternâ Posted: Wed Jun 01, 2016 1:46 am (GMT 5.5) No, I meant z/OS as in z/OS itself. See here, in ISPF. You should be able to use the same...
View Article