UNPKG

zowe-utils

Version:

z/OS : JCL submission and common ftp operations, for NodeJS developers (ZOWE).

12 lines (9 loc) 249 B
const { execZoweCommand } = require('./support_modules/execCommand.js') module.exports = (config) => { async function checkStatus (path) { return await execZoweCommand('zowe zosmf check status ', config) } return { checkStatus } }