Testing & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: Rohit Umarjikar Posted: Wed Dec 21, 2016 12:32 am (GMT 5.5) I know what TS is asking here, my reply ain't different than what you say and that's why I say is a half fix dummying the output file...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: Arun Raj Posted: Wed Dec 21, 2016 12:38 am (GMT 5.5) Your response seemed to suggest that, the OP is creating the data set in stepA and that he is trying to dummy it in stepB, which is not the...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: vasanthz Posted: Wed Dec 21, 2016 12:44 am (GMT 5.5) You would see difference in the EXCP(execute channel path macro call) values as there would be not writes happening to the DUMMY file. The...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: Phrzby Phil Posted: Wed Dec 21, 2016 2:03 am (GMT 5.5) The half fix may be the safest. I once worked at an agency that required every functionality to be tested if any change was made to a...
View ArticleCLIST & REXX :: RE: REXX DB2: Dynamic allocation of DB2.DSNLOAD
Author: Marso Posted: Wed Dec 21, 2016 2:58 am (GMT 5.5) Line 1 asks TSO to give a DD name to the DB2 load library, Line 2 asks ISPF to add this DD to its LoadLIB, Line 3 is supposed to run the REXX...
View ArticleTesting & Performance analysis :: RE: DD DUMMY & CPU TIME
Author: Bill Woodger Subject: Reply to: DD DUMMY & CPU TIME Posted: Wed Dec 21, 2016 3:40 am (GMT 5.5) Yes, there can be several stages. The DD DUMMY is a painless way of not actually getting the...
View ArticleIBM Tools :: Are there any Freeware utilties for ibm mainframes
Author: johnmull Subject: Are there any Freeware utilties for ibm mainframes Posted: Wed Dec 21, 2016 8:29 am (GMT 5.5) Are there any sites that contain freeware for z/os or mvs ? I have a couple to...
View ArticleIBM Tools :: RE: Are there any Freeware utilties for ibm mainframes
Author: enrico-sorichetti Subject: Reply to: Are there any Freeware utilties for ibm mainframes Posted: Wed Dec 21, 2016 9:01 am (GMT 5.5)www.cbttape.org_________________cheers enrico When I tell...
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 2:58 pm (GMT 5.5) Hi, When I try to create a UNIX pipe I am getting...
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 3:29 pm (GMT 5.5) Sorry how to create the server log...
View ArticleJCL & VSAM :: RE: JES2 JEC: Use UNIX Pipes to Pass Data Between Concurrent Job
Author: Robert Sample Posted: Wed Dec 21, 2016 6:12 pm (GMT 5.5) Did you notice that the CAE error message applies ONLY to the DB2 Query Monitor Tool? That's what the APAR is about. If you decide to...
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 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 Article