Re: Adding 90 seconds to 8 byte TOD FIELD

2018-12-26 Thread retired mainframer
Look at the assembled contents of your address literal. The * does not refer to the location of the LA instruction but the address of the literal itself. Are you sure that your DC did not skip some bytes to force doubleword alignment? If it did, your B instruction points to the wrong place. If

Re: To know VTOC and Index from volume

2019-01-15 Thread retired mainframer
If there is nothing better on the CBT tape, you can always use IEHLIST. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Peter > Sent: Tuesday, January 15, 2019 1:29 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: To know VTOC and Index from volume > > Hi > > Is it

Re: Restore dataset with a different prefix

2019-01-28 Thread retired mainframer
RENAMEU will let you change the HLQ but will not let you change the number of qualifiers in the DSN. However, if you have a small number of HLQs to deal with, you could restore to a set of relate HLQs. For example, RENAMEU=((SYS1.**, ZSYS1.**),(TCPIP.**,ZTCPIP.**),...) Then you can list all t

Re: Newbie SMP/E questions

2019-01-29 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Bob Bridges > Sent: Tuesday, January 29, 2019 8:07 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Newbie SMP/E questions > > Question #1) We started by applying a PTF - call it A for simplicity - and its > prerequisit

Re: IPL wait state clarification

2019-02-04 Thread retired mainframer
Would changing the load parm to 522400M to display progress messages help isolate the problem. What volume is SYS1.PARMLIB on? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Peter > Sent: Monday, February 04, 2019 1:36 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subje

Re: DFHSM FIXCDS before start-up?

2019-02-04 Thread retired mainframer
Why would overwriting the CDSs during a CDS backup be a problem? You still have the media they were restored from and can recreate that version at will. If you don't want to run a special ARCCMDxx and you don't want to issue the FIXCDS command manually, what other approach did you have in mind?

Re: HSM question - ML2 tapes no longer avaialble

2019-02-13 Thread retired mainframer
Two recommendations below > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Allan Staller > Sent: Wednesday, February 13, 2019 7:03 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: HSM question - ML2 tapes no longer avaialble > > For each affected volser: > > HSE

Re: VTL - ISMF Question

2019-02-13 Thread retired mainframer
When you say scratch pool do you mean remove from HSM entirely or do you mean mark as available to HSM? Whichever you decide, you can set the ISMF report to a dataset and write a REXX to parse it and generate DELVOL commands. > -Original Message- > From: IBM Mainframe Discussion List On

Re: Dynamic allocation on Non SMS

2019-02-24 Thread retired mainframer
Since they are not managed by ACS and you apparently did not specify a storclas, it would be much more surprising if they ended up on an SMS volume instead of a non-SMS one. This is how things work when SMS is not a factor in the allocation. > -Original Message- > From: IBM Mainframe D

Re: How do I get a lower-case value into a "long" symbol?

2019-03-01 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Charles Mills > Sent: Friday, March 01, 2019 8:30 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: How do I get a lower-case value into a "long" symbol? > > Assembler, allegedly the model for JCL, gets both of those

Re: How obtain DSN's of SL Tape using CBTTAPE

2019-03-13 Thread retired mainframer
Is the user ID the job is run under authorized to use BLP? Do you not have a tape management system that could report this without even mounting the tape? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Hilario Garcia > Sent: Wednesday, March 13, 2019 5:45 AM >

Re: Highly technical question - how do I only get my posts?

2019-03-15 Thread retired mainframer
A highly philosophical response here... If you don't see anyone else's posts, how would you know to respond? If you originate a question, how would you see the answers? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Bill Giannelli > Sent: Friday, March 15, 201

Re: Highly technical question - how do I only get my posts?

2019-03-15 Thread retired mainframer
Put a special sequence of characters in the subject of your post and configure your mail reader to flush any IBM-MAIN messages without this sequence. Unfortunately, this will also cause you to miss any replies from people who respond to the digest without updating the title. Set your account t

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread retired mainframer
Have you considered DFSORT? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Frank Swarbrick > Sent: Thursday, March 28, 2019 9:16 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Utility to parse fullword delimited flat file > > Does anyone know of a standard z/OS u

Re: report for dataset recall from tape

2019-03-30 Thread retired mainframer
The HSM LIST and REPORT commands should provide the information you are looking for. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Bill Giannelli > Sent: Saturday, March 30, 2019 4:37 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: report for dataset recall from

