Skip to content

jellypuno/assembler-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 94.5%
  • TypeScript 5.5%