All Other Mainframe Topics :: IPSwitch download problem
Author: srajendran2 Subject: IPSwitch download problem Posted: Fri May 27, 2016 12:02 am (GMT 5.5) Hi, I am using IPswitch to transfer file to mainframes. I have written a script to download files. I...
View ArticleAll Other Mainframe Topics :: RE: IPSwitch download problem
Author: Robert Sample Posted: Fri May 27, 2016 1:50 am (GMT 5.5) Did you contact to vendor to found what their solution is? If not, why not?_________________TANSTAAFL The first rule of code reuse is...
View ArticleJCL & VSAM :: RE: Need to create file with Dynamic Name in BMP triggered JCL
Author: Nic Clouston Posted: Fri May 27, 2016 2:19 am (GMT 5.5) Also, the &ID is resolved at job submission time not as each step is executed. You could, perhaps, try dynamic allocation using...
View ArticleDB2 :: RE: Only text from varchar
Author: Nic Clouston Posted: Fri May 27, 2016 2:25 am (GMT 5.5)Quote:other jcl steps? What do you mean by this? What has JCL got to do with it? JCL only tells the operating system which program(s) you...
View ArticleAll Other Mainframe Topics :: RE: IPSwitch download problem
Author: Nic Clouston Posted: Fri May 27, 2016 2:32 am (GMT 5.5) Perhaps you have to specify the absolute generation and not the relative. And it is not 'version'. 'Version' refers to the part after the...
View ArticleDB2 :: How to suppress retun code of partil DB2 unload utility
Author: mkk157 Subject: How to suppress retun code of partil DB2 unload utility Posted: Fri May 27, 2016 6:59 am (GMT 5.5) Hi All, I'm getting return code 4 while using a partial DB2 unload. But return...
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Akatsukami Posted: Fri May 27, 2016 9:15 am (GMT 5.5) No, and why should there be? DSNUTILB is warning you that your SELECT statement is sketchy, if not actually wrong, and that you may want to...
View ArticleJCL & VSAM :: Define Alias for multiple Data sets using JCL
Author: sandy98669 Subject: Define Alias for multiple Data sets using JCL Posted: Fri May 27, 2016 1:07 pm (GMT 5.5) How to define Alias for multiple data sets. Assume we should create Alias for 1...
View ArticleJCL & VSAM :: RE: Define Alias for multiple Data sets using JCL
Author: enrico-sorichetti Subject: Reply to: Define Alias for multiple Data sets using JCL Posted: Fri May 27, 2016 1:30 pm (GMT 5.5) for the umpteenth time ... JCL DOES NOT DO ANYTHING IT JUST SETS UP...
View ArticleJCL & VSAM :: RE: Define Alias for multiple Data sets using JCL
Author: enrico-sorichetti Subject: Reply to: Define Alias for multiple Data sets using JCL Posted: Fri May 27, 2016 1:38 pm (GMT 5.5) just looked at the TS profile .. it saysQuote: Occupation: system...
View ArticleDB2 :: RE: Only text from varchar
Author: Seppe Posted: Fri May 27, 2016 3:05 pm (GMT 5.5) nothing... I have a SELECT in a job and i do outrec sort... with "char" outerec is not necessary any more.
View ArticleDFSORT/ICETOOL :: Convert Decimal to hexadecimal
Author: Steve Ironmonger Subject: Convert Decimal to hexadecimal Posted: Fri May 27, 2016 4:19 pm (GMT 5.5) I've got a 14 digit number and I want to convert it to hex :- 10101300193100 and I want to...
View ArticleDFSORT/ICETOOL :: RE: Convert Decimal to hexadecimal
Author: Steve Ironmonger Subject: Reply to: Convert Decimal to hexadecimal Posted: Fri May 27, 2016 4:35 pm (GMT 5.5) I've tried OUTREC BUILD=(1,14,ZD,TO=PD) but I get the following when I look turn...
View ArticleDB2 :: RE: Only text from varchar
Author: Rohit Umarjikar Posted: Fri May 27, 2016 4:37 pm (GMT 5.5) first learn to use code tags and second you don't tell the requirements properly or you ain't clear yourself, you are now talking in...
View ArticleDB2 :: RE: Only text from varchar
Author: Seppe Posted: Fri May 27, 2016 4:48 pm (GMT 5.5) Sure. Thank's
View ArticleJCL & VSAM :: GDG vsersion number change
Author: Raghu navaikulam Subject: GDG vsersion number change Posted: Fri May 27, 2016 4:49 pm (GMT 5.5) Hi all, Any one please help to clear my doubt. When a Version number of GDG is going to change?...
View ArticleDFSORT/ICETOOL :: RE: Convert Decimal to hexadecimal
Author: Bill Woodger Subject: Reply to: Convert Decimal to hexadecimal Posted: Fri May 27, 2016 4:53 pm (GMT 5.5) Well, it's a Binary Coded Decimal that you want. "Converting it to hex" is not a clear...
View ArticleDFSORT/ICETOOL :: RE: Convert Decimal to hexadecimal
Author: Steve Ironmonger Posted: Fri May 27, 2016 5:09 pm (GMT 5.5) Yeah, I thought as much.... And just remind me again how you do that.
View ArticleJCL & VSAM :: RE: GDG vsersion number change
Author: Robert Sample Subject: Reply to: GDG vsersion number change Posted: Fri May 27, 2016 5:23 pm (GMT 5.5) Yes it can change. However, for the version to change the JCL must reference the fully...
View ArticleJCL & VSAM :: RE: GDG vsersion number change
Author: daveporcelan Posted: Fri May 27, 2016 5:31 pm (GMT 5.5) Additionally, once you create the V01 version of the data set, the V00 goes away. Only one version for a particular generation can exist...
View Article