Re: Appending timestamp to the file

2019-05-03 Thread retired mainframer
I'm confused How does a BUILD statement with 12 comma constants produce output which contains only 3 commas? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Ron Thomas > Sent: Friday, May 03, 2019 9:53 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Appending time

Re: Assembler question

2020-07-05 Thread retired mainframer
The assembler reflects the architecture of the machine. Originally, you could not load a 32-bit integer (called a full word) into a register from memory unless the address was properly aligned. Attempting to do so would cause the instruction to terminate and a program check interrupt (specific

Re: Storage & tape question

2020-07-05 Thread retired mainframer
You might want to consider whether transportability is an issue. How do you get your backups to your disaster recovery site? The systems I worked on were prohibited from connecting to public networks. You might also want to consider operational security. If your new storage device is physica

Re: Help with technique to identify data for last time/date an event occurred

2020-07-24 Thread retired mainframer
If you specify the key as job name plus date plus time and sort descending and keep only 1, DFSORT should give you what you want. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Lizette Koehler > Sent: Friday, July 24, 2020 11:25 AM > To: IBM-MAIN@LISTSERV.UA.EDU

Re: How to determine which SMP CSI is used

2020-08-19 Thread retired mainframer
Do both CSIs contain a global zone? Normally, one would contain the global zone and point to the other for the target or distribution zone, or both. If both have global zones, do they contain any FMIDs in common? If not, the one with the FMID for your PTFs is the one you want. By run time l

Re: How get a user to use his own catalog rather than master?

2020-09-17 Thread retired mainframer
Users probably need read access to mcat so they can access SYS1.MACLIB and others like it. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jesse 1 Robinson > Sent: Thursday, September 17, 2020 5:06 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: How get a user

Re: Sort - File split

2019-05-21 Thread retired mainframer
Do you need to pull 100 specified numbers, 100 random numbers, or the first 100 numbers? If the first 100: Sort on key with EQUALS specified. Add a sequence number to the output record and use the WHEN=GROUP function to increment the sequence number only when the key changes. Stop when the se

Re: problem with FTP from Windows 10 to z/OS

2019-05-21 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Paul Gilmartin > Sent: Tuesday, May 21, 2019 4:14 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: problem with FTP from Windows 10 to z/OS > > On Tue, 21 May 2019 17:40:13 -0500, Kevin Merkley wrote: > > > >In the

Re: Friday!

2019-07-22 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Gary Weinhold > Sent: Monday, July 22, 2019 7:50 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Friday! > > I almost remember how to do it on an IBM 1620 Simply the best machine ever for teaching programming. I

Re: dfsort: Sort job to get price variance records

2019-08-01 Thread retired mainframer
Why are two records desired for 96.12 but only one for 95.12? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Ron Thomas > Sent: Thursday, August 01, 2019 8:03 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: dfsort: Sort job to get price variance records > > Ok

Re: WEEDING OUT DSNS WITH CATALOG ENTRIES ONLY

2019-08-13 Thread retired mainframer
I think you are looking for the DIAGNOSE command found in the AMS manual. It will compare the BCS and VVDS and identify mismatches in either direction. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of esmie moo > Sent: Tuesday, August 13, 2019 7:37 AM > To: IBM-

Re: HSM question

2019-09-11 Thread retired mainframer
Look at the VERSIONS operand of the SETSYS command and the ALTERDS command > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Gadi Ben-Avi > Sent: Wednesday, September 11, 2019 12:15 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: HSM question > > OK, > So how do

Re: casting with XL C\C++ compiler

2019-09-26 Thread retired mainframer
Maybe you would like to show us some real code? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Joseph Reichman > Sent: Thursday, September 26, 2019 8:40 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: casting with XL C\C++ compiler > > Hi > > Seems like a lot the

Re: Tracing RACF?

2019-10-01 Thread retired mainframer
What is the status of the SETROPTS PROTECTALL option? Is there any data set profile that covers the dataset? Is there a global access checking table entry that covers the dataset? Does the non-admin user have the OPERATIONS attribute? Is there a DASDVOL profile that covers the non-SMS volume in

Re: Tracing RACF?

2019-10-01 Thread retired mainframer
And what command is the non-admin user issuing to perform the delete? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of retired mainframer > Sent: Tuesday, October 01, 2019 5:37 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Tracing RACF? >

Re: Tracing RACF?

2019-10-02 Thread retired mainframer
that, there are no specific permissions defined > *And what command is the non-admin user issuing to perform the delete?* > Just a simple 'D' against the file in an ISPF 3.4 list. > > Regards > Sean > > > > > On Tue, 1 Oct 2019 at 16:32, retir

Re: Tracing RACF?

2019-10-03 Thread retired mainframer
To recap: PROTECTALL is off. No RACF profile protects the DSN in question. The MCAT is protected by a profile. An admin creates the non-SMS dataset TEST which gets catalogued in the MCAT. A non-admin deletes the dataset which results in an orphan catalog entry. You are surprised.

Re: [SUSPECTED SPAM] Catalog that does not exist in VVDS

2019-10-07 Thread retired mainframer
Please show the message the leads you to believe this situation exists. That will provide a big clue regarding how to correct it. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of (K.K.Paradox)T.Kobayashi > Sent: Friday, October 04, 2019 1:47 AM > To: IBM-MAIN@LIST

Re: STGADMIN.DPDSRN Confusion

2019-10-16 Thread retired mainframer
When you list the dataset in 3.4, you have to specify the volume on the input panel. Then it will present the override option. When you rename the data set this way, the catalog will not be updated. The assumption being that no one would rename a dataset actually in use. This feature is desi

Re: DFDSS backup retore

2019-11-13 Thread retired mainframer
Please provide the complete error message. The error message does not address tape labels. (A wrong label would produce a system error before DFDSS got to the tape.) It says the sequence number of data records is wrong. This may indicate a corrupt file. What system level are you at. There i

Re: DFDSS backup retore

2019-11-13 Thread retired mainframer
Since the JCL specified the volser, why do you think the catalog was used at all? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Carmen Vitullo > Sent: Wednesday, November 13, 2019 12:57 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: DFDSS backup retore > >

Re: DFDSS backup retore

2019-11-13 Thread retired mainframer
The error has nothing to do with labels. DFDSS processed 32 blocks of data and reported a problem when reading the 33rd. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jesse 1 Robinson > Sent: Wednesday, November 13, 2019 4:18 PM > To: IBM-MAIN@LISTSERV.UA.EDU

Re: DFDSS backup retore

2019-11-14 Thread retired mainframer
In your first message, the LLQ was G0449V00. Now it is G0303V00. Are we still talking about the same issue? One more time, the original error message did not relate to the label or DSN. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Nai, Dean > Sent: Thursda

Re: AUTHPGM in IKJTSOxx

2019-11-16 Thread retired mainframer
If the program does not reside in an APF authorized library, placing it in AUTHPGM does not give it any extra authority. It will waste some system resources to create the authorized environment that is implied as necessary. If it is in an authorized library, it needs to take the exact same prec

Re: AUTHPGM in IKJTSOxx

2019-11-16 Thread retired mainframer
Peter's message from 4.5 hours ago explains what happens if the program is not in AUTHPGM. It also explains that TSO sets up the environment when the program is in AUTHPGM and part of that environment insures the requirements he described are met. Without the AUTHPGM list, how would TSO know w

Re: I want to cry

2023-02-02 Thread Retired Mainframer
Look in the System Codes manual. 047 means a program that is not running "authorized" requested a service that only one that is running "authorized" can access. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Hank Oerlemans Sent: Thursday, February 2, 2023 7:28 PM

Re: ASM call by value

2023-03-26 Thread Retired Mainframer
Sorry but no. Structures are passed by value. Modifying an element of the structure in the called function has no effect on the value of the structure element as seen by the calling function. Arrays on the other hand are passed by address. The modified value of an element of the array in the

Re: There are good bosses and then there are the other kind

2023-09-07 Thread Retired Mainframer
I always gave my bosses two choices: Tell me what to do and I'll do it. Tell me what you want and I'll see that you get it. It took a while for some to figure out that the second was a better option. A few never did. Very few could compare to your Mr. Condon but they were indeed a

Re: Generate a data set with record numbers?

2023-09-15 Thread Retired Mainframer
Look up the SEQNUM operand in your sort reference -Original Message- From: IBM Mainframe Discussion List On Behalf Of Schmitt, Michael Sent: Friday, September 15, 2023 1:20 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Generate a data set with record numbers? I want to generate a data set tha

Re: SMFPRMFxx SYS SUBSYS and EXITs question

2019-11-26 Thread retired mainframer
>From Init & Tuning Ref: You can specify exits on the SYS and SUBSYS statements of SMFPRMxx. Your choice of SYS or SUBSYS depends on the scope of work you want to influence (system-wide or subsystem-wide), as follows: On the SYS parameter, specify the exits that are to affect work throughout

Re: how to compare active parameter with the parameter in member

2019-12-17 Thread retired mainframer
It probably depends on which parameters for what subsystem. JES2 has a series of $D commands to display the current parameters which you can then compare to the text in the parameter member. z/OS has a similar set of operands to the DISPLAY command that somewhat mirror the various parameter me

Re: Metal C using Z/OS macros in C macros

2020-01-17 Thread retired mainframer
In you C code, when you "invoke" the macro, you would provide the values of the two macro parameters. Something like SETSUP(xx,yy) It is the xx and yy that would show up inside the two parenthetical expressions in the generated code. Keep in mind that a C macro performs simple text substituti

Re: Metal C using Z/OS macros in C macros

2020-01-18 Thread retired mainframer
o:IBM- > m...@listserv.ua.edu] > >>> On Behalf Of Farley, Peter x23353 > >>> Sent: Friday, January 17, 2020 8:31 AM > >>> To: IBM-MAIN@LISTSERV.UA.EDU > >>> Subject: Re: Metal C using Z/OS macros in C macros > >>> > >>> The %0

