DFSORT/ICETOOL :: RE: Convert Decimal to hexadecimal
Author: Nic Clouston Posted: Fri May 27, 2016 5:32 pm (GMT 5.5) Moved as not a JCL or VSAM question._________________Regards Nic
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Pandora-Box Posted: Fri May 27, 2016 5:50 pm (GMT 5.5) IIRC DSNTIAUL returns you CC=4 always_________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: don.leahy Posted: Fri May 27, 2016 6:10 pm (GMT 5.5) It's doing you a favour by warning you that the LOAD control cards (see SYSPUNCH dd) that it generated will require modification before you...
View ArticleDFSORT/ICETOOL :: RE: Convert Decimal to hexadecimal
Author: RahulG31 Subject: Reply to: Convert Decimal to hexadecimal Posted: Fri May 27, 2016 8:17 pm (GMT 5.5) A little more explanation in this post .
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Rohit Umarjikar Posted: Fri May 27, 2016 9:27 pm (GMT 5.5) May be you did not set up your Max RC to 4 and hence it's not acceptable to the scheduling and your whole stream is on hold. And now...
View ArticleJCL & VSAM :: RE: GDG vsersion number change
Author: Raghu navaikulam Subject: Reply to: GDG vsersion number change Posted: Fri May 27, 2016 10:18 pm (GMT 5.5) Thanks Robert and daveporcelan for your quick help.
View ArticleJCL & VSAM :: RE: GDG vsersion number change
Author: Rohit Umarjikar Posted: Fri May 27, 2016 11:22 pm (GMT 5.5) You could Google it to know more about GDG Version, as to what are they and their purpose._________________Regards, Rohit...
View ArticleAll Other Mainframe Topics :: Selcopy error
Author: ashok_uddaraju Subject: Selcopy error Posted: Fri May 27, 2016 11:46 pm (GMT 5.5) Hi all, I am executing a selcopy job for unloading a database and I am getting the below error. Any pointers on...
View ArticleJCL & VSAM :: RE: GDG vsersion number change
Author: enrico-sorichetti Subject: Reply to: GDG vsersion number change Posted: Fri May 27, 2016 11:56 pm (GMT 5.5) wouldn' t it be more intelligent to go directly to the mother of the knowledge ( the...
View ArticleAll Other Mainframe Topics :: RE: Selcopy error
Author: Terry Heinze Posted: Sat May 28, 2016 12:17 am (GMT 5.5) I Googled the entire msg you posted and got the manual that contains that error msg._________________.... Terry
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Nic Clouston Posted: Sat May 28, 2016 4:03 am (GMT 5.5)Quote:Look for IDCAMS and may add another step to set to 0 for the whole job but that not at all advised to do I am not sure what you are...
View ArticleJCL & VSAM :: BDW in VB datasets
Author: harisukumaran Subject: BDW in VB datasets Posted: Sat May 28, 2016 9:46 am (GMT 5.5) I have a VB dataset that has a block size equivalent to 15 LRECLs Yet when dump the dataset using IDCAMS...
View ArticleJCL & VSAM :: RE: BDW in VB datasets
Author: steve-myers Posted: Sat May 28, 2016 10:46 am (GMT 5.5) You see one BDW for each physical record. The reason for a data set with variable length records is the records may be shorter than the...
View ArticleCOBOL Programming :: Identification Division
Author: anandgbe Subject: Identification Division Posted: Sat May 28, 2016 11:51 am (GMT 5.5) Is it possible to have 2 Identification Division or 2 Program-ID in a single COBOL program? I heard that it...
View ArticleCOBOL Programming :: RE: Identification Division
Author: Bill Woodger Subject: Reply to: Identification Division Posted: Sat May 28, 2016 2:08 pm (GMT 5.5) Did you consider consulting COMMON in the Language Reference? Does reading know indicate that...
View ArticleJCL & VSAM :: RE: BDW in VB datasets
Author: harisukumaran Posted: Sat May 28, 2016 6:58 pm (GMT 5.5) Steve, thank you so much for clarifying this. I think I need to read some more and understand how records are allocated. Is there any...
View ArticleJCL & VSAM :: RE: BDW in VB datasets
Author: steve-myers Posted: Sat May 28, 2016 8:00 pm (GMT 5.5)harisukumaran wrote:... Is there any documentation online explaining it ? ...Yes,...
View ArticleJCL & VSAM :: RE: BDW in VB datasets
Author: harisukumaran Posted: Sat May 28, 2016 8:30 pm (GMT 5.5) I sent the data using connect:direct with Recfm=u on the FROM side of copy step, although recfm=vb. So the rdw and bdw do reach the...
View ArticleJCL & VSAM :: RE: BDW in VB datasets
Author: steve-myers Posted: Sun May 29, 2016 9:53 am (GMT 5.5) Look over this -Code:RECFM=VBA, LRECL=125, BLKSIZE=27998 RECORD LOGICAL SUM OF SMALLEST LARGEST RECORD LENGTH...
View ArticleDFSORT/ICETOOL :: 2 vsam file compare and update a field based on a condition
Author: ABINAYATHULASI Subject: 2 vsam file compare and update a field based on a condition Posted: Sun May 29, 2016 11:15 am (GMT 5.5) Hi All, I have 2 vsam files with different structure and rec...
View Article