TSO/ISPF :: RE: Edit large number of datasets (QSAM)
Author: zh_lad Posted: Thu Apr 06, 2017 7:47 pm (GMT 5.5) Thanks for your reply. I have not done any Rexx in past but I am quite keen to learn. Can you please point me to the thread where a similar...
View ArticleIMS DB/DC :: PA02 - Programmtically control attention keys
Author: dodithegreat Subject: PA02 - Programmtically control attention keys Posted: Thu Apr 06, 2017 8:33 pm (GMT 5.5) Hi All, I am working in an IMS shop and I need to be able to intercept the fact...
View ArticleDFSORT/ICETOOL :: RE: Format record to remove Leading zeroes
Author: Bill Woodger Subject: Reply to: Format record to remove Leading zeroes Posted: Thu Apr 06, 2017 9:01 pm (GMT 5.5) You obviously didn't read all the words in all the messages. Nor did you show...
View ArticleDFSORT/ICETOOL :: RE: Format record to remove Leading zeroes
Author: RahulG31 Subject: Reply to: Format record to remove Leading zeroes Posted: Thu Apr 06, 2017 9:46 pm (GMT 5.5) If your input is like this:Code: 01KG009999 IRRELEVANTTXT 00MN1125...
View ArticleDB2 :: RE: SUBSTR for Date functions
Author: Rohit Umarjikar Posted: Fri Apr 07, 2017 1:53 am (GMT 5.5)Quote:Please let me know that whether SUBSTR function is applicable for VAR/CAHR only otherwise can we use it for DATE functions as...
View ArticleIMS DB/DC :: RE: PA02 - Programmtically control attention keys
Author: Gary Jacek Posted: Fri Apr 07, 2017 2:13 am (GMT 5.5) Did you REALLY want to ask the same question for PF2? PA2 is generally used to retrieve the next physical page in an IMS terminal session...
View ArticleCICS :: RE: COMMAREA and CHANNELS
Author: Rohit Umarjikar Posted: Fri Apr 07, 2017 2:58 am (GMT 5.5) If you bother to read go through this reference then you will understand it.Transferring data between programs using channelsThis is...
View ArticleIMS DB/DC :: Need help in estimating space of unload file
Author: ashek15 Subject: Need help in estimating space of unload file Posted: Fri Apr 07, 2017 5:11 am (GMT 5.5) Hi All We need to unload a IMS database and we need to estimate the size of sequential...
View ArticleIMS DB/DC :: RE: Need help in estimating space of unload file
Author: Robert Sample Subject: Reply to: Need help in estimating space of unload file Posted: Fri Apr 07, 2017 5:37 am (GMT 5.5) Have you tried running a LISTCAT on the VSAM data set? That should give...
View ArticleIMS DB/DC :: RE: Need help in estimating space of unload file
Author: ashek15 Subject: Reply to: Need help in estimating space of unload file Posted: Fri Apr 07, 2017 9:18 am (GMT 5.5) Thanks for replying Robert. I tried running listcat on the VSAM and I believe...
View ArticleIMS DB/DC :: Need help in triggering a PL1 module when IMSDB Call is mad
Author: Varungv99 Subject: Need help in triggering a PL1 module when IMSDB Call is mad Posted: Fri Apr 07, 2017 10:01 am (GMT 5.5) Hey Guys, I am working on a data type conversion project. The current...
View ArticleDFSORT/ICETOOL :: RE: Format record to remove Leading zeroes
Author: Learncoholic Posted: Fri Apr 07, 2017 12:02 pm (GMT 5.5) Rahul, I tried using the below ICETOOL card:Code://TOOLIN DD * COPY FROM(INDD01)...
View ArticleDFSORT/ICETOOL :: RE: Format record to remove Leading zeroes
Author: Learncoholic Posted: Fri Apr 07, 2017 2:00 pm (GMT 5.5) Rahul, I managed to get the desired O/P in single SORT card:Code:INREC IFTHEN=(WHEN=INIT,...
View ArticleTSO/ISPF :: HLIST Utility In Batch
Author: Virendra Shambharkar Subject: HLIST Utility In Batch Posted: Fri Apr 07, 2017 3:38 pm (GMT 5.5) Hi, I am trying to run HLIST utility in batch mode to identify how many files under an HLQ are on...
View ArticleTSO/ISPF :: RE: HLIST Utility In Batch
Author: Robert Sample Posted: Fri Apr 07, 2017 3:50 pm (GMT 5.5) Instead of DS('HLQ.*') why not use LEVEL(HLQ) ?_________________TANSTAAFL The first rule of code reuse is that the code needs to be...
View ArticleTSO/ISPF :: RE: Edit large number of datasets (QSAM)
Author: Nic Clouston Posted: Fri Apr 07, 2017 4:21 pm (GMT 5.5) The macro is simple - here is an example:Code:/*--------------------------------------------------------------------*/ /* Edit Macro:...
View ArticleDFSORT/ICETOOL :: RE: Format record to remove Leading zeroes
Author: Arun Raj Posted: Fri Apr 07, 2017 5:16 pm (GMT 5.5) Glad you were able to work it out, based on what Rahul suggested above. You can combine all the IFTHENs into your INREC OR OUTREC. You don't...
View ArticleJCL & VSAM :: LISTCAT on a dataset with symbolic parameters
Author: shreya19 Subject: LISTCAT on a dataset with symbolic parameters Posted: Fri Apr 07, 2017 5:43 pm (GMT 5.5) I want to look if the dataset is present or not, using listcat. The dataset name has...
View ArticleJCL & VSAM :: RE: LISTCAT on a dataset with symbolic parameters
Author: Nic Clouston Posted: Fri Apr 07, 2017 5:54 pm (GMT 5.5) If you have the right level of OS and your LISCAT control card is in-stream then you can use a symbolic parameter. Otherwise you cannot...
View ArticleJCL & VSAM :: RE: LISTCAT on a dataset with symbolic parameters
Author: Robert Sample Posted: Fri Apr 07, 2017 6:33 pm (GMT 5.5) Is this a one-time job or is it something you plan on running every month? If it will be running every month, explore the capabilities...
View Article