Re: Metal C using Z/OS macros in C macros

2020-01-18 Thread retired mainframer
ros > > On Sat, 18 Jan 2020 18:35:17 -0800, retired mainframer wrote: > > >The requirement for the struct keyword when using the tag name is > >C-specific. C++ > decided the tag by itself was sufficient for the compiler to determine it is > the name of a > struct ty

Re: Metal C using Z/OS macros in C macros

2020-01-19 Thread retired mainframer
r example. > >> > >> If the OP (Mr. Reichman) codes the *invocation* of the SETUP macro as > >> follows: > >> > >> SETUP(supstate,key) > >> > >> Then both "supstate" and "key" must be defined C variables. > >&

Re: HOSTNAMES on Z/OS TCPIP

2020-03-12 Thread retired mainframer
According to my old references, if the Unix file exists, it is used. If not, the system searches for one of several possible z/OS datasets. Check your current z/OS Communications Server IP Configuration Guide. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of es

Re: Here we go again

2020-04-21 Thread retired mainframer
In addition to SSNs, the same set of numbers is used for EINs (employers), ITINs (non-residents), and ATINs (adoptees in process). There may be others but those are the ones I see as a (currently idle) AARP volunteer tax preparer. Some numbers are also reserved, such as 111-00- for the spou

Re: XL C\C ++ sizeof of datatypes

