GithubHelp home page GithubHelp logo

dhineshpalanisamy / hello_world Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zorts/hello_world

0.0 1.0 0.0 22 KB

A hello world program for testing the z/OS port of git

Makefile 25.27% Shell 48.80% C 25.93%

hello_world's Introduction

This is a simple hello world program for testing git on z/OS. It's meant to be used in conjunction with Using git for z/OS with GitHub on the Rocket Community Forum.

Here's a suggested scenario demonstrating how git can work with MVS datasets:

  • Clone this repository. If you want to push changes, fork it instead and then clone the fork.
  • cd into the repo and type make. This will compile and link the code and test the resulting executable.
  • Run ./allocate.sh. This will create three PDSes (named DEMO.{H,C,TXT}) on MVS that will contain members corresponding to the source files in the Unix file system.
  • Run ./to_pds.sh to populate the PDSes. This would be run any time the git repo is refreshed (via git pull).
  • Log into TSO, edit one of the source files, and save it.
  • Back at the Unix command line, run ./from_pds.sh to copy the files back from MVS to Unix. This will also run a git status command, showing the changes.
  • When all done, run ./cleanup.sh to delete the MS datasets.

Also present are batch job equivacjnts of the to_/from_pds.sh scrhs.

hello_world's People

Contributors

dhineshpalanisamy avatar zorts 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.