DFSORT/ICETOOL :: RE: SYMNAMES problem
Author: jacobdng Posted: Thu Dec 22, 2016 7:50 am (GMT 5.5) Sorry, I messed up the error message and the explanation. Allow me to paste them again: Error MessageCode:10.03.42 JOB03116 -JOBNAME...
View ArticleDFSORT/ICETOOL :: RE: SYMNAMES problem
Author: jacobdng Posted: Thu Dec 22, 2016 7:53 am (GMT 5.5) Sorry again! The explanation of Reason Code 20:Quote:20 An OPEN macro instruction was issued for a sequential data set using queued access....
View ArticleDFSORT/ICETOOL :: RE: SYMNAMES problem
Author: Robert Sample Posted: Thu Dec 22, 2016 9:49 am (GMT 5.5) Talk to your site support group. You do not specify LRECL or BLKSIZE for any of the new data sets in your JCL; the default values will...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: steve-myers Posted: Thu Dec 22, 2016 10:00 am (GMT 5.5) I'd propose several stagesChange the data set name on the existing output data set, so if some as yet unknown task attempts to use the...
View ArticleDFSORT/ICETOOL :: RE: SYMNAMES problem
Author: jacobdng Posted: Thu Dec 22, 2016 10:44 am (GMT 5.5) Thank you so much. I fixed the problem by changing the temporary file to a physical one,and specified with LRECL=80. Case is closed.
View ArticleDFSORT/ICETOOL :: RE: SYMNAMES problem
Author: Abid Hasan Posted: Thu Dec 22, 2016 11:31 am (GMT 5.5) Hello, For the S013, DFSORT programming guide is very particular about the format of the SYMNAMES dataset (TEMP or otherwise) which you'd...
View ArticleDFSORT/ICETOOL :: RE: SYMNAMES problem
Author: Bill Woodger Subject: Reply to: SYMNAMES problem Posted: Thu Dec 22, 2016 12:37 pm (GMT 5.5) As Abid has indicated, the SYMNAMES requires an LRECL of 80. DFSORT is perfectly capable of creating...
View ArticleJCL & VSAM :: RE: Execessive parameter issue
Author: Sumeendar Subject: Reply to: Execessive parameter issue Posted: Thu Dec 22, 2016 1:53 pm (GMT 5.5) Thank u. It worked now
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: steve-myers Posted: Thu Dec 22, 2016 5:14 pm (GMT 5.5) This is the PUT loop from the Assembler listing. The PUT macro is expanded.Code: 53 LOOP PUT...
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: Thu Dec 22, 2016 5:31 pm (GMT 5.5) Thanks for replying so far . This has been very...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Nic Clouston Posted: Thu Dec 22, 2016 6:54 pm (GMT 5.5) Please use the code tags when posting code and data and screen shots. Coded for you this time._________________Regards Nic
View ArticleJCL & 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 Article