2020-04-26 Thread retired mainframer
Don't allow extraneous factors (such as optimization or argument promotions) to obfuscate the information you want. If you want the sizes of the types, print the sizes of the types. #include int main(void) { printf("%zd %zd %zd", sizeof(short), sizeof(int), sizeof(long)); return 0;

Re: XL C\C ++ sizeof of datatypes

2020-04-27 Thread retired mainframer
You may see the operator with parentheses more often than without but that does not change the nature of the keyword. Any function with the same name as a keyword causes undefined behavior. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Charles Mills > Sent: Mo

Re: XL C\C ++ sizeof of datatypes

2020-04-27 Thread retired mainframer
If operand is a type (as opposed to variable name), the parentheses are required. If the operand is an expression (including a solitary variable name), the parentheses are optional. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Seymour J Metz > Sent: Monday, A

Re: Strange code Generation from XL\C Metal C

2020-04-28 Thread retired mainframer
The LY instruction is picking up the file descriptor (think DD name) so the IO accesses the correct file. The memcpy statement doesn't care what file the data came from. You are copying whatever is currently in the buffer to reclen and it is obvious that the buffer is at the start of your stru

Re: Serverpac job RACFDLTA

2020-05-05 Thread retired mainframer
If you don't get any better ideas, DBSYNC from the RACF Goodies page might help > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Gibney, Dave > Sent: Tuesday, May 05, 2020 11:01 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Serverpac job RACFDLTA > > I am inst

