JCL & 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: Wed Dec 21, 2016 7:48 pm (GMT 5.5) Thanks. I have created a new FIFO file using TSO...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Posted: Wed Dec 21, 2016 8:34 pm (GMT 5.5) What user id does the batch job run under? And you didn't say anything about the directory tree -- if your batch user id doesn't have...
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: Wed Dec 21, 2016 8:45 pm (GMT 5.5) This is the directory structure I see where my ID...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Posted: Wed Dec 21, 2016 9:13 pm (GMT 5.5)Quote:Do I need to get permission on this directory through some commands or updating the permission file?In Unix System Services, if...
View ArticleCLIST & REXX :: RE: REXX DB2: Dynamic allocation of DB2.DSNLOAD
Author: Pedro Subject: Reply to: REXX DB2: Dynamic allocation of DB2.DSNLOAD Posted: Wed Dec 21, 2016 10:56 pm (GMT 5.5)Quote:but 3rd command is asking for a 8 bytes long DSN(CLIST) name. The 'asking'...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: steve-myers Posted: Thu Dec 22, 2016 1:32 am (GMT 5.5) Well, I did try it. I thought I saw 50 million mentioned in this thread, but all I can actually find now is "millions." I couldn't get...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: vasanthz Posted: Thu Dec 22, 2016 1:37 am (GMT 5.5) Nice research Steve, I wish there was a like button. How did you find the loop overhead. Just curious._________________If you're going to do...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: steve-myers Posted: Thu Dec 22, 2016 2:33 am (GMT 5.5)Code: L 3,COUNTER CPUTIME STORADR=STIME,CPU=MIC... BCT 3,* CPUTIME STORADR=ETIME,CPU=MIC......
View ArticleDFSORT/ICETOOL :: SYMNAMES problem
Author: jacobdng Subject: SYMNAMES problem Posted: Thu Dec 22, 2016 7:47 am (GMT 5.5) Please help to identify the problem. JCL symbol:Code://STEP1 EXEC PGM=ICETOOL...
View ArticleDFSORT/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 Article