Idea about WAAPDSUT programs
-
- Posts: 4
- Joined: Thu Jun 25, 2009 8:22 pm
- Skillset: CICS, COBOL, Assembler, IMS database, WAAPDSUT
- Referer: google search
Re: Idea about WAAPDSUT programs
WAAPDSUT manual - part 3.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4
- Joined: Thu Jun 25, 2009 8:22 pm
- Skillset: CICS, COBOL, Assembler, IMS database, WAAPDSUT
- Referer: google search
Re: Idea about WAAPDSUT programs
WAAPDSUT manual - part 4
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1
- Joined: Sun Nov 18, 2018 2:58 pm
- Skillset: Programmed in Assembler, Cobal and machine langage.
- Referer: Searchihng the internet for a program I wrote WAAPDSUT
Re: Idea about WAAPDSUT programs
My name is Dwight King and I developed WAAPDSUT while at EDS. I was taught programming at EDS in 1970 when I went through the Systems Engineering Development Program after l departed from the US Air Force as a Fighter Pilot in the F4. I wrote the code in 1972 after hearing complaints from other System Engineers how hard it was to extract records from a file or modify records in a file. I spent a lot of time pondering what to use for control cards and then decided that since Assembler Language was extensively used in those days, I make the control cards look like Assembler Instructions so that anyone could easily use the application. Over the years, it had a number of different names but in the end, was named WAAPDSUT. Internally within the program, it was fairly easy to take the control cards and change them into actual Assembler Code. For some of the more detailed work such as finding the details of the file blocks, I would go into machine language and copy the fine information needed.
The program was extensively used throughout EDS and was also sold in the software market by EDS.
If you want to know more, my email is [email address deleted to avoid spamming]. I can also prove I was the developer of the original program as I still have the IBM cards and the listing stored in my summer cottage garage from the first version of the program named BAAP930 (another meaningless name). If you do not know what IBM cards are, then you are too young.
I hope you enjoy learning more about this program.
The program was extensively used throughout EDS and was also sold in the software market by EDS.
If you want to know more, my email is [email address deleted to avoid spamming]. I can also prove I was the developer of the original program as I still have the IBM cards and the listing stored in my summer cottage garage from the first version of the program named BAAP930 (another meaningless name). If you do not know what IBM cards are, then you are too young.
I hope you enjoy learning more about this program.
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Idea about WAAPDSUT programs
Please do not post email addresses. If a member wishes to contact you then they can do so via the private messaging facility of the forum.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Posts: 2
- Joined: Sun Feb 16, 2020 7:52 am
- Skillset: 25 years experience Cobol, Waapdsut, JCL, CICS, ADABAS, Reading Core Dumps, I did it all... :)
- Referer: Searched for
Re: Idea about WAAPDSUT programs
dwithtiing26 wrote:My name is Dwight King and I developed WAAPDSUT while at EDS. I was taught programming at EDS in 1970 when I went through the Systems Engineering Development Program after l departed from the US Air Force as a Fighter Pilot in the F4. I wrote the code in 1972 after hearing complaints from other System Engineers how hard it was to extract records from a file or modify records in a file. I spent a lot of time pondering what to use for control cards and then decided that since Assembler Language was extensively used in those days, I make the control cards look like Assembler Instructions so that anyone could easily use the application. Over the years, it had a number of different names but in the end, was named WAAPDSUT. Internally within the program, it was fairly easy to take the control cards and change them into actual Assembler Code. For some of the more detailed work such as finding the details of the file blocks, I would go into machine language and copy the fine information needed.
The program was extensively used throughout EDS and was also sold in the software market by EDS.
If you want to know more, my email is [email address deleted to avoid spamming]. I can also prove I was the developer of the original program as I still have the IBM cards and the listing stored in my summer cottage garage from the first version of the program named BAAP930 (another meaningless name). If you do not know what IBM cards are, then you are too young.
I hope you enjoy learning more about this program.
Mr. King... I just ran across some of my old work from back in the day.. I wrote literally thousands of apps using Waapdsut. Without a doubt my #1 favorite tool of all time. Thank you for creating this wonderful tool.
Re: Idea about WAAPDSUT programs
As an EDSer,it was noted that the "WAAP" in WAAPDSUT may have whimsically stood for
"W"hat
"A"n
"A"mazing
"P"rogram
"W"hat
"A"n
"A"mazing
"P"rogram
Re: Idea about WAAPDSUT programs
All True. I worked for EDS back in 1988. We were told that WAAP stood for What An Amazing Program. Not sure how true that is though
.

Re: Idea about WAAPDSUT programs
found it
-
- Posts: 2
- Joined: Sun Feb 16, 2020 7:52 am
- Skillset: 25 years experience Cobol, Waapdsut, JCL, CICS, ADABAS, Reading Core Dumps, I did it all... :)
- Referer: Searched for
Re: Idea about WAAPDSUT programs
Anyone know if the binary of WAAP can bee downloaded? I used to have it but lost with a HD failure. I missed having it for the occasional mainframe job that comes along
Re: Idea about WAAPDSUT programs
Does anyone recall the WAAPDSUT syntax for the TM operand (test under mask)? Coding the following and getting ** MAJOR ERRORS **.
02 TM 84(02,RX),=X'04'
*** ERROR *** C16 INVALID BASE SPECIFICATION
*** ERROR *** C10 COMMA OMITTED BETWEEN OPERANDS
Thanks in advance.
02 TM 84(02,RX),=X'04'
*** ERROR *** C16 INVALID BASE SPECIFICATION
*** ERROR *** C10 COMMA OMITTED BETWEEN OPERANDS
Thanks in advance.