Re: TSO/E SUBMIT exit

2020-05-06 Thread retired mainframer
As near as I can tell, the system as delivered uses the OPER resource of the TSOAUTH class only to control access to the OPERATOR command. If you want to control the ability to issue JES commands from batch without an exit, you will need to update the access list for other classes and profiles.

Re: How to compare parameters in one z/Os with parameters in another z/OS

2021-06-14 Thread retired mainframer
Don't the various $D commands show the settings actually in effect, not necessarily the settings in PARMLIB? Don't the effects of $T and other modifications survive JES2 restarts until a cold start occurs? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Ed Jaf

Re: display alias definition

2021-08-25 Thread Retired Mainframer
Would the LISTCAT ALL output for the alias show a SYMBOLICRELATE rather than a RELATE parameter? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bill Giannelli Sent: Wednesday, August 25, 2021 2:39 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: display alias definition ho

Re: SMPe GIM30206E

2021-09-03 Thread Retired Mainframer
At my last site, the Quality Control folks would not accept anything higher than a four on a job they were required to review. This was a result of some product teams bamboozling them on 8s and 12s in the past. Management did not like it when the customers discovered delivery errors. Once QC

Re: Question about negative indexes

2021-10-23 Thread Retired Mainframer
Use LGH instead of LH (or maybe even LGHI). If you are not in AMODE 64, you probably don't care about messing with the high order half of the register. In this case, the low order bits of the register will contain the same value they would have contained with LH. -Original Message- Fro

Re: Fall back STP Adjustments

2021-11-01 Thread Retired Mainframer
I think the answer is both. AT 0700 UTC it will be 0200 CDT. After an infinitely small interval, it will still be 0700 UTC but will be 0100 CST. At the time of transition, either CST is correct (or maybe neither are). -Original Message- From: IBM Mainframe Discussion List On Behalf O

Re: Sample ACS routine

2017-03-01 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Nathan Astle > Sent: Wednesday, March 01, 2017 12:27 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Sample ACS routine > > Hi > > Would someone help me with a sample STOGROUP, DATACLA

Re: C fprintf() format code for 32-bit float?

2017-03-13 Thread retired mainframer
fprintf is a variadic function. Therefore any float passed to the function will be automatically promoted to double before the function is called (as long as the prototype is in scope). Since there is no loss on the conversion, the regular floating point formats will work fine. There is no prefi

Re: C fprintf() format code for 32-bit float?

2017-03-14 Thread retired mainframer
tin > Sent: Tuesday, March 14, 2017 2:31 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: C fprintf() format code for 32-bit float? > > On Mon, 13 Mar 2017 21:50:30 -0700, retired mainframer wrote: > > >fprintf is a variadic function. Therefore any float passed to the fu

Re: RACF Non-expiring passwords

2017-03-20 Thread retired mainframer
Are you saying that attempting to change the password with the RACF panels fails but using ALU with the same password and options succeeds? Do you have a password validation exit? Can you show us your password rules and the panel data (use X, x, 1, and $ as appropriate for the password)? Ditt

Re: sort data extract

2017-03-29 Thread retired mainframer
Look up "Substring Comparison Tests" in your Application Programming Guide. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Ron Thomas > Sent: Wednesday, March 29, 2017 4:37 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: sort data e

Re: CPU Timerons/Seconds vs Wall-clock Time

2017-04-09 Thread retired mainframer
If a job executes in parallel threads on multiple CPUs, the CPU time could be more than the elapsed time. A massive number cruncher could run for an hour and consume 59 minutes of CPU. An interactive application that waits on a user could run for an hour and consume only seconds of CPU. > -O

Re: unCATALOG after a RENAME

2017-04-11 Thread retired mainframer
When you say "a file in the VTOC," did you deliberately mean to distinguish that from a case where you rename a dataset in the catalog? Did the rename command specify a volume? Was the old DSN catalogued on the volume whose VTOC you are updating? Is the new DSN catalogued correctly? Did the new

Re: unCATALOG after a RENAME

2017-04-11 Thread retired mainframer
If the dataset in question is not SMS managed, CAMLST/RENAME makes no effort to update the catalog. Therefore your UNCAT and CAT steps are necessary and should succeed. If the dataset in question is SMS managed, coordinates the required changes to the VTOC, the VTOC index, and the catalog. There

