PL/I & Assembler :: IBM0472S ONCODE=290 The INVALIDOP
Author: Biswajit Pattanayak Subject: IBM0472S ONCODE=290 The INVALIDOP Posted: Tue May 09, 2017 3:51 pm (GMT 5.5) Hello Team, Our job is abending with following error code in sysout. But when I looked...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Nic Clouston Posted: Tue May 09, 2017 4:04 pm (GMT 5.5) How do you KNOW that the value is correct? Have you displayed it? Are you assigning into an array?_________________Regards Nic
View ArticleCLIST & REXX :: RE: Translating Quotes
Author: Nic Clouston Posted: Tue May 09, 2017 4:07 pm (GMT 5.5) Read up about quotes._________________Regards Nic
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Garry Carroll Posted: Tue May 09, 2017 4:18 pm (GMT 5.5)Quote:There is no reason for S0C7. If this were true, there'd be no S0C7. Can you show the declaration of variables and the assignment...
View ArticlePL/I & Assembler :: RE: Dump analysis of an assembler module
Author: steve-myers Posted: Tue May 09, 2017 4:56 pm (GMT 5.5) S0CF - I had to go to Principles of Operation to look that one up! But that's the first thing you should do when faced with an unusual...
View ArticlePL/I & Assembler :: RE: Dump analysis of an assembler module
Author: steve-myers Posted: Tue May 09, 2017 5:35 pm (GMT 5.5) Next, I'd try to construct the instructions from the DATA AT PSW area. I get ----5000 7D20D124 7020D100 4180---- The 7D20D124 appears to...
View ArticleIMS DB/DC :: IMS T-Pipe queue counts in a COBOL Program
Author: Siva NKK Kothamasu Subject: IMS T-Pipe queue counts in a COBOL Program Posted: Tue May 09, 2017 6:31 pm (GMT 5.5) Hi, Is it possible to inquire/get the following details about a T-Pipe in a...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Biswajit Pattanayak Posted: Tue May 09, 2017 7:17 pm (GMT 5.5) Thank you Nic and Garry for the quick reply on the issue. It is very much appreciated. PFB the variable declaration and assignment...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Robert Sample Posted: Tue May 09, 2017 7:35 pm (GMT 5.5) What is the value of kc_kondbah04? You DO realize, I hope, that not all 10-digit values can be stored in a 32-bit word -- hence if the...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Biswajit Pattanayak Posted: Tue May 09, 2017 7:54 pm (GMT 5.5) Max value a bin fixed(32) can hold is 2147483648. So the PIC declaration is Okay. The program has been running for 1 year...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Robert Sample Posted: Tue May 09, 2017 8:04 pm (GMT 5.5)Quote:Max value a bin fixed(32) can hold is 2147483648. So the PIC declaration is Okay. Until you get a value of 4588313000 in the...
View ArticleSYNCSORT :: Using ICETOOL, how we can seperate the duplicate and non dup
Author: bshkris Subject: Using ICETOOL, how we can seperate the duplicate and non dup Posted: Tue May 09, 2017 8:33 pm (GMT 5.5) Hello, I need some idea how can separate dup and non dup records...
View ArticleSYNCSORT :: RE: Using ICETOOL, how we can seperate the duplicate and non dup
Author: Arun Raj Posted: Tue May 09, 2017 8:37 pm (GMT 5.5) Key position and length is important in doing this, which is missing here. In general, the ICETOOL SELECT operator with NODUPS/ALLDUPS along...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: Biswajit Pattanayak Posted: Tue May 09, 2017 9:23 pm (GMT 5.5) Robert, IBM fault analyzer is pointing to the assignment statement . I have also mention the value of KC_KONDBAH04. The value of...
View ArticleSYNCSORT :: RE: Using ICETOOL, how we can seperate the duplicate and non dup
Author: bshkris Posted: Tue May 09, 2017 9:51 pm (GMT 5.5) I have issue with dates, like when I have records in same month more than 1, example case1: 2017-05-240001000002400 2017-05-250001000002400...
View ArticleSYNCSORT :: RE: Using ICETOOL, how we can seperate the duplicate and non dup
Author: Rohit Umarjikar Posted: Tue May 09, 2017 10:14 pm (GMT 5.5) You should be posting it under Beginner's forum henceforth.Quote:Tried many ways, not happening. Except doing research on internet,...
View ArticleSYNCSORT :: RE: Using ICETOOL, how we can seperate the duplicate and non dup
Author: Arun Raj Posted: Tue May 09, 2017 10:40 pm (GMT 5.5) bshkris, It is not so clear (at least to me) what you are trying to do. For the sample input shown in the original post, can you explain how...
View ArticleSYNCSORT :: RE: Using ICETOOL, how we can seperate the duplicate and non dup
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 10:55 pm (GMT 5.5) Yeah, this is bit confusing without key and real expected output details. Based on his second post 'perhaps' this is the...
View ArticleCLIST & REXX :: RE: Translating Quotes
Author: Pedro Subject: Reply to: Translating Quotes Posted: Tue May 09, 2017 11:23 pm (GMT 5.5) re:Quote:While running above code I am getting below error 'CALL"MODULE1"USING"' is not recognized as an...
View ArticlePL/I & Assembler :: RE: IBM0472S ONCODE=290 The INVALIDOP
Author: prino Posted: Wed May 10, 2017 12:05 am (GMT 5.5) Sprinkle the code with "PUT DATA(whatever)" statements around the abend, or as anyone with a bit of sense would do, run the program through...
View Article