Are all mainframe utilities written in Assembler?

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :rofl: :x :cry: :P :oops: :!: :twisted: :roll: :evil: :?: :idea: :arrow: :| :good: :mrgreen: :sorry: :unknown: :yes: :lol:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Are all mainframe utilities written in Assembler?

Re: Are all mainframe utilities written in Assembler?

by Robert Sample » Mon May 18, 2015 11:06 pm

where shoul I get started without learning PL/S or PL/X?
I am constantly amazed at the number of neophytes (some with less than 2 years experience of mainframes) that want to write utilities. The rule of thumb I was taught back in my Computer Science coursework is that utilities are THREE times harder to write than an application program, and operating systems are in turn three times harder to write than utilities. Considering how many neophytes cannot code up an application program, that means the chances of their successfully writing a utility are very small.

If you want to write a utility, start by learning Assembler. Once you know Assembler well enough that the Principles of Operations manual hold no mysteries, then write your utility.

Re: Are all mainframe utilities written in Assembler?

by Nitin Kumar » Mon May 18, 2015 6:20 pm

Picking up on thi stopic - So if I've to start creating some utility for mainframes, where shoul I get started without learning PL/S or PL/X?

Re: Are all mainframe utilities written in Assembler?

by enrico-sorichetti » Sun May 17, 2015 7:57 pm

IBM Internal Use ONLY

Re: Are all mainframe utilities written in Assembler?

by LearnzOS » Sun May 17, 2015 6:42 pm

PL/S and PL/X are new words we've never heardof it but are they available for programming to us programmers or it was internal to IBM only??

Re: Are all mainframe utilities written in Assembler?

by nicc » Mon Jan 12, 2015 5:04 pm

At least parts of MQ are written in C - I was interviewed with regards to a position on the team - but my C is basic at best.

Re: Are all mainframe utilities written in Assembler?

by enrico-sorichetti » Fri Jan 09, 2015 3:35 pm

once upon a time the system was written in PURE ASSEMBLER

IBM felt more productive to use a high level language approach and developed
PL/S ==> Programming language for system
with a PL/I-PL/1 like syntax but with clauses to allow strict control over register utilisation and inline assembler

PL/S after a while evolved to PL/X

if You are allowed You can browse sys1.maclib and/or sys1.modgen
and You will find quite a few examples of it

Are all mainframe utilities written in Assembler?

by LearnzOS » Fri Jan 09, 2015 3:17 pm

Hi,

Utilities like IDCAMS,IKJEFT01 etc. are written in assembler? Or in some other language? Or are they developed usng some other langauge?

Do they also have SDK, like WordPress etc?

Top