SYNCSORT :: RE: Format to pipe delimited with variable field length
Author: mistah kurtz Posted: Wed Sep 14, 2016 4:57 pm (GMT 5.5) So the Address filed will always start at col 31 and City will always start from col 281? Name/Address/City fields can have spaces in them?
View ArticleDFSORT/ICETOOL :: RE: Convert Hex to readable format.
Author: Bill Woodger Subject: Reply to: Convert Hex to readable format. Posted: Wed Sep 14, 2016 4:59 pm (GMT 5.5) Is it too difficult to look in the DFSORT manual or attempt some search? The...
View ArticleSYNCSORT :: RE: Stripping and Sorting of VB file
Author: G SRINIVASA RAO Posted: Wed Sep 14, 2016 5:01 pm (GMT 5.5) Hi Nic, Its a typo. It is 'stripping' Below code worked for me. removed record length from Outrec build.Code:OPTION VLSHRT INREC...
View ArticleSYNCSORT :: RE: Stripping and Sorting of VB file
Author: Bill Woodger Subject: Reply to: Stripping and Sorting of VB file Posted: Wed Sep 14, 2016 5:07 pm (GMT 5.5) I don't think the VLSHRT is giving you any benefit. The warning was indeed caused by...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: Nic Clouston Posted: Wed Sep 14, 2016 5:42 pm (GMT 5.5) Why are you compressing a library? Your message is about memory not space._________________Regards Nic
View ArticleSYNCSORT :: RE: Format to pipe delimited with variable field length
Author: Rohit Umarjikar Posted: Wed Sep 14, 2016 5:48 pm (GMT 5.5) It is as simple as making a tea. You would have to search on what Mistah suggested and TRY and next time try to provide the least...
View ArticleDFSORT/ICETOOL :: RE: Convert Hex to readable format.
Author: Rohit Umarjikar Posted: Wed Sep 14, 2016 6:06 pm (GMT 5.5) Do you tend to imply that the copybook fields are alphanumeric and you have these values in it? So far as others have said that's...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: steve-myers Posted: Wed Sep 14, 2016 7:12 pm (GMT 5.5)Willy Jensen wrote:if you are running RACF then this command can show you your size limits TSO LU your-logonid TSO NORACF assuming that you...
View ArticleDFSORT/ICETOOL :: RE: Convert Hex to readable format.
Author: Arun Raj Posted: Wed Sep 14, 2016 9:01 pm (GMT 5.5) harpreet_Saini19, Welcome to the forums and I'd suggest taking some time to review the responses and answer the questions asked if you have...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: Terry Heinze Posted: Wed Sep 14, 2016 9:59 pm (GMT 5.5)Quote:Everyone can see their SIZE on their TSO-E LOGON screen. Not everyone! Some shops skip past the logon screen and take you directly...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: steve-myers Posted: Wed Sep 14, 2016 11:00 pm (GMT 5.5)Terry Heinze wrote:Quote:Everyone can see their SIZE on their TSO-E LOGON screen. Not everyone! Some shops skip past the logon screen and...
View ArticleSYNCSORT :: RE: Stripping and Sorting of VB file
Author: sergeyken Posted: Wed Sep 14, 2016 11:18 pm (GMT 5.5) G SRINIVASA RAO, The right sequence of efforts should be: 1) read SYNCSORT manuals, and/or other related topics/forums 2) code the...
View ArticleJCL & VSAM :: How to supply called sub-program from test loadlib
Author: dchristensen Subject: How to supply called sub-program from test loadlib Posted: Wed Sep 14, 2016 11:36 pm (GMT 5.5) I have a sub-program I'm trying to test. I have set JOBLIB in the job, and...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Bill Woodger Subject: Reply to: How to supply called sub-program from test loadlib Posted: Thu Sep 15, 2016 12:10 am (GMT 5.5) You either use STEPLIB in a JOB or you use JOBLIB. You can't use...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: dchristensen Posted: Thu Sep 15, 2016 12:22 am (GMT 5.5) Thank you! I'll give that a try._________________David Christensen Iowa Dept of Human Services Data Warehouse
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: steve-myers Posted: Thu Sep 15, 2016 12:34 am (GMT 5.5) Mr. Christensen didn't tell us if the subroutine is statically linked with the calling program or if it is dynamically linked. There are...
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 12:36 am (GMT 5.5) The sub-program is dynamically linked._________________David...
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 12:42 am (GMT 5.5)Bill Woodger wrote:You either use STEPLIB in a JOB or you use...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Bill Woodger Subject: Reply to: How to supply called sub-program from test loadlib Posted: Thu Sep 15, 2016 12:53 am (GMT 5.5) Perhaps I was unclear:Quote:Use a JOBLIB DD statement to define a...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Rohit Umarjikar Posted: Thu Sep 15, 2016 2:14 am (GMT 5.5)Quote:I have set JOBLIB in the job, and STEPLIB in the step where I execute the program that calls the sub-program.You must ensure the...
View Article