What are the responsibilities and job description for the Mainframe Developer position at BridgeNexus Technologies Inc?
Job Details
Job Description:
1. Requirements Gathering:
Understand the integration requirements: Ensure that you have a clear understanding of what is required for the integration between GRS/OMS and IO2.
Identify necessary data flows: Clarify what data will be exchanged between GRS/OMS and IO2, such as job status, job definitions, scheduling parameters, etc.
Dependencies and constraints: Be aware of any dependencies, limitations, or legacy systems that could impact integration.
2. Designing the MF Modules/Jobs
Define the logic: Map out the logic required for the modules/jobs. This includes defining inputs (parameters), the processes they should run, and expected outputs.
Input/Output specifications: Ensure that you clearly define how data will be handled in terms of file formats, database queries, or other APIs that interact with IO2.
Error handling: Design how errors should be caught and managed. Also, decide what happens if a job fails or if there is an issue in the communication between the modules.
3. Coding the MF Modules/Jobs
Implement GRS/OMS-specific logic: Develop the logic to interface with GRS and OMS, ensuring jobs can run as expected in these systems.
Integration with IO2: Design your code to interface with IO2, either through APIs, message queues, or direct database interaction.
Testing: Unit tests should be created for each job or module to validate functionality independently.