Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 835 Bytes

Zowe Assembler Example

Setup

  1. git clone this project
  2. npm install
  3. Create a file config/local.json with your project settings, e.g.:
{
    "settings": {
        "hlq": "KELDA16.TEMPLATE"
    },
    "job": {
        "name": "KELDA16$",
        "account": "105300000"
    }
}

Usage

  • npm run allocate -> Allocate your project data sets
  • npm run delete -> Delete your project data sets
  • npm run genjcl -> Generate JCL from template
  • npm run upload -> Upload source to data sets
  • npm run build -> Run JCL and download output
  • npm run build:scripts -> Rebuild scripts
  • npm [run] start -> upload & build

https://medium.com/@dkelosky/zowe-and-hlasm-hello-world-build-deploy-695be1eb13dc https://medium.com/@dkelosky/how-to-automate-z-os-data-set-allocation-using-zowe-json-30e70fb960d8