JCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Posted: Thu Dec 22, 2016 9:57 pm (GMT 5.5) First, this makes no sense:Code://Â Â Â PATHMODE=(SIWUSR,SIWUSR),PATHMODE is used to define file attributes and having the same file...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: steve-myers Posted: Fri Dec 23, 2016 12:06 am (GMT 5.5) When I prepared the PUT subroutine code, I screwed up. The 3 NOPR 0 instructions are not true NOPRs. Well, for all intents and purposes...
View ArticlePL/I & Assembler :: BC, BCR, BRC, BRCL performance
Author: steve-myers Subject: BC, BCR, BRC, BRCL performance Posted: Fri Dec 23, 2016 7:44 am (GMT 5.5)Branch on Condition chapter in z/Architecture Principles of Architecture. I particularly notice...
View ArticleIBM Tools :: RE: Are there any Freeware utilties for ibm mainframes
Author: johnmull Subject: freeware reference Posted: Fri Dec 23, 2016 8:25 am (GMT 5.5) Excellent thank you for the reference to cbttape.org_________________jrmull
View ArticleDFSORT/ICETOOL :: RE: SYMNAMES problem
Author: jacobdng Posted: Fri Dec 23, 2016 10:09 am (GMT 5.5) It's my bad. As Abid addressed, I have to add an identifier in addition to add "80:X" so that the JCL can be successfully submitted. The...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Virendra Shambharkar Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Fri Dec 23, 2016 2:37 pm (GMT 5.5) Hi, I copied data to Unix FIFO file from a Unix...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Bill Woodger Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Fri Dec 23, 2016 3:48 pm (GMT 5.5) I think you need to describe to us exactly how you expect...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Virendra Shambharkar Posted: Fri Dec 23, 2016 6:21 pm (GMT 5.5) I have a few batch jobs where output file for one step is used as input to other steps and these jobs run for a long time. I am...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Bill Woodger Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Fri Dec 23, 2016 7:13 pm (GMT 5.5) And you are on z/OS 2.2? Where does the "cp" come into...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Posted: Fri Dec 23, 2016 7:15 pm (GMT 5.5) You do understand, I hope, that Unix files (such as pipes) do NOT have a record structure whereas COBOL requires a record structure for...
View ArticleJCL & VSAM :: RE: DDNAME parameter
Author: mohitsaini Subject: Reply to: DDNAME parameter Posted: Fri Dec 23, 2016 10:20 pm (GMT 5.5) I think both versions will produce equal performance as the original version will not consume any...
View ArticleJCL & VSAM :: RE: DDNAME parameter
Author: steve-myers Posted: Sat Dec 24, 2016 7:08 am (GMT 5.5) I prepared and ran this JCL. The JOB statement and other identifiable information has been redacted. It has both versions of the IEBGENER...
View ArticlePL/I & Assembler :: A not very Christmassy PL/I tale, with some assembler mixed
Author: prino Subject: A not very Christmassy PL/I tale, with some assembler mixed Posted: Mon Dec 26, 2016 1:01 am (GMT 5.5) Apologies for this rant on Christmas day... Let's assume you gate-crash an...
View ArticlePL/I & Assembler :: RE: A not very Christmassy PL/I tale, with some assembler...
Author: steve-myers Posted: Mon Dec 26, 2016 10:14 am (GMT 5.5) I agree with Prino this should produce relatively simple Assembler code. I rarely venture into PL/I, so I'm not sure what dcl seconds...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Virendra Shambharkar Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Mon Dec 26, 2016 3:20 pm (GMT 5.5) Thanks for the responses but we have exlpored...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Posted: Mon Dec 26, 2016 7:31 pm (GMT 5.5) The jobs in the article do NOT rely upon the licensed product z/OS BatchPipes and they will run on any z/OS system installed in the last...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Virendra Shambharkar Subject: Reply to: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job Posted: Mon Dec 26, 2016 7:38 pm (GMT 5.5) Thanks Robert for the responses. The only reason...
View ArticlePL/I & Assembler :: RE: A not very Christmassy PL/I tale, with some assembler...
Author: Akatsukami Posted: Mon Dec 26, 2016 8:11 pm (GMT 5.5) DECIMAL is implied for a variable whose name begins with "S"; this statement allocates a packed-decimal field of eight bytes (= 15 digits)....
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Willy Jensen Posted: Mon Dec 26, 2016 9:59 pm (GMT 5.5) The jobs mentioned in Robert's link "Two Kinds of Pipes by using Google for z/os batch pipes" works like like charm in a z/OS 1.13...
View ArticlePL/I & Assembler :: RE: A not very Christmassy PL/I tale, with some assembler...
Author: prino Posted: Mon Dec 26, 2016 10:14 pm (GMT 5.5)steve-myers wrote:I agree with Prino this should produce relatively simple Assembler code. I rarely venture into PL/I, so I'm not sure what dcl...
View Article