Hi All,
Could someone please help me to know that how can one view the number of members in a given PDS?
Thanks in advance.
Search found 11 matches
- Thu Nov 19, 2020 7:20 pm
- Forum: JCL - Job Control Language.
- Topic: View the total number of members in a PDS.
- Replies: 0
- Views: 845
- Thu Jul 26, 2018 2:47 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Options in ISPF 3.4.
- Replies: 1
- Views: 3476
Options in ISPF 3.4.
Hi, When I try to locate the file name using ISPF 3.4, it does not show me up the dataset name. It was not happening before: Menu RefList RefMode Utilities Help ¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹ Data Set List Utility No data set names found Option ===> Mo...
- Thu Apr 13, 2017 10:30 am
- Forum: JCL - Job Control Language.
- Topic: Count the number of files based on a naming convention.
- Replies: 1
- Views: 652
Count the number of files based on a naming convention.
Hi,
For a task in hand I need to collect files which follow a particular naming convention like ATD.DATA.FILE.N*. But before I'd like to know that how many files are actually present which follow this convention. Is there a way ti know this, please advise.
Thanks for your help.
For a task in hand I need to collect files which follow a particular naming convention like ATD.DATA.FILE.N*. But before I'd like to know that how many files are actually present which follow this convention. Is there a way ti know this, please advise.
Thanks for your help.
- Wed Feb 15, 2017 1:49 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Which memory devices is used in mainframe computer?
- Replies: 5
- Views: 956
- Mon Feb 13, 2017 3:04 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Which memory devices is used in mainframe computer?
- Replies: 5
- Views: 956
Re: Which memory devices is used in mainframe computer?
Thanks Robert.
But the concept of memory in PC and mainframe is same, right?
But the concept of memory in PC and mainframe is same, right?
- Sat Feb 11, 2017 7:35 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Which memory devices is used in mainframe computer?
- Replies: 5
- Views: 956
Which memory devices is used in mainframe computer?
Hi,
I'm curious to know, which memory devices is used in mainframe computer? I mean are they like personal computers or there is much more to ti?
I'm curious to know, which memory devices is used in mainframe computer? I mean are they like personal computers or there is much more to ti?
- Fri Aug 08, 2014 2:23 pm
- Forum: Mainframe Performance, Capacity Planning and Software Cost.
- Topic: CICS and DB2 SMF record read.
- Replies: 2
- Views: 1218
Re: CICS and DB2 SMF record read.
They have MXG and I'll use that along with SAS.
Thanks Robert.
Thanks Robert.
- Thu Jul 31, 2014 12:39 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: How can we change the sign using SORT?
- Replies: 3
- Views: 1658
Re: How can we change the sign using SORT?
I'd subtract it from zero. You have to tell SORT the size and type of the result. Yes, you can multiply by -1. Hi William, Could you please help me in knowing how would you substract from zero using SORT statements? I'm trying to figure it out but did not get it. OPTION COPY INREC IFTHEN=(WHEN=(15,...
- Thu Jul 31, 2014 12:23 pm
- Forum: Mainframe Performance, Capacity Planning and Software Cost.
- Topic: CICS and DB2 SMF record read.
- Replies: 2
- Views: 1218
CICS and DB2 SMF record read.
Hi, I have SMF data in SYS1.MAN1 , MAN2 data-sets. I want to collect the CICS statistics and DB2 statistics like for accounting and statistics that means I should collect data for Record type 100 and 101. Could anybody help me in knowing that how to read the SMF records in this case? I heard that SA...
- Mon Jul 28, 2014 2:07 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: How can we change the sign using SORT?
- Replies: 3
- Views: 1658
Re: How can we change the sign using SORT?
Thanks William. I've used the following. Please if it's correct or is there a better way of doing it: OPTION COPY INREC IFTHEN=(WHEN=(15,8,PD,LT,0), OVERLAY=(15:15,8,PD,MUL,-1,TO=PD,LENGTH=8)) How do you do it using subtraction? OPTION COPY INREC IFTHEN=(WHEN=(15,8,PD,LT,0), OVERLAY=(15:15,8,??,SUB,...
- Thu Jul 24, 2014 5:11 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: How can we change the sign using SORT?
- Replies: 3
- Views: 1658
How can we change the sign using SORT?
Hi,
How can we change the sign of a Packed decimal field using SORT ? Can we multiply by -1 or is there any other solution to this?
The details are as follows: LRECL=500, field size is 8 bytes: S9(10)V9(5) comp-3. And position of the field=15.
Please help.
How can we change the sign of a Packed decimal field using SORT ? Can we multiply by -1 or is there any other solution to this?
The details are as follows: LRECL=500, field size is 8 bytes: S9(10)V9(5) comp-3. And position of the field=15.
Please help.