Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
What other oddball languages have you coded in?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3304
Location: Charlotte,NC USA

PostPosted: Fri Oct 03, 2008 2:22 am    Post subject: What other oddball languages have you coded in?
Reply with quote

What other oddball or proprietary languages, that are still mainframe or peripheral-related, have you coded in?
Back to top
View user's profile Send private message
References
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 536
Location: work

PostPosted: Fri Oct 03, 2008 2:29 am    Post subject: Reply to: What other oddball languages have you coded in?
Reply with quote

My first programming job, as an intern, I uses APL. Those were the good old days. But I forgot most everything.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1639
Location: germany

PostPosted: Fri Oct 03, 2008 3:08 am    Post subject:
Reply with quote

NCR BAL equivalents:
NEAT3
NEATVS

BASIC for NCR Teller Machines
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3168
Location: italy

PostPosted: Fri Oct 03, 2008 4:06 am    Post subject: Reply to: What other oddball languages have you coded in?
Reply with quote

FORTRAN ( IBSYS/IBJOB/IBFTC 7090/7094 )
SLIP symmetric list processor
( not really a language but a set of subroutines callable in fortran for list processing )

ELEA 6001 machine language ( had to write the numerics, and hand compute the addresses)

GE115 assembler

APL

FORTRAN ( all the flavors )

IBM 3600 Finance Communication System FCL ( kind of MACRO assembler )
( wrote an ATM application )
with the corresponding VTAM communication side in assembler

IBM assembler

IBM PL/1

VM EXEC2

VM REXX

TSO CLIST

TSO REXX

PASCAL

C ( AIX, windows/linux/mac, s370/s390 DIGNUS Systems/c for cross compilations )

oracle PL/SQL if You want to consider it a language
Back to top
View user's profile Send private message
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 943
Location: Atlanta, GA

PostPosted: Fri Oct 03, 2008 4:08 am    Post subject:
Reply with quote

Motorola Four Phase Screen Command Language (or something like that -- I forgot the exact name). Memorable because both the THEN and ELSE pieces of the IF statement had to generate the same number of bytes in the output file and wind up on the same screen character.

HP 2000 Basic -- hardwired terminals so you could turn the terminal off and leave your program running
Back to top
View user's profile Send private message
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 943
Location: Atlanta, GA

PostPosted: Fri Oct 03, 2008 4:17 am    Post subject:
Reply with quote

The not so memorable languages include COBOL, FORTRAN, IBM Assembler, SAS, SPSS, BASIC (on 5 different platforms), SIMSCRIPT, PL/I, C, PASCAL, BSC (BISYNC) communications, 6502 assembler (I still don't know the difference between indirect indexed and indexed indirect), PERL, HTML, APPC calls, and enough C++ and Java to write Hello World programs.
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2229
Location: Phoenix, AZ

PostPosted: Fri Oct 03, 2008 6:55 am    Post subject:
Reply with quote

AFP, C, HTML/DHTML, MATLAB (I think recently this is also being linked to Mainframes), little bit of Visual Basic..may I can include PLC routines (Programmable Logic Controllers)
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3304
Location: Charlotte,NC USA

PostPosted: Fri Oct 03, 2008 6:07 pm    Post subject: Reply to: What other oddball languages have you coded in?
Reply with quote

For me, I remember coding some programs (usually simulation/game stuff) in VS/BASIC. Then there was Quikjob (anyone remember that product?). For a long time my primary task was to code printer code in the XEROX FDL/PDL language, microfiche in the XCOM language, and then came IBM printer products like SCRIPT/VS, DCF, OGL, PMF, and PPFA.
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3304
Location: Charlotte,NC USA

PostPosted: Fri Oct 03, 2008 6:12 pm    Post subject: Reply to: What other oddball languages have you coded in?
Reply with quote

No one's coded CPCS (Check Processing Control System)?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...

PostPosted: Fri Oct 03, 2008 6:14 pm    Post subject:
Reply with quote

I'm jealous now not coming from a programming background icon_cry.gif

I know that SAS and REXX aren't "oddball" languages, but I'm sure that some of my programs could be considered
Back to top
View user's profile Send private message
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 943
Location: Atlanta, GA

PostPosted: Fri Oct 03, 2008 6:15 pm    Post subject:
Reply with quote

No CPCS here ... I've coded optical mark reader applications, and Intermec bar code reader applications using CICS and a System 2000 database, but no CPCS (so far).
Back to top
View user's profile Send private message
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 943
Location: Atlanta, GA

PostPosted: Fri Oct 03, 2008 6:17 pm    Post subject:
Reply with quote

expat, some SAS programs can be quite "oddball" (I should know -- I've coded a few of them myself) !
Back to top
View user's profile Send private message
PeD

Senior Member


Joined: 26 Nov 2005
Posts: 313
Location: Belgium

PostPosted: Fri Oct 03, 2008 6:45 pm    Post subject:
Reply with quote

Sort of ... heu heu sort of language ?? for 3770 and 3790 IBM machines.

4 hours of compile process. Stop at first error on a line. So if you have two!!! You spend the night.

3 buffers zones of 256 bytes. So play with overlap ! Gorgeous !!
Back to top
View user's profile Send private message
Terry Heinze

Active User


Joined: 14 Jul 2008
Posts: 176
Location: Richfield, MN, USA

PostPosted: Fri Oct 03, 2008 11:15 pm    Post subject:
Reply with quote

(DI)gital's (B)usiness (O)riented (L)anguage.
Back to top
View user's profile Send private message
Terry Heinze

Active User


Joined: 14 Jul 2008
Posts: 176
Location: Richfield, MN, USA

PostPosted: Fri Oct 03, 2008 11:16 pm    Post subject:
Reply with quote

Dick,
Was NEAT National's Electronic Autocoding Technique?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 HoursGoto page 1, 2  Next
Page 1 of 2