DFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Arun Raj Posted: Wed Jan 11, 2017 7:38 pm (GMT 5.5) Ron, Bill has pointed out above exactly what needs to be done, ie., to use the match marker (?) instead of the FILL approach. That is just a...
View ArticleAll Other Mainframe Topics :: RE: how to recover an uncataloged VSAM data set
Author: Robert Sample Subject: Reply to: how to recover an uncataloged VSAM data set Posted: Wed Jan 11, 2017 7:59 pm (GMT 5.5) Actually, thinking more about it -- you have one option. If you do the...
View ArticleDFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Ron Klop Posted: Wed Jan 11, 2017 8:53 pm (GMT 5.5) Arun thnx very much. When the match marker has the value B does that mean that the key, as specified in JOINKEYS, appears in both files? But...
View ArticleDFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Bill Woodger Subject: Reply to: INVALID FIELD OR CONSTANT IN SORTOF ?? Posted: Wed Jan 11, 2017 9:03 pm (GMT 5.5) You test for the B, and then, as Arun has shown, split your test for more than...
View ArticleDFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Ron Klop Posted: Wed Jan 11, 2017 9:11 pm (GMT 5.5) Ok, I will give it a try oen of these days and eventually post it if succeeded. Thnx
View ArticleDFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Arun Raj Posted: Wed Jan 11, 2017 9:36 pm (GMT 5.5)Quote:When the match marker has the value B does that mean that the key, as specified in JOINKEYS, appears in both files?Yes, just the keys,...
View ArticleAll Other Mainframe Topics :: How to Capture the Max return code of the Job...
Author: anilkumar922 Subject: How to Capture the Max return code of the Job through zeke Posted: Thu Jan 12, 2017 12:02 pm (GMT 5.5) Hi All, I want to know how we can capture the Max return code of the...
View ArticleAll Other Mainframe Topics :: RE: how to recover an uncataloged VSAM data set
Author: Willy Jensen Posted: Thu Jan 12, 2017 12:54 pm (GMT 5.5) do you have multi-level aliases? assuming that SYSU is not on the master catalog, you might be able to define alisas SYS1.TEST to the...
View ArticleJava & MQSeries :: RE: MQ setup query
Author: mohitsaini Posted: Thu Jan 12, 2017 9:18 pm (GMT 5.5)Rohit Umarjikar wrote:You should have serious sessions with MQ and CICS admin along with the architect on this subject and asking such...
View ArticleJava & MQSeries :: RE: MQ setup query
Author: Rohit Umarjikar Posted: Thu Jan 12, 2017 10:26 pm (GMT 5.5) I still stand on my point that, You should reach to your MQ and CICS site support at first place , because that is why they are there...
View ArticleJava & MQSeries :: RE: MQ setup query
Author: enrico-sorichetti Subject: Reply to: MQ setup query Posted: Thu Jan 12, 2017 10:42 pm (GMT 5.5)Quote:I don't know much in MQ, therefore I posted that query to collect opinions which can help me...
View ArticleCOBOL Programming :: RE: Need Suggestion on COBOL program
Author: venkatesh.nayak Posted: Fri Jan 13, 2017 11:34 am (GMT 5.5) I would suggest you that use JOINS in place of retrieving data from Cursor 1 and then cursor2 AND later Cursor 1 and then cursor3....
View ArticlePL/I & Assembler :: Incorrect output when trying to add numbers
Author: monica1 Subject: Incorrect output when trying to add numbers Posted: Fri Jan 13, 2017 5:02 pm (GMT 5.5) Hi, I am a newbie in Assembler programming. In the current program that I am working on,...
View ArticlePL/I & Assembler :: RE: Incorrect output when trying to add numbers
Author: Garry Carroll Posted: Fri Jan 13, 2017 5:34 pm (GMT 5.5) You are seeing 06E because the sum is a positive number. The packed number is x'065C' which unpacks as C'6E', because X'C5' whicnis the...
View ArticlePL/I & Assembler :: RE: Incorrect output when trying to add numbers
Author: steve-myers Subject: Reply to: Incorrect output when trying to add numbers Posted: Fri Jan 13, 2017 5:48 pm (GMT 5.5)Post this query in the Help & Support Forum for Mainframe Beginners....
View ArticlePL/I & Assembler :: RE: Incorrect output when trying to add numbers
Author: monica1 Subject: Reply to: Incorrect output when trying to add numbers Posted: Mon Jan 16, 2017 8:37 am (GMT 5.5) Thanks for the response and apologies for posting the query in the wrong forum....
View ArticlePL/I & Assembler :: RE: Incorrect output when trying to add numbers
Author: dneufarth Posted: Mon Jan 16, 2017 8:51 am (GMT 5.5) X'F0' fox zero not x'FO'_________________Dave I came here to give you these facts. It is no concern of ours how you run your own planet. But...
View ArticlePL/I & Assembler :: RE: Incorrect output when trying to add numbers
Author: monica1 Subject: Reply to: Incorrect output when trying to add numbers Posted: Mon Jan 16, 2017 9:17 am (GMT 5.5) I tried with this instruction OI OUTNUM+1,X'F0' instead of OI UNPACK+1,X'F0'...
View ArticlePL/I & Assembler :: RE: Incorrect output when trying to add numbers
Author: steve-myers Subject: Re: Reply to: Incorrect output when trying to add numbers Posted: Mon Jan 16, 2017 3:45 pm (GMT 5.5)monica1 wrote:Thanks for the response and apologies for posting the...
View ArticleAll Other Mainframe Topics :: Storing huge volume of data, compare and process
Author: Pradeep K M Subject: Storing huge volume of data, compare and process Posted: Mon Jan 16, 2017 5:08 pm (GMT 5.5) Hi, There are total 100 flat files (TAPE) with approx 1 million records in each...
View Article