Re: unCATALOG after a RENAME

2017-04-13 Thread retired mainframer
Run some test cases, at least one for an SMS volume, at least one for a non-SMS volume: List the catalog entry for the old DSN List the catalog entry for the new DSN (expect failure) List the VTOC for the old DSN List the VTOC for the new DSN (expect failure) Rename the dataset

Re: DFDSS QUESTION :SHARE PARM WHEN DOING COPY

2017-05-09 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of willie bunter > Sent: Tuesday, May 09, 2017 6:01 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: DFDSS QUESTION :SHARE PARM WHEN DOING COPY > > Good Day To All, > > Could someone clari

Re: DFDSS QUESTION :SHARE PARM WHEN DOING COPY

2017-05-09 Thread retired mainframer
d on CICS. > > Since the dsn is OAM the SHARE parm does appy. Right? > > -------- > On Tue, 5/9/17, retired mainframer wrote: > > Subject: Re: DFDSS QUESTION :SHARE PARM WHEN DOING COPY > To: IBM-MAIN@LISTSERV.UA.EDU > Receiv

Re: DFDSS QUESTION :SHARE PARM WHEN DOING COPY

2017-05-10 Thread retired mainframer
You cannot code SHARE and DELETE on the same COPY command. If the dataset is deleted after the copy step, then obviously DFDSS has released its enqueue and is no longer a factor in the situation you described. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@L

Re: PDSE dataset rename issue

2017-06-17 Thread retired mainframer
Look at your DFSMSdfp Diagnosis manual in the DADSM RENAME Return and Diagnostic Codes section. It says the enqueue failed. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of venkat kulkarni > Sent: Saturday, June 17, 2017 12:45 AM

Re: PDSE dataset rename issue

2017-06-17 Thread retired mainframer
Do the D command from the LPAR you are issuing the rename command from. That is where the enqueue is failing. Using 3.4 to display a list of DSNs does not enqueue on any of those names. Once you specify any action or command on one of the DSNs displayed, enqueues are probably issued for that

Re: Simple (?) C question

2017-06-19 Thread retired mainframer
The static array will exist for the life of the program and is therefore accessible after the function returns. My compiler accepted it and execution produced the expected result when the printf statement was placed in main. Probably unrelated to your real question but the format string passed to

Re: Simple (?) C question

2017-06-20 Thread retired mainframer
gt; > On Mon, 19 Jun 2017 17:13:00 -0700, retired mainframer wrote: > > > >Probably unrelated to your real question but the format string passed to > >printf should also have a \n after the %s to insure the output is visible. > > > On MacOS, at least, buffers are flus

Re: EBCDIC, ASCII, ugh

2017-06-22 Thread retired mainframer
Why not eliminate the middle man and convert the EBCDIC data line by line to ASCII (ftp can; so can a simple assembler program using TR instruction), add line delimiters, encrypt, create MD5, and transmit in binary. Receiver can verify MD5 to confirm no data lost. For the reverse trip, receive en

Re: DRHSM QUESTION

2017-06-29 Thread retired mainframer
Look at the syntax diagram for the LIST command. The SELECT operand for the DSN path does not support a value of BACKUP. The same diagram shows that the DSN path defaults to the MCDS which explains your results. However, there is a way to specify you want the info from the BCDS. > -Or

Re: DFHSM Issue

2017-07-12 Thread retired mainframer
If the first file on the tape is a continuation from a previous tape, both tapes would need to meet the percent criteria. Ditto if the last file is continued on another tape. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Pesc

Re: COPYING DFDSS TAPE TO DASD USING COPYDUMP - ADR331E

2017-07-14 Thread retired mainframer
For a VSAM dataset, don't the component names have extra text appended to the end, such as .DATA or .INDEX? Since the rename increased the length, did any of those go over the 44 character limit> > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU

Re: Sort Question

2017-07-15 Thread retired mainframer
Look up the PARSE operand of the INREC and OUTREC control statements in the Application Programming Guide. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Edward Gould > Sent: Saturday, July 15, 2017 12:19 PM > To: IBM-MAIN@LISTSE

Re: Sort Question

2017-07-15 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Edward Gould > Sent: Saturday, July 15, 2017 8:53 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Sort Question > > > On Jul 15, 2017, at 10:39 PM, Sri h Kolusu wrote: > > > > Edwa

