What is COBOL in Unisys Mainframe?

  • Thread starter Thread starter Moneer81
  • Start date Start date
AI Thread Summary
Experience with COBOL is relevant for the job application, even without specific Unisys mainframe experience. COBOL programming is fundamentally similar across platforms, so existing skills can be leveraged. However, there are unique aspects of programming on Unisys mainframes, such as mastering specific applications for entering COBOL statements, compiling programs, and managing load modules, which are subject to strict standards and security protocols. Familiarity with these administrative tasks is crucial, as they differ significantly from smaller platforms. It is advisable to learn the specific processes and tools used in the new environment and to seek out existing source code for guidance. Overall, the candidate should feel confident in their COBOL background while being prepared to adapt to the mainframe's unique requirements.
Moneer81
Messages
158
Reaction score
2
Hello,

I am applying for this job and they're looking for someone that has experience with COBOL, which I do, but they're also looking for someone with "experience with COBOL in Unisys mainframe". Now I know what a Unisys mainframe is but is programming COBOL through a regular compiler any different? Will I be able to sell myself as a good candidate for the position or is my experience with COBOL irrelevant? I obviously don't have experience working with Unisys since that is only found in places like the military and other government organization...any insight? I might have an interview soon...

Thanks
 
Technology news on Phys.org
Hi Moneer81

I take it that your experience with COBOL is from the PC or other not mainframe environment.
Moneer81 said:
Now I know what a Unisys mainframe is but is programming COBOL through a regular compiler any different?
No, COBOL is a very standard application, it behaves and "feels" the same regardless of platform.
Moneer81 said:
Will I be able to sell myself as a good candidate for the position or is my experience with COBOL irrelevant?
No. Your experience if very relevant. In fact any experience using COBOL will make you a candidate. It is getting increasently hard to find experienced COBOL programmers.
Moneer81 said:
I obviously don't have experience working with Unisys since that is only found in places like the military and other government organization...any insight? I might have an interview soon...
There are some key activites that must be mastered on the mainframe that you don't offer much attension on smaller platforms. Here's my approch in a new shop.

Get acustumed to the application used to enter COBOL statements.
Make yourself a "Hello world" program with a stupid syntax error.
Find the correct compiler and compile the program.
Get acustumed to the application used to check compiler output listnings and check the "Hello World" output listning.
Remove the syntax error and compile the program producing a load module (careful, there are useally strict standards for load module names.)
Execute the load module. This may be tricky, the module is most likely put in the test environment.
Check the program output.

You are on your way.

Also.
There is a big difference in the administrative tasks performed by programmers. Moving loadmodules, version handeling, implementing and the like.
All mainframe setups have relativey strict roules for these things. Hence, there are standard applications used for these tasks. These applications, most noteably the moving of loadmodules, are tightly controlled by the mainframe security system.
Don't worry about it but be aware that you will have to learn how this is done in the shop. It differs vildly from one shop to another.

And fineally.
Don't waste dayes and hours trying to figure "how to open an index sequenceal file using multible key arguments".
Be a mercyless pirate, steal any source code you can find that helps you on your way. This is NOT considred a bad conduct but be open about it. (You may by accident copy some code that no longer apply to the shops coding standard)
Find the application can search through the entire COBOL source code of the shop. Use it to find the tricky code you need.

Good luck Moneer81, let us know about the job.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...

Similar threads

Replies
4
Views
2K
Replies
6
Views
2K
Replies
10
Views
2K
Replies
1
Views
417
Replies
2
Views
2K
Replies
8
Views
5K
Replies
1
Views
2K
Back
Top