forked from IBM/zopeneditor-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zapp.yaml
89 lines (86 loc) · 2.1 KB
/
zapp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
################################################################
# LICENSED MATERIALS - PROPERTY OF IBM
# "RESTRICTED MATERIALS OF IBM"
# (C) COPYRIGHT IBM CORPORATION 2020, 2022. ALL RIGHTS RESERVED
# US GOVERNMENT USERS RESTRICTED RIGHTS - USE, DUPLICATION,
# OR DISCLOSURE RESTRICTED BY GSA ADP SCHEDULE
# CONTRACT WITH IBM CORPORATION
################################################################
name: sam
description: Wazi's code samples with COBOL, PL/I, and HLASM applications
version: 2.1.0
author:
name: IBM CORPORATION
property-groups:
- name: cobol-local
language: cobol
type: local
syslib:
- "**/COPYBOOK"
libraries:
- name: MYFILE
locations:
- "**/COPYLIB"
- name: pl1-local
language: pl1
compilerOptions: not(!)
type: local
syslib:
- "**/INCLUDES"
libraries:
- name: MYFILE
locations:
- "**/INCLUDELIB"
- name: hlasm-local
language: hlasm
type: local
syslib:
- "**/ASMCOPY"
- name: rexx-local
language: rexx
type: local
syslib:
- "**/REXXINC"
libraries:
- name: REXXLIB
locations:
- "**/REXXLIB"
- name: zowe-mvs-cbl
language: cobol
type: mvs
system: zos1000.example.com
syslib:
- IBMUSER.SAMPLE.COBCOPY
libraries:
- name: MYLIB
locations:
- IBMUSER.SAMPLE.COPYLIB
- name: zowe-mvs-pl1
language: pl1
type: mvs
system: zos1000.example.com
syslib:
- IBMUSER.SAMPLE.PLINC
libraries:
- name: MYLIB
locations:
- IBMUSER.SAMPLE.PLI.INCLLIB
# Mappings example using US defaults. Adjust to your code pages.
profiles:
- name: RSE-Mappings
type: rseapi
settings:
mappings:
- resource: "**.SAMPLE.COB**"
extension: cbl
transfer: text
encoding: IBM-037
memberMappings:
- extension: dat
transfer: binary
resource: "*DAT"
- resource: "**PLI*"
extension: pl1
transfer: text
encoding: IBM-037
default.encoding: IBM-037