Re: Publicly available site for SA23-7832-13 zArch PoOP for z16?

2022-06-03 Thread Retired Mainframer
I clicked on the link and downloaded SA22-7832-13 with no problem. Page ii contains the following: "Fourteenth Edition (May, 2022) This edition obsoletes and replaces z/Architecture Principles of Operation, SA22-7832-12." It also contains the following disclaimer to keep the lawyers happy: "T

Re: IBM ordered to pay $1.6b to BMC

2022-06-06 Thread Retired Mainframer
There are numerous examples in the history of this group where members have pilloried articles (and authors) that demonstrate a significant lack of understanding about the mainframe. It was initially amusing (now it's just boring) that some members don't seem inclined to apply the same critical

Re: Using SORT to generate sequential Dates

2022-06-30 Thread Retired Mainframer
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Thursday, June 30, 2022 3:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Using SORT to generate sequential Dates On Thu, 30 Jun 2022 22:22:08 +, Sri h Kolusu wrote: >>>I tried this in Rexx. I

Re: dfsort - Reformat file

2022-09-05 Thread Retired Mainframer
"It didn't work" doesn't tell us very much. How did the results differ from what you wanted? Is it always four blanks in field 1, two in field 2, two in field 3, and 2 in field 4? Is the length of each field constant across all the records? If so, then does BUILD=(5,8,15,5,22,21,45,5) co

Re: Title of book -- Naming Convention thing for SMPE

2022-09-14 Thread Retired Mainframer
It is in chapter 10 of "Standard Packaging Rules for z/OS-Based Products," SC23-3695-10. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Thompson Sent: Wednesday, September 14, 2022 4:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Title of book -- Naming Conventio

Re: DFSort query

2024-05-21 Thread Retired Mainframer
Have you considered using IFTHEN-WHEN constructs? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ron Thomas Sent: Tuesday, May 21, 2024 10:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: DFSort query Hi All- In the below Data we need to extract with in the cross ref nb

Re: RSU APPLY

2015-11-15 Thread retired mainframer
If you specify RSU*, any not-yet-applied updates with any RSU SOURCEID that pass the other filters (FORFMID, SYSMOD, etc) would be eligible to be applied. If you really want only a single RSU, you are better off specifying it. Since your last RSU is 1403, what do you intend to do about the 18 R

Re: Deleting all members of a pds

2015-11-20 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Friday, November 20, 2015 8:58 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Deleting all members of a pds > > When better techniques become available, pe

Re: Should utilities FREE DDNAMEs?

2015-11-20 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Friday, November 20, 2015 9:15 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Should utilities FREE DDNAMEs? > > In a program, I am passed a DDNAME allocated by

Re: Deleting all members of a pds

2015-11-23 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Sri h Kolusu > Sent: Monday, November 23, 2015 7:27 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Deleting all members of a pds > > Yes DFSORT does allow comments. Considering

Re: How distinguish User ABEND from return code?

2015-12-12 Thread retired mainframer
>From MVS Data Areas Volume 2 "An ECB can be posted with a two-part completion code: - Bits 1 through 7 are posted by data management and teleprocessing functions. This part of the completion code is described in the mapping of the ECB control block. - Bits 8 through 31 are posted by all system

Re: PTF error clarification

2015-12-22 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Skip Robinson > Sent: Tuesday, December 22, 2015 3:00 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: PTF error clarification > > This is a hot button of mine: going to extraordinar

Re: IODF Catalog

2015-12-23 Thread retired mainframer
Is the IODF actually on volume PTF001? The third bullet for the reason code mentions the need to specify LINEAR and possibly NONINDEXED. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Mainframe Mainframe > Sent: Wednesday, Dece

Re: Publications needed

2016-01-10 Thread retired mainframer
Googling each document number found a PDF version. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of R.S. > Sent: Sunday, January 10, 2016 12:07 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Publications needed > > I'm looking for t

Re: Server retired after 18 years and ten months - beat that, readers!

2016-01-14 Thread retired mainframer
Haven't there been stories quoted here about government agencies (Social Security, DMV, VA) using 20 and 30 year old equipment? My shop used an MP2003(-103?) for over 15 years. It was connected to three 3174s that had also been used by its father and grandfather for at least the first 20 years I

  1   2   3   4   5   6   >