IBM Tools :: RE: OPC JCL Variable
Author: David Robinson Subject: Reply to: OPC JCL Variable Posted: Tue Jul 05, 2016 8:57 pm (GMT 5.5) This really isn't the way that TWS variables are designed to be used. If you need to update them...
View ArticlePL/I & Assembler :: Send parameter for macro STIMERM from Cobol program
Author: Daniel Teolotitla Subject: Send parameter for macro STIMERM from Cobol program Posted: Tue Jul 05, 2016 9:23 pm (GMT 5.5) Hi friends! I doubt how I can use the macro STIMERM sending a hex...
View ArticleDFSORT/ICETOOL :: RE: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT
Author: balaji81_k Subject: Re: Reply to: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT Posted: Tue Jul 05, 2016 9:29 pm (GMT 5.5)Bill Woodger wrote:First don't use FIELDS use BUILD....
View ArticleDFSORT/ICETOOL :: RE: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT
Author: balaji81_k Posted: Tue Jul 05, 2016 9:30 pm (GMT 5.5)Robert Sample wrote:Quote:it is found that data that is passed which is inconsistent with the format that is definedActually, the 04 reason...
View ArticleDB2 :: RE: Query using SUBSTRING on a column of type CLOB
Author: Rohit Umarjikar Posted: Tue Jul 05, 2016 9:31 pm (GMT 5.5) Let us see if you are right about the offset, Try this. Code:SELECT SUBSTRING(CLOB(EMP_INFO), 342475) Â FROM EMP_TAB Â FETCH FIRST 1 ROW...
View ArticleDB2 :: RE: Query using SUBSTRING on a column of type CLOB
Author: Nic Clouston Posted: Tue Jul 05, 2016 9:40 pm (GMT 5.5)Quote:Can anyone please provide me a correct query with SUBSTRING used on a CLOB column of a table. You have already asked for help - do...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Robert Sample Posted: Tue Jul 05, 2016 9:53 pm (GMT 5.5) It is not at all clear what you are asking help with. If you need to know the COBOL format for CSMTMSGA, an Assembler DS F is PIC S9(09)...
View ArticleJCL & VSAM :: RE: Drop building Alternate Index for a particular key
Author: Rohit Umarjikar Posted: Tue Jul 05, 2016 10:15 pm (GMT 5.5) Please ask CICS System Programmer at your shop if that is possible Or give a try and see what happens._________________Regards, Rohit...
View ArticleAll Other Mainframe Topics :: Remove Special Characters from Mainframe File
Author: Rodger Zhang Subject: Remove Special Characters from Mainframe File Posted: Wed Jul 06, 2016 1:12 am (GMT 5.5) Hi there, Retrieve and output a file in Mainframe using SAS. Various special...
View ArticleAll Other Mainframe Topics :: RE: Remove Special Characters from Mainframe File
Author: Rohit Umarjikar Posted: Wed Jul 06, 2016 1:34 am (GMT 5.5) Welcome!! How did you download it with what options? Next time, please paste here the code and wrap under the code tags which will...
View ArticleAll Other Mainframe Topics :: RE: Remove Special Characters from Mainframe File
Author: Robert Sample Posted: Wed Jul 06, 2016 1:35 am (GMT 5.5) Did you look at the data in hex mode (EDIT or BROWSE)? Are they different characters or the same character? Do you know if they are in...
View ArticleAll Other Mainframe Topics :: RE: Remove Special Characters from Mainframe File
Author: Rodger Zhang Subject: Reply to: Remove Special Characters from Mainframe File Posted: Wed Jul 06, 2016 5:18 pm (GMT 5.5) Thanks everyone. Viewed with HEX ON, the same - it's a empty (space) in...
View ArticleAll Other Mainframe Topics :: RE: Remove Special Characters from Mainframe File
Author: Rohit Umarjikar Posted: Wed Jul 06, 2016 6:03 pm (GMT 5.5) I think you may be need to see for SAS character Encoding options or colition Capabilities used during the...
View ArticleAll Other Mainframe Topics :: RE: Remove Special Characters from Mainframe File
Author: Robert Sample Posted: Wed Jul 06, 2016 6:20 pm (GMT 5.5)Quote:Viewed with HEX ON, the same - it's a empty (space) in EDIT mode and dot (.) in BROWSER mode.If this is true, there is something...
View ArticleJCL & VSAM :: Several errors during building alternate index for KSDS file
Author: Andi1982 Subject: Several errors during building alternate index for KSDS file Posted: Wed Jul 06, 2016 7:39 pm (GMT 5.5) Hey, after many years away from Mainframe I have to build now an...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: Nic Clouston Posted: Wed Jul 06, 2016 7:45 pm (GMT 5.5) You are not checking the return code from the first step before executing the second step. The message is quite clear - the system cannot...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: Andi1982 Subject: Reply to: Several errors during building alternate index for KSDS file Posted: Wed Jul 06, 2016 7:49 pm (GMT 5.5) The delete / define works fine. Each step returns 0 and...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: Robert Sample Posted: Wed Jul 06, 2016 7:59 pm (GMT 5.5) Perhaps you are not allowing for enough duplicates? The manual says the formula for alternate index record size is 5 + AIXKL + (n *...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: Rohit Umarjikar Posted: Wed Jul 06, 2016 8:16 pm (GMT 5.5)Code:Explanation: A request has referenced a catalog while catalog management is processing, or after catalog management has processed,...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: enrico-sorichetti Subject: Reply to: Several errors during building alternate index for KSDS file Posted: Wed Jul 06, 2016 8:23 pm (GMT 5.5) unfortunately Your question id DOS-VSE related but...
View Article