COBOL Programming :: RE: OO COBOL compile error
Author: Robert Sample Posted: Tue Jan 10, 2017 6:08 pm (GMT 5.5) First, when you have a question START A NEW TOPIC! Do NOT add to an 8-year-old topic. Second, you are having a linkage editor / binder...
View ArticleCOBOL Programming :: RE: OO COBOL compile error
Author: Virendra Shambharkar Subject: Reply to: OO COBOL compile error Posted: Tue Jan 10, 2017 6:22 pm (GMT 5.5) Thanks Robert it was an issue with the JCL for Object module. I used the JCL from...
View ArticleCOBOL Programming :: Executing OO COBOL program invoking Java Class
Author: Virendra Shambharkar Subject: Executing OO COBOL program invoking Java Class Posted: Tue Jan 10, 2017 6:37 pm (GMT 5.5) Hi, I am executing the TSTHELLO program ( mentioned in V4.2 programming...
View ArticleCOBOL Programming :: RE: Executing OO COBOL program invoking Java Class
Author: Robert Sample Posted: Tue Jan 10, 2017 7:44 pm (GMT 5.5) Try adding REGION=0M to your EXEC statement in your JCL. If that doesn't resolve the issue, you will need to talk to your site support...
View ArticleJava & MQSeries :: RE: MQ setup query
Author: Rohit Umarjikar Posted: Wed Jan 11, 2017 9:25 am (GMT 5.5) You should have serious sessions with MQ and CICS admin along with the architect on this subject and asking such question on any forum...
View ArticleCOBOL Programming :: RE: Executing OO COBOL program invoking Java Class
Author: Virendra Shambharkar Subject: Reply to: Executing OO COBOL program invoking Java Class Posted: Wed Jan 11, 2017 9:33 am (GMT 5.5) Thanks , it worked with REGION=0M._________________Virendra...
View ArticleDFSORT/ICETOOL :: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Ron Klop Subject: INVALID FIELD OR CONSTANT IN SORTOF ?? Posted: Wed Jan 11, 2017 3:44 pm (GMT 5.5) Hai I have two inputfiles of 664 positions long. And four outputfiles of 664 positions. When...
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 5:23 pm (GMT 5.5) If you poke the message reference into a search-engine, you should get to the...
View ArticleDFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Ron Klop Posted: Wed Jan 11, 2017 6:15 pm (GMT 5.5) Ok Bill i am rather new to this. I understand thta the recordlenght of 664 is too big and that 256 is the max? I wil have to find out what...
View ArticleAll Other Mainframe Topics :: how to recover an uncataloged VSAM data set
Author: archanamuthukrishnan Subject: how to recover an uncataloged VSAM data set Posted: Wed Jan 11, 2017 6:18 pm (GMT 5.5) Hi, I renamed VSAM CSI DS using IDCAMS //STEP1 EXEC PGM=IDCAMS //SYSPRINT DD...
View ArticleDFSORT/ICETOOL :: RE: INVALID FIELD OR CONSTANT IN SORTOF ??
Author: Ron Klop Posted: Wed Jan 11, 2017 6:59 pm (GMT 5.5) Hmm, the marker only gives me three options. I would like four options: 1. only in F1 2. only F2 3. in F1 and F2 and changed 4. in F1 and F2...
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:28 pm (GMT 5.5) Are the SYSU and SYS1 high level qualifiers in the same catalog? If not,...
View ArticleDFSORT/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 Article