Code Monkey home page Code Monkey logo

asm2cobol's Introduction

ASM2COBOL

Cobol subprograms which can be used for certain HLASM instructions. For example, to replace an ASM program.

Description

In this project, Cobol subroutines are bundled, which can perform HLASM (Assembler) instructions in Cobol. These programs are used to support the replacement of assembler programs.

Documentation for subprograms

TSTPRG Documentation

Overview

The TSTPRG program serves as the main program for testing subprograms. It reads an input file containing test cases for the subprograms and their expected results.

Input File

The input file TSTIN contains test cases for the TSTPRG program. Each test case begins with a function identifier (FUNC) and is followed by fields specific to the subprogram being tested. The structure of the input data can vary depending on the subprogram, but the FUNC field remains consistent across all test cases.

Example Input File TSTIN

* Test cases for TSTPRG
*
* Test for BITOPS:
*FUNC|INPUT   |MASK HEX|RESULT HEX
   OI A1       E0       E1
   NI 7C       6E       6C
   NI 1234     5678     1230
   NI 1234     E0       0020

General Structure

FUNC: The function to be tested (e.g., OI for Or Immediate, NI for And Immediate). Subprogram-Specific Fields: Additional fields required for the subprogram being tested. These fields can vary depending on the subprogram.

TSTJCL

The JCL script, named TSTJCL, is used to compile and run the TSTPRG program and its subprograms. The script is designed to run on an IBM test system.

Authors

Contributors names and contact info

@derDennis99 @Denroc92

Version History

  • 0.1
    • Initial Release

License

This project has no license and is freely available - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

asm2cobol's People

Contributors

derdennis99 avatar denroc92 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.