DFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Fri Jan 06, 2017 7:50 pm (GMT 5.5) Thanks Bill. It worked with two BUILDs with WHEN=INIT. Now I am working on OUTREC to stick right most digit to original input. Thanks for your...
View ArticleCLIST & REXX :: RE: find particular member name in PDS using REXX
Author: sergeyken Posted: Fri Jan 06, 2017 9:02 pm (GMT 5.5) Just FYI In some cases there is a trap with using LISTDS command to analyze PDS member list. This doesn't happen too often, but if by a...
View ArticleCLIST & REXX :: RE: find particular member name in PDS using REXX
Author: Willy Jensen Posted: Sat Jan 07, 2017 1:27 am (GMT 5.5) I like programs like the PDS86 found on cbttape.org file 182, because with that you can do copy including aliasses._________________WJ
View ArticleJava & MQSeries :: MQ setup query
Author: mohitsaini Subject: MQ setup query Posted: Sun Jan 08, 2017 1:53 am (GMT 5.5) Hi All, In my organization, we have to set up a queue that takes input from multiple sources and then from that...
View ArticleDFSORT/ICETOOL :: RE: How to concatenate string in JCL
Author: strg.mani Posted: Sun Jan 08, 2017 4:12 am (GMT 5.5) Hello Frank, I used your code. It works perfectly fine for me. Can you help me, If the number of records are random but multiple of 2. For...
View ArticleDFSORT/ICETOOL :: RE: How to concatenate string in JCL
Author: Akatsukami Posted: Sun Jan 08, 2017 5:14 am (GMT 5.5) Do not tag your question onto a thread that's dormant for over eight years (Mr. Yaeger in fact retired four years ago and has not logged in...
View ArticleCOBOL Programming :: OO COBOL compile error
Author: Virendra Shambharkar Subject: Reply to: How to call OO cobol from legacy cobol Posted: Tue Jan 10, 2017 11:57 am (GMT 5.5) Hi, I am also compiling a TSTHELLO program as mentioned in programming...
View ArticleCOBOL Programming :: RE: OO COBOL compile error
Author: Virendra Shambharkar Subject: Reply to: How to call OO cobol from legacy cobol Posted: Tue Jan 10, 2017 11:59 am (GMT 5.5) Forgot to mention I already tried with the PARM values mentioned in...
View ArticleCOBOL 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 Article