JCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: steve-myers Posted: Thu Sep 15, 2016 11:12 am (GMT 5.5) JCL Reference manual -Quote:Use a JOBLIB DD statement to define a private library that the system is to use for an entire job. If you...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: Pandora-Box Posted: Thu Sep 15, 2016 6:00 pm (GMT 5.5) Argentina is a country name as well why are you not expecting it in the output file?_________________To understand recursion, You must...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: girishb2 Subject: Reply to: SORT Block of records Posted: Thu Sep 15, 2016 6:10 pm (GMT 5.5) Yes, I need Costa Rica, Argentina, Brazil - block of records in separate files. Like - file1 HDR01...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: Arun Raj Posted: Thu Sep 15, 2016 6:23 pm (GMT 5.5) girishb2, If you don't know how many country names/blocks are going to be in the input, then you need output files to be dynamically...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: dchristensen Subject: Reply to: How to supply called sub-program from test loadlib Posted: Thu Sep 15, 2016 6:28 pm (GMT 5.5) I implemented the joblib first, then dropped the step lib. That...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Arun Raj Posted: Thu Sep 15, 2016 6:47 pm (GMT 5.5)Quote:I next re-implemented the steplib as shown: And what was the result?_________________Arun...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: Terry Heinze Posted: Thu Sep 15, 2016 7:17 pm (GMT 5.5)Quote:Even in that environment, if you can get a standalone READY prompt, just enter LOGON your-id, which should take you to the TSO-E...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: dchristensen Subject: Reply to: How to supply called sub-program from test loadlib Posted: Thu Sep 15, 2016 7:32 pm (GMT 5.5) I am still pulling the sub-program from the production...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: steve-myers Posted: Thu Sep 15, 2016 7:37 pm (GMT 5.5)Code://JOBLIBÂ Â DD DSN=SYS5.TESTLIB,DISP=SHR //Â Â Â Â Â DD DSN=SYS4.STAGING,DISP=SHR //* //P474O200 PROC //STEPO200 EXEC PGM=S474O200...
View ArticleCLIST & REXX :: RE: Reasonable way of checking wildcards using REXX
Author: sergeyken Subject: REXXTOOLS Posted: Thu Sep 15, 2016 7:42 pm (GMT 5.5) BTW, if REXTOOLS is available in your environment then everything can be simplified with REXXTOOLS function(s), like...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: dchristensen Posted: Thu Sep 15, 2016 7:46 pm (GMT 5.5) Okay. I'll test that version._________________David Christensen Iowa Dept of Human Services Data Warehouse
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: RahulG31 Subject: Re: Reply to: How to supply called sub-program from test loadlib Posted: Thu Sep 15, 2016 7:50 pm (GMT 5.5)dchristensen wrote:I am still pulling the sub-program from the...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Robert Sample Posted: Thu Sep 15, 2016 8:02 pm (GMT 5.5) Have you talked to your site support group? They are the ones who best know your environment and they are the ones who should be guiding...
View ArticleAll Other Mainframe Topics :: It's a DATA SET...or is it?
Author: Nic Clouston Posted: Thu Sep 15, 2016 8:06 pm (GMT 5.5) Everyone, please get your terminology right: they are not files but data sets Girishb2, Please use the code tags when presenting your...
View ArticleCLIST & REXX :: RE: Reasonable way of checking wildcards using REXX
Author: Akatsukami Posted: Thu Sep 15, 2016 8:22 pm (GMT 5.5) REXXTOOLS from Open Software?_________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: dchristensen Subject: Updates Posted: Thu Sep 15, 2016 8:29 pm (GMT 5.5) I learned that the program was statically linked. After adding the DYNAM compiler option, the program then correctly...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: RahulG31 Subject: Reply to: SORT Block of records Posted: Thu Sep 15, 2016 8:39 pm (GMT 5.5) Nic, I've been hearing this from a long time (the 'file' vs 'data set' thing). Probably, you would...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Rohit Umarjikar Posted: Thu Sep 15, 2016 9:37 pm (GMT 5.5)Quote:I learned that the program was statically linked. After adding the DYNAM compiler option, the program then correctly pulled the...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: daveporcelan Posted: Thu Sep 15, 2016 9:38 pm (GMT 5.5) Why isn't the OP doing a Batch Compile? That is our preferred method of doing things. This way you can control the region size in the jcl.
View ArticleCLIST & REXX :: RE: Reasonable way of checking wildcards using REXX
Author: sergeyken Posted: Thu Sep 15, 2016 9:39 pm (GMT 5.5) YesREXXTOOLS/MVS(TM)Open Software Technologies, Inc._________________Tyrannosaurus-REXX
View Article