hexsha
stringlengths 40
40
| size
int64 11
739k
| ext
stringclasses 5
values | lang
stringclasses 1
value | max_stars_repo_path
stringlengths 5
137
| max_stars_repo_name
stringclasses 556
values | max_stars_repo_head_hexsha
stringclasses 556
values | max_stars_repo_licenses
sequencelengths 1
4
| max_stars_count
int64 1
16.6k
⌀ | max_stars_repo_stars_event_min_datetime
stringclasses 272
values | max_stars_repo_stars_event_max_datetime
stringclasses 272
values | max_issues_repo_path
stringlengths 5
137
| max_issues_repo_name
stringclasses 557
values | max_issues_repo_head_hexsha
stringclasses 557
values | max_issues_repo_licenses
sequencelengths 1
4
| max_issues_count
int64 1
3.68k
⌀ | max_issues_repo_issues_event_min_datetime
stringclasses 158
values | max_issues_repo_issues_event_max_datetime
stringclasses 158
values | max_forks_repo_path
stringlengths 5
137
| max_forks_repo_name
stringclasses 557
values | max_forks_repo_head_hexsha
stringclasses 557
values | max_forks_repo_licenses
sequencelengths 1
4
| max_forks_count
int64 1
4.07k
⌀ | max_forks_repo_forks_event_min_datetime
stringclasses 207
values | max_forks_repo_forks_event_max_datetime
stringclasses 207
values | content
stringlengths 11
739k
| avg_line_length
float64 4.67
9.43k
| max_line_length
int64 8
376k
| alphanum_fraction
float64 0
0.89
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ea83f83be349166dbe34888b36f7d71e7fdafd6 | 149 | cbl | COBOL | Source/b5code.cbl | phmullins/b5code | 659a8e34a8ec36dd4892ed7dce4419e7d43686a8 | [
"MIT"
] | 2 | 2019-04-04T04:27:54.000Z | 2019-04-04T04:28:25.000Z | Source/b5code.cbl | phmullins/b5code | 659a8e34a8ec36dd4892ed7dce4419e7d43686a8 | [
"MIT"
] | null | null | null | Source/b5code.cbl | phmullins/b5code | 659a8e34a8ec36dd4892ed7dce4419e7d43686a8 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
PROCEDURE DIVISION.
DISPLAY "...AND SO IT BEGINS".
GOBACK.
END PROGRAM HELLO.
| 21.285714 | 34 | 0.630872 |
aa9933386f9b81c2084c80942f9f8cb73999d5f2 | 499 | cpy | COBOL | cpy/CSF00300.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSF00300.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSF00300.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | fd pd00300.
01 f00300-estado.
03 f00300-cd-empresa pic 9(03).
03 f00300-cd-filial pic 9(04).
03 f00300-id-estado pic 9(09).
03 f00300-cd-estado pic 9(02).
03 f00300-nome-estado pic x(55).
03 f00300-sigla-estado pic x(02).
03 f00300-id-pais pic 9(09).
| 35.642857 | 61 | 0.362725 |
54562d3d2f7419c668c1f90f33cfebe1bfaa2316 | 968 | cob | COBOL | example12/example12.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example12/example12.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example12/example12.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example12.
AUTHOR. Ursin Filli
DATE-WRITTEN. April 30th 2020
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT CustomerFile ASSIGN TO "Customer.dat"
ORGANIZATION IS LINE SEQUENTIAL
ACCESS IS SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD CustomerFile.
01 CustomerData.
02 IDNum PIC 9(5).
02 CustName.
03 FirstName PIC X(15).
03 LastName PIC X(15).
WORKING-STORAGE SECTION.
01 WSCustomer.
02 WSIDNum PIC 9(5).
02 WSCustName.
03 WSFirstName PIC X(15).
03 WSLastName PIC X(15).
01 WSEOF PIC A(1).
PROCEDURE DIVISION.
OPEN INPUT CustomerFile.
PERFORM UNTIL WSEOF='Y'
READ CustomerFile INTO WSCustomer
AT END MOVE 'Y' TO WSEOF
NOT AT END DISPLAY WSCustomer
END-READ
END-PERFORM
CLOSE CustomerFile.
STOP RUN.
| 24.820513 | 51 | 0.630165 |
0986bc1f726aaa56b47493b7191e1fe2992b1fa2 | 1,885 | cbl | COBOL | SubProg/seq2bsf.cbl | LearnCobol/Tutorial | 7ffae3cccfc8881a3f035ae6251d3813e1c8220c | [
"MIT"
] | null | null | null | SubProg/seq2bsf.cbl | LearnCobol/Tutorial | 7ffae3cccfc8881a3f035ae6251d3813e1c8220c | [
"MIT"
] | null | null | null | SubProg/seq2bsf.cbl | LearnCobol/Tutorial | 7ffae3cccfc8881a3f035ae6251d3813e1c8220c | [
"MIT"
] | null | null | null | $ SET SOURCEFORMAT"FREE"
IDENTIFICATION DIVISION.
PROGRAM-ID. Seq2BSF.
AUTHOR. Michael Coughlan.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT BookStockFile ASSIGN TO "BookStock.DAT"
ORGANIZATION IS INDEXED
ACCESS MODE IS DYNAMIC
RECORD KEY IS Book-Id-BSF
ALTERNATE RECORD KEY IS Book-Title-BSF
ALTERNATE RECORD KEY IS Author-Id-BSF
WITH DUPLICATES
FILE STATUS IS BookStatus.
SELECT BSF-SEQ ASSIGN TO "BSF-IN.DAT"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD BookStockFile.
01 BookStockRec.
02 Book-Id-BSF PIC X(5).
02 Book-Title-BSF PIC X(30).
02 Author-Id-BSF PIC 9(4).
02 Qty-In-Stock-BSF PIC 999.
02 Copy-Price-BSF PIC 99V99.
FD BSF-SEQ.
01 BSF-SEQ-Rec.
88 EndOfSeq VALUE HIGH-VALUES.
02 Book-Id-SEQ PIC X(5).
02 Book-Title-SEQ PIC X(30).
02 Author-Id-SEQ PIC 9(4).
02 Qty-In-Stock-SEQ PIC 999.
02 Copy-Price-SEQ PIC 99V99.
WORKING-STORAGE SECTION.
01 BookStatus PIC XX.
01 BookNum PIC 99.
01 Copy-Postage PIC 99V99.
01 Cust-Address PIC X(40).
01 UnstringPtr PIC 99.
88 EndOfAddress VALUE 41.
01 Country-Code PIC XX.
PROCEDURE DIVISION.
Begin.
OPEN INPUT BSF-SEQ.
OPEN OUTPUT BookStockFile.
READ BSF-SEQ
AT END SET EndOfSeq TO TRUE
END-READ.
PERFORM UNTIL EndOfSeq
WRITE BookStockRec FROM BSF-SEQ-Rec
INVALID KEY DISPLAY "Problem writing record"
END-WRITE
READ BSF-SEQ
AT END SET EndOfSeq TO TRUE
END-READ
END-PERFORM
CLOSE BSF-SEQ, BookStockFile
STOP RUN.
| 26.928571 | 57 | 0.579841 |
1e0d52342c40974f773157a11b7272d1b89b94c9 | 60,367 | cob | COBOL | Source/T3DIICHAP09/tie04.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP09/tie04.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP09/tie04.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00008809
ThumbNailHdrSize 40
ThumbHeader:28 00 00 00 5e 00 00 00 5e 00 00 00 01 00 18 00 00 00 00 00 48 68 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ColorBufSize 26696
ColorBufZipSize 2866
ZippedThumbnail:78 9c ed 9c bf 6b 9b d7 1a c7 f3 67 64 b8 43 0c 1d 62 e8 50 43 87 18 ee 72 0d 19 62 c8 10 41 07 0b 3a 18 d1 c1 88 0c 46 78 08 26 8b 31 1d 82 f0 50 4c 86 20 3c 18 94 21 a0 0e 01 77 30 a8 cb 05 77 b8 e0 3b 5c c8 1d 0a ee d0 c1 43 07 8f 1e 3a a4 9f e7 7c 5f 1d 9d f7 67 f5 ea e7 1b 47 e6 c1 28 b2 64 bf e7 f3 7e 9f 9f e7 28 fd 9f fb fd a5 65 d9 bd 7b 0b bf 84 ca da 92 cd 92 cd 92 cd 92 cd 92 cd e2 6d c9 66 c9 e6 4e b2 e9 fd d8 6b 1f b5 fb e7 4b 36 09 3b 7b 7f b6 ff 62 bf b5 d7 3a fc fe f0 ec a7 b3 25 1b 6f e7 fd fd 97 fb ad dd 56 f3 79 b3 be 55 07 d2 9c f1 54 98 cd e1 c1 21 6c 00 23 5b fb 7a 0d 4e b8 d8 67 cf a6 fd aa 8d 50 1a db 0d cf a6 f6 ac b6 fa e5 6a 73 a7 d9 7b 37 27 3c 95 64 73 fc fa 98 18 03 06 0f 26 92 ce 57 6b e0 01 58 e7 a4 f3 59 b2 e9 be ed 02 46 61 26 34 9e 94 74 56 1f ae d6 be a9 cd 01 4f c5 d8 10 4e 0c cc 5e 12 4c 84 67 b7 25 e9 60 9b 4f 36 2d b7 7f 2e 6c c8 d8 52 4c 5a 34 9e 4d 24 1d 67 1b 8f 37 08 4b b3 2b 7d aa c4 06 30 c4 5f fc 25 13 8c d8 28 61 0d f1 fc 6b 83 5c 36 a3 dc 5e 19 36 2c b1 fe 6d 9d 38 2b 87 92 7a d2 e6 13 96 b7 f5 47 eb bc 05 cd dd 5d 36 dd d3 2e ab 6c 7c d7 c0 f2 c0 98 ed 25 a5 83 f1 cf 59 e4 f6 ca b0 c1 48 40 80 61 a1 54 c1 05 78 c0 90 90 8e 0c cd 91 e3 ee 28 1b 16 87 5b 11 61 81 b4 f9 74 b3 48 3d 24 ac b8 74 64 40 45 7f 77 91 0d 77 9d 14 0d 1e d8 60 40 ca 0e 3c 7b 2d e4 45 c8 4e b3 c1 90 d4 b4 62 4f 95 d8 60 16 72 b6 1b 56 c4 38 3c eb ff 5c cf c4 a3 92 39 53 3a 64 2e 9a f6 bb c8 06 4d e0 4d d4 75 62 83 01 20 23 3a ef b5 90 17 d2 81 a2 af 06 15 94 79 3b 9e 35 95 a2 a7 62 6c 70 87 95 2f 56 80 e1 d9 98 11 48 be ad 27 d8 20 1d 45 1d e1 11 21 68 e1 89 3c 49 47 76 e7 d8 f4 07 6e c5 f7 04 1e d6 9d 50 8f a2 8e 67 a3 21 86 1c 8d 1f dd 45 36 72 2b cb d2 21 9b 87 51 93 10 8b c8 6e 82 e1 d9 08 9e 2f 08 27 6f 46 ab c7 06 b7 82 04 2e a3 96 3b 61 84 da 28 3a 2b 32 39 f3 a2 31 67 1c c4 1e 5e 70 e7 d8 60 8a a7 24 a9 34 1b 5f 05 43 e8 fe 3f ee 13 9c 94 b0 4c 34 2e 40 87 9d e8 84 a5 60 25 d9 d0 5d 03 26 c3 ad 1e 0e f3 11 5e b3 f2 60 85 8c 06 0f 2c 1a f0 04 45 0f 62 9a 30 99 57 92 0d 19 98 75 e7 b9 55 54 e3 39 0c b0 e1 65 04 1e cb f3 ce cb c2 94 ce 3f 27 99 2f 4f 8f cd 74 a7 dc 0a c7 44 97 3c b7 f2 73 2e 95 82 aa 81 78 7d 58 f1 58 32 ff 61 fc 64 3e 15 36 e7 7d d4 cb 6d 9b e4 42 12 26 b7 f2 fd 43 3a 22 9b 4a 28 11 55 fa ec 0d 9b ac 44 35 c8 4f 17 c8 c6 81 e1 ce 71 a7 b9 79 87 07 53 db 64 b3 6c a5 f9 79 8a 0d 92 52 57 a5 d5 db 36 96 9b a4 0e 6b 9d 01 1e 00 77 de 8c 99 cc 27 64 e3 b6 d7 00 43 64 e4 72 2c 7d ec 34 79 66 2a b3 02 a2 48 a2 7f f0 a6 11 98 25 a6 ad 3a b7 c2 b6 3f 5f ee 53 0b 87 6c 3c 1e f4 b4 08 36 fb 2f 6c 6f 8d 6c 49 2e 55 51 62 c3 4b 57 cd 4f ee 5f dd d3 ae 2a dc 34 1b d5 37 7c 8f a2 ed b9 dd 25 1e 00 32 cd 66 ec 64 3e 01 1b dc c7 c0 04 e1 32 dc 6a e3 c2 47 f1 2f 6e 79 c1 6b a2 69 57 dc ad 34 04 d5 96 8c d5 37 3b 4d 28 5e fc fb a2 7d d4 56 10 4a e3 e1 4a e6 c8 06 59 d8 6d 8b 0b 3e 31 06 e7 05 08 2b ef 9e 11 06 78 bd 04 07 00 4b 4c ee ed ac c3 3a 45 74 f0 ce 74 00 fb c4 5f b1 ce 41 d1 e5 eb 35 de 4e 44 b1 c3 04 07 87 7a 52 15 60 02 0f bf 61 8c 34 3a 16 1b bb 43 4e cf c9 10 e9 16 97 18 7d 5b fe 4a 75 c5 80 a1 aa d5 97 8a 15 0a 9a fb 59 5f 3c 9f 70 2b 9b 98 3a 00 80 91 a9 b8 01 92 1e a8 d5 0a 5b 74 1e 8f b1 99 55 9e 4d 1e 98 e1 1d cd 1a 61 86 87 44 10 04 2f f6 ab c7 35 f8 a9 39 c8 83 15 65 16 be 1b b9 01 bc 44 5b 2e 00 d6 6f 3f 5c 15 9b 28 a5 bb 4b f2 84 b8 2d 3c 1e 76 a2 cf 6a 65 13 68 49 36 b6 53 bd 6b d9 21 b3 62 cd 1b d3 c9 bc 7f d9 d2 83 2f 91 d3 6c 41 1e c4 ef f7 60 b4 74 ab 82 07 85 9f 5d 40 bc ee 51 57 65 75 b4 af 9a 9f d5 14 af 6d 9c e3 d8 8c 91 cc cb b0 b1 3a c6 1d 85 c9 ac c7 a2 28 59 38 00 d7 ed 0c c1 b0 6e 1d 99 b0 c8 f1 68 5d e5 b0 77 31 4b 43 ef 7a d6 3f 3c 8f fa 07 45 17 89 26 34 88 9a 5b 3d 5a 0f fb 29 79 9f a2 33 bf b6 6c 1d 38 32 1b 0b be ce 8f f3 c0 f8 9b 6a 27 ad 76 5b 3e 32 86 c6 8f 58 96 07 a3 9a 1e 2d 6a 4f 85 7b 6c 2b d8 b2 de 11 bf 68 ee b6 c8 3e 17 bf 5c b0 62 1b e8 b9 84 a8 e6 32 f3 af db b6 5e 6a c0 ae 3d 2f 8d c0 2c 99 97 d9 85 18 8d 8d d2 a3 e2 7f 01 18 4d 4d f2 c0 c8 bc 43 f1 16 14 03 18 89 86 0b b7 96 d1 75 8d ac 12 ef 23 bd 03 e6 e2 97 4b 4d 21 84 04 72 69 d1 84 d2 c9 dc 7c 90 9f aa 0b 9b 2e 9b f3 be 4d 94 5c f1 9b 87 c4 9b 12 53 81 99 4b 3a 85 2b 7f 51 cf 2a 18 70 6b a3 99 b9 3b dd c7 1f 55 c1 cb 05 f0 c0 b7 e5 79 a2 f1 35 a1 45 e4 2c 3c 22 54 aa 33 1f 4d 37 b0 e1 c2 4d 37 e1 3d cb fa fb ea fc 74 80 31 74 a5 d0 1a df c1 6f df cc f5 d2 16 66 9e 58 71 13 bd 97 96 63 a0 7c a8 e0 56 1f fe ff 21 6a cb 1f 6f 64 77 e6 81 74 a2 c9 46 8e 95 da a1 19 8d 8d ed 32 0e ce c4 d8 be 63 fe 1f 97 20 32 91 78 e3 02 d7 59 a2 dc f3 ab 35 dd 4e 85 19 56 26 d1 38 6f 32 03 cc d5 af 57 78 9f c6 7d d9 13 9d 78 c0 0b 23 72 f2 f2 dc 78 70 aa 6c 40 12 6e 12 a9 b2 ca be 31 8f 37 f2 90 c8 5a 3a 43 e3 e3 d6 97 6b aa 88 61 a3 96 83 d8 76 f9 9f 4b 19 60 ae af af cd bf de 9b 5b 39 cd 35 f2 e2 4d 24 1d f7 db 32 af 0d 8d f2 f6 d1 1b bd d1 d8 10 18 62 1b d4 ea f3 9e 64 78 36 91 a3 18 8c 32 f0 e6 d3 5a 6d ab 5e fb a6 0e a7 e6 73 02 4c 9b 4b ee 9c 74 f0 26 85 e0 cb ff 5e 62 57 bf 5d dd fc 71 83 5c 90 1a 71 a2 73 da 45 40 91 76 f3 a5 13 25 fc 4c 36 db 8d d1 8f 5b 8c 98 c3 cf fb c3 da 25 0c ac ca 5c f1 e3 1e 19 54 5e 0e ec c5 be aa d7 8d c7 9b 9b 56 70 90 95 9a e4 6a 56 4c 62 ea be ed 59 f0 3d ef 9b 62 fe f7 41 a2 e1 4b ed 3d 97 c1 f3 bc 8c 17 17 d4 9f ab ae 75 c9 8c c8 ca 28 a3 6f 79 8e 5c df a4 d9 44 52 d8 4b 0a 28 86 24 0e 46 a5 eb 8a ab 12 61 53 33 3f 6a 36 76 9a ad 17 36 7d 71 59 c9 14 03 15 d8 20 9a db db 5b 94 c4 1b ed ec da e0 4a ba ef 7a 2a cf f9 6d 43 d7 0e d8 68 92 94 19 6c b8 8c 11 d7 5b 86 8d f5 91 3b cd ec 38 eb 8e 5c f9 de 8e 7b cc 33 7e fc 24 30 83 31 dd 9a 2b d2 5a bd f7 67 c7 af 3b 8d 9d 56 9d 82 66 c7 49 e7 e8 f8 ec a7 be c9 e5 d7 ab ab df ae 6f 6e 6e 3f fe f9 91 67 78 af cd 3a e2 47 23 cc bf de 74 04 5b fd 57 1a 43 3a 22 23 b5 52 7b c1 23 b3 e1 02 55 82 27 d9 0c 64 e1 47 d9 56 bc ed b8 cd a3 07 2b 76 d6 fe 65 94 9b ac 07 78 56 3b b6 a6 e6 82 45 e3 41 e0 e9 9c 74 7b ef c9 4a 68 e5 ea fa f7 1b 90 dc fe f9 91 2f 1e e9 c3 0c bc 3d 6f 87 b2 7b 1a f9 57 3a f2 69 9b 33 e1 ec dc b4 52 67 bb 46 66 c3 85 f8 c1 49 46 20 71 77 17 b3 f3 45 5b f5 70 e0 a0 4b e3 19 02 6e ef c7 33 bd 2c 34 a2 c8 85 65 25 9c e8 1a 27 22 c0 e0 56 54 36 f5 6d f4 77 58 34 b2 73 33 1e 4d 92 d2 91 4f 7d c2 b0 f0 7b ba 69 41 ab cc f9 8a 32 bd 66 46 0e 8a 83 89 f0 b8 49 dd 70 b4 e4 ce 89 58 90 c0 0b e2 af a4 94 e1 fb 84 9b 37 e6 5f 27 1d 9d ac 88 f5 9a ee bc 49 e8 50 65 a7 7f 65 d8 48 37 05 a2 d1 72 f9 11 d7 e8 8d 4b 26 27 53 b5 64 80 71 36 f6 3e 80 37 f3 d0 d3 ae 46 7f 61 69 1a fa 1a 97 51 f6 e0 49 19 36 56 01 6e 37 8a c0 0c 56 6c 95 af 03 c3 eb 91 31 85 6d 1e 18 2c cc 41 e3 db b9 05 30 02 7a 58 59 68 6b 78 75 70 ce b6 ec 41 d2 32 6c 58 04 2a 4d 64 e6 cc 15 2b 4d 08 0c 6f 24 84 24 b4 e5 a9 60 36 12 9c d2 09 3d e5 2f ff 99 22 d5 34 12 d0 18 3b 31 65 d8 c0 5d e7 c0 f3 bc c9 9b f6 a8 05 86 66 11 36 79 60 64 53 fc e0 06 41 5c e1 47 13 64 6d 9c a1 a4 31 b6 1a 4a ce 44 f9 53 c5 de 24 b3 f1 e7 a0 97 26 0d 21 8b 22 36 47 ed 29 7f 6a c3 fc 2b 0a 3f 28 46 55 eb 18 a7 dc 4a b2 51 43 5e 2c 1a ff 4f 0b b2 e7 a6 9b f0 c9 4c 30 3c 98 fa 67 12 f0 2f d2 bb f5 af ae 64 1d e3 d4 7a 49 36 6a c8 8b c0 c4 8d 75 73 81 b1 d7 1c 04 6c 8e 86 36 c5 33 d3 21 1e 95 cf e3 6d fb 96 64 c3 9f 42 a5 c9 fa 2d 8c 34 cf 9b 61 90 8d 29 e6 20 16 63 12 6c a6 78 06 23 34 e4 08 f5 f1 7e 79 d9 fd 29 d7 90 47 2b ce f1 a6 04 80 b4 1f 49 4f 21 15 6c a6 9f 84 1a cf ca ef dd 59 75 9c 72 28 cf 20 ad 8c ec 00 73 34 24 14 b1 39 6a cf ed 43 aa 33 63 a3 a3 aa 99 91 26 c3 65 0a 9d 28 61 93 17 c8 8b 66 a3 86 3c 99 7a d2 de 14 60 18 05 0c 39 76 3a 05 f2 22 d9 58 43 ee a6 f5 45 a2 19 1d cc eb a1 f1 a3 59 7c 7c 6e 8e 6c 30 3b 96 10 04 d9 22 30 47 85 72 79 1d 67 f3 aa 4d 57 ba 70 24 93 b1 51 e7 50 54 cb a5 60 14 c8 05 23 d2 cc a8 c4 99 3b 1b 1d 5a c8 c8 4d 79 60 5e c5 45 13 a7 82 c9 a1 3e fd 1c de 1f 34 e4 51 a5 32 72 1a ca 03 63 6c 7e 38 ae 9a 68 c6 65 43 21 42 05 18 0b b5 7f 1b 6d f3 c1 c8 a1 e6 ff df db cc 86 4d df 55 80 c3 f2 b6 58 31 83 1c 14 b2 19 82 39 e9 54 b0 b2 99 8c 8d 9b d2 76 4b a5 e8 4c 30 26 9a 19 34 e1 0b 65 e3 09 1d bb c5 fd 2d 18 05 dc 24 98 93 8e 9e 59 38 86 19 b0 31 73 83 5a 65 e9 e2 64 24 3c 21 98 2a 8b 66 2a 6c 9c 51 cf da 46 7e 88 27 27 ec 0e c1 48 34 73 f9 5f 7e 16 ca 46 a6 59 52 82 4d 12 4c c0 a6 9a e9 69 36 6c cc 02 17 cb 0c 30 32 aa 19 3d b3 70 00 f3 64 e3 cc 5c ec a4 eb 09 a5 d9 28 75 cf f3 3f 5d ab 0c 1b 33 b7 59 ed ea ba 81 7a 02 d1 74 df 76 a7 f2 f1 f6 4f 94 cd 80 90 3b 2f 61 02 8a 49 e7 4d a7 52 e3 88 85 b0 71 a6 2c a6 fa 37 aa 85 2b 2f 9a 79 b1 31 1b ba 58 fb 93 10 cd 3c d9 38 d3 8e 48 c5 d3 d3 82 d8 7c 5a b6 64 b3 64 b3 64 b3 64 b3 64 b3 78 bb 77 ef 2f fa db 63 98
PolH V0.08 Id 18629604 Parent 0 Size 00049913
Name TIEFIGTH
center 0 0 0
x axis 0.000798278 -1 -7.6477e-009
y axis 1 0.000798278 -9.97865e-016
z axis 6.10599e-012 -7.6477e-009 1
Transform
0.000798319 0.999999 1.04902e-011 0
-0.999999 0.000798462 -1.31391e-008 0
1.31391e-008 0 1 0
0 0 0 1
World Vertices 209
0.212738 0.868066 -0.541327
-0.212695 0.868066 -0.541327
-0.425654 1.028236 -0.000022
-0.212826 0.868066 0.490737
0.212738 0.868066 0.490737
0.425565 1.028236 -0.000022
0.136766 1.850421 -0.000022
0.068361 1.850421 0.165866
-0.068449 1.850421 0.165866
-0.136855 1.850421 -0.000022
-0.068405 1.850421 -0.165867
0.068361 1.850421 -0.165867
0.068361 2.521101 -0.165867
-0.068405 2.521101 -0.165867
-0.136855 2.521101 -0.000022
-0.068449 2.521101 0.165866
0.068361 2.521101 0.165866
0.136766 2.521101 -0.000022
3.299296 3.014456 -0.000022
1.649603 3.014456 4.000000
-1.649692 3.014456 4.000000
-3.299296 3.014456 -0.000022
-1.649604 3.014456 -4.000000
1.649603 3.014456 -4.000000
1.539583 3.014456 -3.733241
-1.539583 3.014456 -3.733241
-3.079299 3.014456 -0.000022
-1.539671 3.014456 3.733241
1.539583 3.014456 3.733241
3.079255 3.014456 -0.000022
0.615736 3.014456 -0.000022
0.307846 3.014456 0.746543
-0.307934 3.014456 0.746543
-0.615825 3.014456 -0.000022
-0.307890 3.014456 -0.746542
0.307846 3.014456 -0.746542
0.451475 3.312316 -0.000022
0.229103 3.312316 0.539126
-0.215554 3.312316 0.539126
-0.437927 3.312316 -0.000022
-0.215510 3.312316 -0.539127
0.229103 3.312316 -0.539127
0.307846 3.139566 -0.746542
-0.307890 3.139566 -0.746542
-0.615825 3.139566 -0.000022
-0.307934 3.139566 0.746543
0.307846 3.139566 0.746543
0.615736 3.139566 -0.000022
3.079255 3.139566 -0.000022
1.539583 3.139566 3.733241
-1.539671 3.139566 3.733241
-3.079299 3.139566 -0.000022
-1.539583 3.139566 -3.733241
1.539583 3.139566 -3.733241
1.649603 3.139566 -4.000000
-1.649604 3.139566 -4.000000
-3.299296 3.139566 -0.000022
-1.649692 3.139566 4.000000
1.649603 3.139566 4.000000
3.299296 3.139566 -0.000022
3.299296 -3.139566 -0.000022
1.649603 -3.139566 4.000000
-1.649692 -3.139566 4.000000
-3.299296 -3.139566 -0.000022
-1.649604 -3.139566 -4.000000
1.649603 -3.139566 -4.000000
1.539583 -3.139566 -3.733241
-1.539583 -3.139566 -3.733241
-3.079299 -3.139566 -0.000022
-1.539671 -3.139566 3.733241
1.539583 -3.139566 3.733241
3.079255 -3.139566 -0.000022
0.615736 -3.139566 -0.000022
0.307846 -3.139566 0.746543
-0.307934 -3.139566 0.746543
-0.615825 -3.139566 -0.000022
-0.307890 -3.139566 -0.746542
0.307846 -3.139566 -0.746542
0.229103 -3.312316 -0.539127
-0.215510 -3.312316 -0.539127
-0.437927 -3.312316 -0.000022
-0.215554 -3.312316 0.539126
0.229103 -3.312316 0.539126
0.451475 -3.312316 -0.000022
0.307846 -3.014456 -0.746542
-0.307890 -3.014456 -0.746542
-0.615825 -3.014456 -0.000022
-0.307934 -3.014456 0.746543
0.307846 -3.014456 0.746543
0.615736 -3.014456 -0.000022
3.079255 -3.014456 -0.000022
1.539583 -3.014456 3.733241
-1.539671 -3.014456 3.733241
-3.079299 -3.014456 -0.000022
-1.539583 -3.014456 -3.733241
1.539583 -3.014456 -3.733241
1.649603 -3.014456 -4.000000
-1.649604 -3.014456 -4.000000
-3.299296 -3.014456 -0.000022
-1.649692 -3.014456 4.000000
1.649603 -3.014456 4.000000
3.299296 -3.014456 -0.000022
0.136766 -2.521101 -0.000022
0.068361 -2.521101 0.165866
-0.068449 -2.521101 0.165866
-0.136855 -2.521101 -0.000022
-0.068405 -2.521101 -0.165867
0.068361 -2.521101 -0.165867
0.068361 -1.850421 -0.165867
-0.068405 -1.850421 -0.165867
-0.136855 -1.850421 -0.000022
-0.068449 -1.850421 0.165866
0.068361 -1.850421 0.165866
0.136766 -1.850421 -0.000022
0.425565 -1.028236 -0.000022
0.212738 -0.868066 0.490737
-0.212826 -0.868066 0.490737
-0.425654 -1.028236 -0.000022
-0.212695 -0.868066 -0.541327
0.212738 -0.868066 -0.541327
-1.186383 -0.217841 -0.032619
-1.186383 -0.044079 -0.083912
-1.186383 0.129860 -0.032619
-1.186383 0.129860 0.069923
-1.186383 -0.044079 0.121260
-1.186383 -0.217841 0.069923
-1.029908 -0.350340 0.039877
-1.029908 -0.309254 0.193009
-1.029908 -0.197121 0.305185
-1.029908 -0.044079 0.346228
-1.029908 0.109096 0.305185
-1.029908 0.221273 0.193009
-1.029908 0.262271 0.039877
-1.029908 0.221273 -0.113210
-1.029908 0.109096 -0.225386
-1.029908 -0.044079 -0.266429
-1.029908 -0.197121 -0.225386
-1.029908 -0.309254 -0.113210
-1.367185 -0.491287 -0.231984
-1.367185 -0.307758 -0.415469
-1.367185 -0.057144 -0.482643
-1.367185 0.193470 -0.415469
-1.367185 0.376955 -0.231984
-1.367185 0.444129 0.018674
-1.367185 0.376955 0.269288
-1.367185 0.193470 0.452817
-1.367185 -0.057144 0.519991
-1.367185 -0.307758 0.452817
-1.367185 -0.491287 0.269288
-1.367185 -0.558417 0.018674
1.228173 -0.017420 0.019246
1.108915 0.612437 0.007764
1.108915 0.428380 0.452025
1.108915 -0.016013 0.636126
1.108915 -0.460317 0.452025
1.108915 -0.644374 0.007764
1.108915 -0.460317 -0.436585
1.108915 -0.016013 -0.620685
1.108915 0.428380 -0.436585
0.853417 0.472062 -0.490825
0.853417 -0.027802 -0.697889
0.853417 -0.527711 -0.490825
0.853417 -0.734774 0.009039
0.853417 -0.527711 0.508949
0.853417 -0.027802 0.716013
0.853417 0.472062 0.508949
0.853417 0.679126 0.009039
0.556701 -0.037040 0.975601
0.143893 0.531054 0.975645
-0.523972 0.314004 0.975645
-0.523928 -0.388217 0.975601
0.143893 -0.605222 0.975645
0.741285 0.531054 0.606432
-0.339387 0.882187 0.606432
-1.007253 -0.037040 0.606432
-0.339387 -0.956355 0.606432
0.741285 -0.605222 0.606432
1.039981 0.314004 0.009039
0.627174 0.882231 0.009039
-0.040691 1.099193 0.009039
-0.708557 0.882187 0.009039
-1.121365 0.314004 0.009039
-1.121365 -0.388217 0.009039
-0.708557 -0.956355 0.009039
-0.040691 -1.173361 0.009039
0.627174 -0.956355 0.009039
1.039981 -0.388217 0.009039
0.258004 0.882187 -0.588309
-0.822669 0.531054 -0.588309
-0.822669 -0.605222 -0.588309
0.258004 -0.956355 -0.588309
0.925870 -0.037040 -0.588309
0.442589 0.314004 -0.957521
-0.225276 0.531054 -0.957521
-0.638040 -0.037040 -0.957477
-0.225276 -0.605222 -0.957521
0.442545 -0.388217 -0.957477
-0.040691 -0.037040 1.145361
0.975623 -0.037040 0.517219
0.273357 0.929477 0.517219
-0.862876 0.560308 0.517219
-0.862876 -0.634476 0.517219
0.273357 -1.003645 0.517219
0.781537 0.560308 -0.499096
-0.354696 0.929477 -0.499096
-1.057006 -0.037040 -0.499096
-0.354696 -1.003645 -0.499096
0.781537 -0.634476 -0.499096
-0.156123 0.125989 -0.970542
Texture Vertices 543
0.000000 0.026077
0.000000 0.432609
0.000000 0.499997
0.000000 0.499997
0.000000 0.567391
0.000000 0.973923
0.000000 0.499997
0.000000 0.499997
0.000000 0.955037
0.000000 0.026077
0.000000 0.044962
0.000000 0.499997
0.000000 0.499997
0.000000 0.973923
0.026077 0.000000
0.026077 0.033345
0.026077 0.406682
0.026077 0.499997
0.026077 0.499997
0.026077 0.593318
0.026077 0.966655
0.026077 1.000000
0.026077 0.000000
0.026077 0.033345
0.026077 0.499997
0.026077 0.499997
0.026077 0.966655
0.026077 1.000000
0.033340 0.026077
0.033340 0.044963
0.033340 0.499997
0.033340 0.955037
0.033340 0.973923
0.033340 0.026077
0.033340 0.044962
0.033340 0.499997
0.033340 0.955037
0.033340 0.973923
0.033347 0.499997
0.033347 0.499997
0.044962 0.000000
0.044962 0.033345
0.044962 0.499997
0.044962 0.499997
0.044962 0.966655
0.044962 1.000000
0.044963 0.000000
0.044963 0.033345
0.044963 0.406682
0.044963 0.499997
0.044963 0.499997
0.044963 0.593318
0.044963 0.966655
0.044963 1.000000
0.119435 0.479267
0.119435 0.499997
0.119435 0.520733
0.220676 0.479267
0.220676 0.499997
0.220676 0.520733
0.249993 0.026077
0.249993 0.955037
0.249993 0.973923
0.249993 1.000000
0.249993 0.026077
0.249993 0.044962
0.249993 0.973923
0.249993 1.000000
0.250007 0.000000
0.250007 0.044963
0.250007 0.955037
0.250007 0.973923
0.250007 0.000000
0.250007 0.026077
0.250007 0.044962
0.250007 0.955037
0.250007 1.000000
0.250007 0.000000
0.250007 1.000000
0.266667 0.026077
0.266667 0.955037
0.266667 0.966655
0.266667 0.973923
0.266667 0.026077
0.266667 0.044962
0.266667 0.966655
0.266667 0.973923
0.266680 0.033345
0.266680 0.044963
0.266680 0.955037
0.266680 0.966655
0.266680 0.973923
0.266680 0.026077
0.266680 0.033345
0.266680 0.044962
0.266680 0.955037
0.266680 0.966655
0.266680 0.033345
0.292807 0.448066
0.292807 0.470795
0.292807 0.471002
0.292807 0.502334
0.292807 0.529205
0.292807 0.533661
0.292807 0.448066
0.292807 0.453543
0.292807 0.471002
0.292807 0.491374
0.292807 0.502334
0.292807 0.508626
0.292807 0.533661
0.292807 0.546457
0.292807 0.556602
0.320207 0.495923
0.320207 0.508740
0.331947 0.500970
0.331947 0.556503
0.331947 0.500970
0.331947 0.556503
0.343920 0.504985
0.343920 0.470244
0.343920 0.471827
0.343920 0.483532
0.343920 0.485849
0.343920 0.493346
0.343920 0.506654
0.343920 0.516468
0.343920 0.524126
0.343920 0.529756
0.343920 0.538148
0.343920 0.485849
0.343920 0.504985
0.343920 0.524126
0.344786 0.499997
0.347353 0.505591
0.355637 0.501130
0.366826 0.501130
0.366832 0.501130
0.368964 0.432334
0.368964 0.561342
0.370667 0.438647
0.370667 0.501130
0.370667 0.563619
0.370667 0.438647
0.370667 0.501130
0.370667 0.563619
0.375327 0.419836
0.375327 0.426461
0.375327 0.426461
0.375327 0.591359
0.387660 0.575804
0.392620 0.501130
0.392620 0.501130
0.402731 0.500970
0.403307 0.494409
0.403307 0.505591
0.404953 0.501130
0.404953 0.501130
0.406673 0.026077
0.406673 0.044963
0.406673 0.499997
0.406673 0.955037
0.406673 0.044963
0.406673 0.499997
0.406673 0.955037
0.406673 0.973923
0.406687 0.499997
0.406687 0.499997
0.408641 0.426461
0.408641 0.575804
0.415421 0.437613
0.415421 0.564652
0.419836 0.426461
0.419836 0.575804
0.420593 0.452601
0.420593 0.547399
0.420600 0.441398
0.420600 0.558602
0.430514 0.445427
0.430514 0.556503
0.431580 0.499997
0.431580 0.499997
0.433633 0.499997
0.433633 0.499997
0.441398 0.501130
0.441398 0.501130
0.446247 0.437613
0.446247 0.437613
0.448567 0.366832
0.448567 0.575804
0.448567 0.575804
0.448567 0.644363
0.452601 0.501130
0.453318 0.485849
0.453318 0.524126
0.453333 0.026077
0.453333 0.044963
0.453333 0.593318
0.453333 0.955037
0.453333 0.973923
0.453333 0.026077
0.453333 0.044963
0.453333 0.593318
0.453333 0.955037
0.453333 0.973923
0.453340 0.044963
0.453340 0.406682
0.453340 0.955037
0.453340 0.973923
0.453340 0.026077
0.453340 0.044963
0.453340 0.406682
0.453340 0.955037
0.453347 0.406682
0.453347 0.593318
0.453347 0.406682
0.453347 0.593318
0.458573 0.564652
0.458573 0.564652
0.460900 0.426461
0.460900 0.426461
0.465280 0.432609
0.465280 0.567391
0.465280 0.567391
0.465860 0.380310
0.465860 0.419836
0.465860 0.580164
0.465860 0.380310
0.465860 0.408641
0.465860 0.591359
0.466598 0.524126
0.467117 0.495923
0.467117 0.508740
0.467333 0.567391
0.467333 0.567391
0.467340 0.432609
0.467340 0.432609
0.467747 0.631036
0.467747 0.368964
0.467767 0.368964
0.467767 0.631036
0.467767 0.368964
0.467767 0.631036
0.470244 0.471827
0.470244 0.538148
0.476340 0.480982
0.476340 0.519018
0.478193 0.621956
0.478193 0.621956
0.480397 0.495923
0.480397 0.508740
0.483532 0.471827
0.489627 0.119435
0.489627 0.520733
0.489627 0.880565
0.489627 0.220676
0.489627 0.779324
0.489627 0.119435
0.489627 0.220676
0.489627 0.779324
0.489627 0.880565
0.489633 0.479267
0.489633 0.880565
0.489633 0.220676
0.489633 0.779324
0.489633 0.220676
0.489633 0.779324
0.489633 0.119435
0.489633 0.479267
0.489640 0.479267
0.489640 0.520733
0.489640 0.520733
0.493346 0.466696
0.493346 0.489511
0.493346 0.515158
0.493346 0.543279
0.493833 0.501130
0.493833 0.494409
0.493833 0.505591
0.493833 0.501130
0.494409 0.437613
0.494409 0.575804
0.494409 0.380315
0.494409 0.426461
0.494409 0.564652
0.494409 0.621950
0.497370 0.502406
0.497583 0.422414
0.497583 0.579516
0.502417 0.579516
0.502630 0.502406
0.505591 0.380315
0.505591 0.426461
0.505591 0.437613
0.505591 0.564652
0.505591 0.575804
0.505591 0.621950
0.506167 0.501130
0.506167 0.501130
0.506654 0.489511
0.506654 0.515158
0.506654 0.543279
0.510360 0.119435
0.510360 0.220676
0.510360 0.479267
0.510360 0.520733
0.510360 0.779324
0.510360 0.880565
0.510360 0.119435
0.510360 0.220676
0.510360 0.520733
0.510360 0.779324
0.510360 0.880565
0.510367 0.479267
0.510367 0.479267
0.510373 0.520733
0.516468 0.471827
0.516468 0.538148
0.519603 0.495923
0.519603 0.508740
0.521807 0.419836
0.521807 0.580164
0.521807 0.621956
0.521807 0.408641
0.521807 0.591359
0.521807 0.621956
0.529756 0.538148
0.532240 0.368964
0.532240 0.631036
0.532240 0.368964
0.532240 0.631036
0.532660 0.432609
0.532660 0.432609
0.532667 0.567391
0.532667 0.567391
0.532883 0.508740
0.533402 0.485849
0.533402 0.524126
0.534140 0.380310
0.534720 0.432609
0.534720 0.567391
0.534720 0.567391
0.539100 0.366832
0.539100 0.426461
0.539100 0.426461
0.539100 0.644363
0.541427 0.564652
0.541427 0.564652
0.546653 0.026077
0.546653 0.044963
0.546653 0.406682
0.546653 0.593318
0.546653 0.955037
0.546653 0.973923
0.546653 0.026077
0.546653 0.044963
0.546653 0.406682
0.546653 0.593318
0.546653 0.955037
0.546653 0.973923
0.546660 0.406682
0.546660 0.406682
0.546660 0.406682
0.546667 0.593318
0.546667 0.593318
0.547399 0.380310
0.547399 0.501130
0.547399 0.621956
0.551433 0.575804
0.551433 0.575804
0.553753 0.437613
0.553753 0.437613
0.558602 0.380315
0.558602 0.501130
0.558602 0.621950
0.564665 0.445427
0.564665 0.556503
0.566367 0.499997
0.566367 0.499997
0.567067 0.380315
0.567067 0.441398
0.567067 0.558602
0.567073 0.380310
0.567073 0.452601
0.567073 0.547399
0.568420 0.499997
0.568420 0.499997
0.569486 0.556503
0.579400 0.621950
0.579407 0.621956
0.580164 0.426461
0.580164 0.575804
0.584367 0.494409
0.584367 0.505591
0.584579 0.437613
0.584579 0.564652
0.592448 0.500970
0.593313 0.044963
0.593313 0.499997
0.593313 0.955037
0.593313 0.973923
0.593313 0.026077
0.593313 0.044963
0.593313 0.499997
0.593313 0.955037
0.593327 0.499997
0.593327 0.499997
0.595047 0.501130
0.595047 0.501130
0.595775 0.437613
0.595775 0.564652
0.607380 0.501130
0.607380 0.501130
0.612340 0.419836
0.612340 0.591359
0.618440 0.437613
0.618440 0.437613
0.629333 0.428741
0.629333 0.438647
0.629333 0.495803
0.629333 0.501130
0.629333 0.504197
0.629333 0.563619
0.629333 0.571259
0.629333 0.420341
0.629333 0.438647
0.629333 0.501130
0.629333 0.579659
0.630767 0.564652
0.630767 0.564652
0.631036 0.432334
0.631036 0.561342
0.633168 0.501130
0.633174 0.501130
0.640313 0.494409
0.644363 0.501130
0.655214 0.499997
0.656080 0.471827
0.656080 0.485849
0.656080 0.504985
0.656080 0.524126
0.656080 0.538148
0.656080 0.504985
0.668053 0.435335
0.668053 0.445427
0.668053 0.500970
0.668053 0.564665
0.668053 0.430514
0.668053 0.445427
0.668053 0.497583
0.668053 0.500970
0.668053 0.502417
0.668053 0.556503
0.668053 0.569486
0.679793 0.495923
0.679793 0.508740
0.707193 0.448066
0.707193 0.471002
0.707193 0.502334
0.707193 0.533661
0.707193 0.556602
0.733320 0.026077
0.733320 0.033345
0.733320 0.044962
0.733320 0.955037
0.733320 0.966655
0.733320 0.973923
0.733320 0.026077
0.733320 0.033345
0.733320 0.044963
0.733320 0.955037
0.733320 0.966655
0.733320 0.973923
0.733333 0.966655
0.733333 0.966655
0.749993 0.000000
0.749993 0.026077
0.749993 0.044962
0.749993 0.955037
0.749993 0.973923
0.749993 1.000000
0.749993 0.000000
0.749993 0.026077
0.749993 0.044963
0.749993 0.955037
0.749993 0.973923
0.749993 1.000000
0.749993 0.000000
0.750007 1.000000
0.750007 1.000000
0.779324 0.479267
0.779324 0.499997
0.779324 0.520733
0.880565 0.479267
0.880565 0.499997
0.880565 0.520733
0.955037 0.000000
0.955037 0.033345
0.955037 0.406682
0.955037 0.499997
0.955037 0.499997
0.955037 0.593318
0.955037 0.966655
0.955037 1.000000
0.966653 0.026077
0.966653 0.044962
0.966653 0.499997
0.966653 0.955037
0.966653 0.973923
0.966653 0.026077
0.966653 0.044963
0.966653 0.499997
0.966653 0.955037
0.966653 0.973923
0.966660 0.499997
0.966660 0.499997
0.973923 0.000000
0.973923 0.033345
0.973923 0.499997
0.973923 0.499997
0.973923 0.966655
0.973923 1.000000
0.973923 0.000000
0.973923 0.033345
0.973923 0.406682
0.973923 0.499997
0.973923 0.499997
0.973923 0.593318
0.973923 0.966655
0.973923 1.000000
1.000000 0.026077
1.000000 0.044962
1.000000 0.499997
1.000000 0.499997
1.000000 0.973923
1.000000 0.499997
1.000000 0.955037
1.000000 0.026077
1.000000 0.432609
1.000000 0.499997
1.000000 0.499997
1.000000 0.567391
1.000000 0.973923
Faces 616
Face verts 3 flags 0 mat 0
<6,491> <11,490> <5,436>
Face verts 3 flags 0 mat 0
<0,138> <11,57> <5,133>
Face verts 3 flags 0 mat 0
<10,264> <11,306> <1,240>
Face verts 3 flags 0 mat 0
<0,327> <11,303> <1,239>
Face verts 3 flags 0 mat 0
<9,491> <10,490> <2,436>
Face verts 3 flags 0 mat 0
<1,138> <10,57> <2,133>
Face verts 3 flags 0 mat 0
<8,492> <9,491> <3,431>
Face verts 3 flags 0 mat 0
<2,133> <9,58> <3,139>
Face verts 3 flags 0 mat 0
<7,303> <8,255> <4,327>
Face verts 3 flags 0 mat 0
<3,237> <8,256> <4,328>
Face verts 3 flags 0 mat 0
<6,58> <7,59> <5,133>
Face verts 3 flags 0 mat 0
<4,431> <7,492> <5,436>
Face verts 3 flags 0 mat 0
<17,55> <16,56> <6,58>
Face verts 3 flags 0 mat 0
<7,492> <16,495> <6,491>
Face verts 3 flags 0 mat 0
<16,302> <15,252> <7,303>
Face verts 3 flags 0 mat 0
<8,256> <15,254> <7,306>
Face verts 3 flags 0 mat 0
<15,495> <14,494> <8,492>
Face verts 3 flags 0 mat 0
<9,58> <14,55> <8,59>
Face verts 3 flags 0 mat 0
<14,494> <13,493> <9,491>
Face verts 3 flags 0 mat 0
<10,57> <13,54> <9,58>
Face verts 3 flags 0 mat 0
<13,262> <12,307> <10,264>
Face verts 3 flags 0 mat 0
<11,303> <12,302> <10,263>
Face verts 3 flags 0 mat 0
<17,494> <12,493> <6,491>
Face verts 3 flags 0 mat 0
<11,57> <12,54> <6,58>
Face verts 3 flags 0 mat 0
<30,500> <35,498> <17,494>
Face verts 3 flags 0 mat 0
<12,54> <35,48> <17,55>
Face verts 3 flags 0 mat 0
<34,362> <35,215> <13,314>
Face verts 3 flags 0 mat 0
<12,304> <35,350> <13,261>
Face verts 3 flags 0 mat 0
<33,500> <34,498> <14,494>
Face verts 3 flags 0 mat 0
<13,54> <34,48> <14,55>
Face verts 3 flags 0 mat 0
<32,501> <33,500> <15,495>
Face verts 3 flags 0 mat 0
<14,55> <33,50> <15,56>
Face verts 3 flags 0 mat 0
<31,216> <32,364> <16,271>
Face verts 3 flags 0 mat 0
<15,253> <32,197> <16,305>
Face verts 3 flags 0 mat 0
<30,50> <31,51> <17,55>
Face verts 3 flags 0 mat 0
<16,495> <31,501> <17,494>
Face verts 3 flags 0 mat 0
<59,18> <58,21> <18,43>
Face verts 3 flags 0 mat 0
<19,503> <58,529> <18,500>
Face verts 3 flags 0 mat 0
<29,506> <58,480> <18,533>
Face verts 3 flags 0 mat 0
<58,476> <57,60> <19,477>
Face verts 3 flags 0 mat 0
<20,61> <57,62> <19,478>
Face verts 3 flags 0 mat 0
<28,465> <57,63> <19,480>
Face verts 3 flags 0 mat 0
<57,521> <56,518> <20,503>
Face verts 3 flags 0 mat 0
<21,49> <56,24> <20,53>
Face verts 3 flags 0 mat 0
<27,81> <56,2> <20,63>
Face verts 3 flags 0 mat 0
<56,518> <55,516> <21,499>
Face verts 3 flags 0 mat 0
<22,46> <55,22> <21,49>
Face verts 3 flags 0 mat 0
<26,30> <55,68> <21,6>
Face verts 3 flags 0 mat 0
<55,71> <54,479> <22,70>
Face verts 3 flags 0 mat 0
<23,477> <54,476> <22,69>
Face verts 3 flags 0 mat 0
<25,87> <54,475> <22,68>
Face verts 3 flags 0 mat 0
<59,526> <54,522> <18,500>
Face verts 3 flags 0 mat 0
<23,40> <54,14> <18,43>
Face verts 3 flags 0 mat 0
<29,39> <54,77> <18,12>
Face verts 3 flags 0 mat 0
<48,526> <53,523> <29,500>
Face verts 3 flags 0 mat 0
<54,475> <53,462> <29,506>
Face verts 3 flags 0 mat 0
<24,41> <53,15> <29,43>
Face verts 3 flags 0 mat 0
<30,167> <53,97> <29,39>
Face verts 3 flags 0 mat 0
<52,91> <53,466> <25,89>
Face verts 3 flags 0 mat 0
<54,77> <53,97> <25,468>
Face verts 3 flags 0 mat 0
<24,463> <53,461> <25,88>
Face verts 3 flags 0 mat 1
<34,206> <53,462> <25,87>
Face verts 3 flags 0 mat 0
<51,518> <52,517> <26,499>
Face verts 3 flags 0 mat 0
<55,487> <52,468> <26,515>
Face verts 3 flags 0 mat 0
<25,47> <52,23> <26,49>
Face verts 3 flags 0 mat 1
<33,160> <52,87> <26,30>
Face verts 3 flags 0 mat 0
<50,520> <51,518> <27,502>
Face verts 3 flags 0 mat 0
<56,539> <51,515> <27,474>
Face verts 3 flags 0 mat 0
<26,49> <51,24> <27,52>
Face verts 3 flags 0 mat 1
<32,197> <51,30> <27,81>
Face verts 3 flags 0 mat 0
<49,461> <50,79> <28,463>
Face verts 3 flags 0 mat 0
<57,489> <50,474> <28,96>
Face verts 3 flags 0 mat 0
<27,80> <50,82> <28,464>
Face verts 3 flags 0 mat 1
<31,351> <50,81> <28,465>
Face verts 3 flags 0 mat 0
<48,18> <49,20> <29,43>
Face verts 3 flags 0 mat 0
<58,78> <49,96> <29,39>
Face verts 3 flags 0 mat 0
<28,502> <49,528> <29,500>
Face verts 3 flags 0 mat 1
<30,398> <49,465> <29,506>
Face verts 3 flags 0 mat 0
<53,523> <54,522> <24,497>
Face verts 3 flags 0 mat 0
<23,40> <54,14> <24,41>
Face verts 3 flags 0 mat 0
<25,468> <54,77> <24,97>
Face verts 3 flags 0 mat 0
<29,506> <54,475> <24,462>
Face verts 3 flags 0 mat 0
<58,480> <59,533> <29,506>
Face verts 3 flags 0 mat 0
<54,77> <59,12> <29,39>
Face verts 3 flags 0 mat 0
<48,508> <59,534> <29,507>
Face verts 3 flags 0 mat 0
<18,531> <59,530> <29,505>
Face verts 3 flags 0 mat 0
<48,526> <54,522> <29,500>
Face verts 3 flags 0 mat 0
<23,40> <54,14> <29,43>
Face verts 3 flags 0 mat 0
<54,475> <55,68> <25,87>
Face verts 3 flags 0 mat 0
<52,517> <55,516> <25,497>
Face verts 3 flags 0 mat 0
<22,46> <55,22> <25,47>
Face verts 3 flags 0 mat 0
<26,515> <55,487> <25,468>
Face verts 3 flags 0 mat 0
<52,91> <54,479> <25,89>
Face verts 3 flags 0 mat 0
<23,477> <54,476> <25,88>
Face verts 3 flags 0 mat 0
<55,68> <56,2> <26,30>
Face verts 3 flags 0 mat 0
<51,28> <56,0> <26,29>
Face verts 3 flags 0 mat 0
<21,8> <56,5> <26,31>
Face verts 3 flags 0 mat 0
<27,474> <56,539> <26,515>
Face verts 3 flags 0 mat 0
<51,518> <55,516> <26,499>
Face verts 3 flags 0 mat 0
<22,46> <55,22> <26,49>
Face verts 3 flags 0 mat 0
<56,2> <57,63> <27,81>
Face verts 3 flags 0 mat 0
<50,26> <57,27> <27,52>
Face verts 3 flags 0 mat 0
<20,503> <57,521> <27,502>
Face verts 3 flags 0 mat 0
<28,96> <57,489> <27,474>
Face verts 3 flags 0 mat 0
<50,520> <56,518> <27,502>
Face verts 3 flags 0 mat 0
<21,49> <56,24> <27,52>
Face verts 3 flags 0 mat 0
<57,63> <58,480> <28,465>
Face verts 3 flags 0 mat 0
<49,20> <58,21> <28,44>
Face verts 3 flags 0 mat 0
<19,503> <58,529> <28,502>
Face verts 3 flags 0 mat 0
<29,39> <58,78> <28,96>
Face verts 3 flags 0 mat 0
<49,461> <57,60> <28,463>
Face verts 3 flags 0 mat 0
<20,61> <57,62> <28,464>
Face verts 3 flags 0 mat 0
<48,18> <58,21> <29,43>
Face verts 3 flags 0 mat 0
<19,503> <58,529> <29,500>
Face verts 3 flags 0 mat 0
<47,18> <46,19> <30,50>
Face verts 3 flags 0 mat 0
<49,96> <46,216> <30,167>
Face verts 3 flags 0 mat 0
<31,501> <46,527> <30,500>
Face verts 3 flags 0 mat 0
<46,348> <45,195> <31,349>
Face verts 3 flags 0 mat 0
<50,474> <45,364> <31,216>
Face verts 3 flags 0 mat 0
<32,198> <45,199> <31,352>
Face verts 3 flags 0 mat 0
<45,527> <44,519> <32,501>
Face verts 3 flags 0 mat 1
<51,515> <44,406> <32,364>
Face verts 3 flags 0 mat 0
<33,50> <44,25> <32,51>
Face verts 3 flags 0 mat 0
<44,519> <43,524> <33,500>
Face verts 3 flags 0 mat 0
<52,468> <43,362> <33,406>
Face verts 3 flags 0 mat 0
<34,48> <43,16> <33,50>
Face verts 3 flags 0 mat 0
<43,208> <42,353> <34,207>
Face verts 3 flags 0 mat 0
<53,97> <42,215> <34,362>
Face verts 3 flags 0 mat 0
<35,349> <42,348> <34,205>
Face verts 3 flags 0 mat 0
<47,526> <42,524> <30,500>
Face verts 3 flags 0 mat 0
<53,462> <42,350> <30,398>
Face verts 3 flags 0 mat 0
<35,48> <42,16> <30,50>
Face verts 3 flags 0 mat 0
<50,81> <49,465> <31,351>
Face verts 3 flags 0 mat 0
<46,19> <49,20> <31,51>
Face verts 3 flags 0 mat 0
<28,502> <49,528> <31,501>
Face verts 3 flags 0 mat 0
<30,167> <49,96> <31,216>
Face verts 3 flags 0 mat 1
<53,97> <48,39> <30,167>
Face verts 3 flags 0 mat 0
<49,465> <48,506> <30,398>
Face verts 3 flags 0 mat 0
<47,400> <48,508> <30,399>
Face verts 3 flags 0 mat 0
<29,505> <48,504> <30,397>
Face verts 3 flags 0 mat 0
<47,18> <49,20> <30,50>
Face verts 3 flags 0 mat 0
<28,502> <49,528> <30,500>
Face verts 3 flags 0 mat 0
<51,30> <50,81> <32,197>
Face verts 3 flags 0 mat 0
<45,19> <50,26> <32,51>
Face verts 3 flags 0 mat 0
<27,502> <50,520> <32,501>
Face verts 3 flags 0 mat 0
<31,216> <50,474> <32,364>
Face verts 3 flags 0 mat 0
<46,19> <50,26> <31,51>
Face verts 3 flags 0 mat 0
<27,502> <50,520> <31,501>
Face verts 3 flags 0 mat 0
<52,87> <51,30> <33,160>
Face verts 3 flags 0 mat 0
<44,158> <51,28> <33,159>
Face verts 3 flags 0 mat 0
<26,31> <51,32> <33,161>
Face verts 3 flags 0 mat 0
<32,364> <51,515> <33,406>
Face verts 3 flags 0 mat 0
<45,195> <51,28> <32,196>
Face verts 3 flags 0 mat 0
<26,31> <51,32> <32,198>
Face verts 3 flags 0 mat 0
<53,462> <52,87> <34,206>
Face verts 3 flags 0 mat 0
<43,524> <52,517> <34,498>
Face verts 3 flags 0 mat 0
<25,47> <52,23> <34,48>
Face verts 3 flags 0 mat 0
<33,406> <52,468> <34,362>
Face verts 3 flags 0 mat 0
<44,519> <52,517> <33,500>
Face verts 3 flags 0 mat 0
<25,47> <52,23> <33,50>
Face verts 3 flags 0 mat 0
<42,524> <53,523> <35,498>
Face verts 3 flags 0 mat 0
<24,41> <53,15> <35,48>
Face verts 3 flags 0 mat 0
<30,398> <53,462> <35,350>
Face verts 3 flags 0 mat 0
<34,362> <53,97> <35,215>
Face verts 3 flags 0 mat 0
<43,524> <53,523> <34,498>
Face verts 3 flags 0 mat 0
<24,41> <53,15> <34,48>
Face verts 3 flags 0 mat 0
<47,526> <53,523> <30,500>
Face verts 3 flags 0 mat 0
<24,41> <53,15> <30,50>
Face verts 3 flags 0 mat 0
<29,506> <19,480> <18,533>
Face verts 3 flags 0 mat 0
<28,465> <20,63> <19,480>
Face verts 3 flags 0 mat 0
<27,81> <21,6> <20,63>
Face verts 3 flags 0 mat 0
<26,30> <22,68> <21,6>
Face verts 3 flags 0 mat 0
<25,87> <23,475> <22,68>
Face verts 3 flags 0 mat 0
<29,39> <23,77> <18,12>
Face verts 3 flags 0 mat 1
<30,398> <29,506> <24,462>
Face verts 3 flags 0 mat 0
<23,77> <29,39> <24,97>
Face verts 3 flags 0 mat 0
<34,362> <25,468> <24,97>
Face verts 3 flags 0 mat 0
<23,475> <25,87> <24,462>
Face verts 3 flags 0 mat 0
<33,406> <26,515> <25,468>
Face verts 3 flags 0 mat 0
<22,68> <26,30> <25,87>
Face verts 3 flags 0 mat 0
<32,364> <27,474> <26,515>
Face verts 3 flags 0 mat 0
<21,6> <27,81> <26,30>
Face verts 3 flags 0 mat 0
<31,216> <28,96> <27,474>
Face verts 3 flags 0 mat 0
<20,63> <28,465> <27,81>
Face verts 3 flags 0 mat 0
<30,167> <29,39> <28,96>
Face verts 3 flags 0 mat 0
<19,480> <29,506> <28,465>
Face verts 3 flags 0 mat 0
<28,96> <31,216> <30,167>
Face verts 3 flags 0 mat 0
<27,474> <32,364> <31,216>
Face verts 3 flags 0 mat 0
<26,515> <33,406> <32,364>
Face verts 3 flags 0 mat 0
<25,468> <34,362> <33,406>
Face verts 3 flags 0 mat 0
<24,97> <35,215> <34,362>
Face verts 3 flags 0 mat 0
<24,462> <35,350> <30,398>
Face verts 3 flags 0 mat 0
<38,334> <39,378> <36,181>
Face verts 3 flags 0 mat 0
<40,235> <39,182> <36,385>
Face verts 3 flags 0 mat 0
<41,339> <40,235> <36,385>
Face verts 3 flags 0 mat 0
<42,350> <40,235> <36,385>
Face verts 3 flags 0 mat 0
<37,223> <38,334> <36,181>
Face verts 3 flags 0 mat 0
<47,526> <46,527> <36,540>
Face verts 3 flags 0 mat 0
<37,4> <46,19> <36,3>
Face verts 3 flags 0 mat 0
<46,216> <45,364> <37,223>
Face verts 3 flags 0 mat 0
<38,233> <45,197> <37,340>
Face verts 3 flags 0 mat 0
<45,364> <44,406> <38,334>
Face verts 3 flags 0 mat 0
<39,182> <44,160> <38,233>
Face verts 3 flags 0 mat 0
<44,406> <43,362> <39,378>
Face verts 3 flags 0 mat 0
<40,235> <43,206> <39,182>
Face verts 3 flags 0 mat 0
<43,362> <42,215> <40,332>
Face verts 3 flags 0 mat 0
<41,339> <42,350> <40,235>
Face verts 3 flags 0 mat 0
<47,18> <42,16> <36,3>
Face verts 3 flags 0 mat 0
<41,538> <42,524> <36,540>
Face verts 3 flags 0 mat 0
<48,506> <53,462> <47,398>
Face verts 3 flags 0 mat 0
<42,215> <53,97> <47,167>
Face verts 3 flags 0 mat 1
<52,468> <53,97> <43,362>
Face verts 3 flags 0 mat 0
<42,350> <53,462> <43,206>
Face verts 3 flags 0 mat 1
<51,515> <52,468> <44,406>
Face verts 3 flags 0 mat 0
<43,206> <52,87> <44,160>
Face verts 3 flags 0 mat 1
<50,474> <51,515> <45,364>
Face verts 3 flags 0 mat 0
<44,160> <51,30> <45,197>
Face verts 3 flags 0 mat 1
<49,96> <50,474> <46,216>
Face verts 3 flags 0 mat 0
<45,197> <50,81> <46,351>
Face verts 3 flags 0 mat 1
<48,39> <49,96> <47,167>
Face verts 3 flags 0 mat 0
<46,351> <49,465> <47,398>
Face verts 3 flags 0 mat 0
<59,12> <58,78> <48,39>
Face verts 3 flags 0 mat 0
<49,465> <58,480> <48,506>
Face verts 3 flags 0 mat 0
<58,78> <57,489> <49,96>
Face verts 3 flags 0 mat 0
<50,81> <57,63> <49,465>
Face verts 3 flags 0 mat 0
<57,489> <56,539> <50,474>
Face verts 3 flags 0 mat 0
<51,30> <56,2> <50,81>
Face verts 3 flags 0 mat 0
<56,539> <55,487> <51,515>
Face verts 3 flags 0 mat 0
<52,87> <55,68> <51,30>
Face verts 3 flags 0 mat 0
<55,487> <54,77> <52,468>
Face verts 3 flags 0 mat 0
<53,462> <54,475> <52,87>
Face verts 3 flags 0 mat 0
<59,533> <54,475> <48,506>
Face verts 3 flags 0 mat 0
<53,97> <54,77> <48,39>
Face verts 3 flags 0 mat 0
<124,300> <125,335> <123,250>
Face verts 3 flags 0 mat 0
<122,318> <125,232> <123,319>
Face verts 3 flags 0 mat 0
<121,273> <125,232> <122,318>
Face verts 3 flags 0 mat 0
<120,231> <125,232> <121,273>
Face verts 3 flags 0 mat 0
<129,301> <128,326> <124,300>
Face verts 3 flags 0 mat 0
<125,232> <128,244> <124,274>
Face verts 3 flags 0 mat 0
<127,194> <128,244> <125,232>
Face verts 3 flags 0 mat 0
<126,439> <127,440> <125,455>
Face verts 3 flags 0 mat 0
<120,454> <126,439> <125,455>
Face verts 3 flags 0 mat 0
<136,243> <137,193> <120,231>
Face verts 3 flags 0 mat 0
<126,131> <137,130> <120,113>
Face verts 3 flags 0 mat 0
<121,273> <136,243> <120,231>
Face verts 3 flags 0 mat 0
<135,272> <136,243> <121,273>
Face verts 3 flags 0 mat 0
<134,251> <122,249> <121,299>
Face verts 3 flags 0 mat 0
<134,316> <135,272> <121,273>
Face verts 3 flags 0 mat 0
<133,336> <134,316> <122,318>
Face verts 3 flags 0 mat 0
<132,119> <133,123> <122,113>
Face verts 3 flags 0 mat 0
<123,114> <132,119> <122,113>
Face verts 3 flags 0 mat 0
<131,127> <132,119> <123,114>
Face verts 3 flags 0 mat 0
<130,317> <131,337> <124,274>
Face verts 3 flags 0 mat 0
<123,250> <131,230> <124,300>
Face verts 3 flags 0 mat 0
<129,275> <130,317> <124,274>
Face verts 3 flags 0 mat 0
<149,108> <148,110> <126,131>
Face verts 3 flags 0 mat 0
<127,440> <148,459> <126,439>
Face verts 3 flags 0 mat 0
<148,110> <147,112> <127,132>
Face verts 3 flags 0 mat 0
<128,441> <147,460> <127,440>
Face verts 3 flags 0 mat 0
<147,105> <146,107> <128,120>
Face verts 3 flags 0 mat 0
<129,125> <146,109> <128,128>
Face verts 3 flags 0 mat 0
<146,107> <145,102> <129,124>
Face verts 3 flags 0 mat 0
<130,122> <145,99> <129,125>
Face verts 3 flags 0 mat 0
<145,460> <144,459> <130,441>
Face verts 3 flags 0 mat 0
<131,127> <144,103> <130,129>
Face verts 3 flags 0 mat 0
<144,459> <143,458> <131,440>
Face verts 3 flags 0 mat 0
<132,119> <143,101> <131,127>
Face verts 3 flags 0 mat 0
<143,458> <142,457> <132,442>
Face verts 3 flags 0 mat 0
<133,123> <142,100> <132,119>
Face verts 3 flags 0 mat 0
<142,457> <141,456> <133,438>
Face verts 3 flags 0 mat 0
<134,121> <141,98> <133,123>
Face verts 3 flags 0 mat 0
<141,99> <140,109> <134,122>
Face verts 3 flags 0 mat 0
<135,124> <140,107> <134,126>
Face verts 3 flags 0 mat 0
<140,109> <139,111> <135,125>
Face verts 3 flags 0 mat 0
<136,120> <139,105> <135,124>
Face verts 3 flags 0 mat 0
<139,104> <138,106> <136,121>
Face verts 3 flags 0 mat 0
<137,438> <138,457> <136,437>
Face verts 3 flags 0 mat 0
<149,458> <138,457> <126,439>
Face verts 3 flags 0 mat 0
<137,130> <138,106> <126,131>
Face verts 3 flags 0 mat 0
<153,289> <154,387> <150,290>
Face verts 3 flags 0 mat 0
<155,153> <154,179> <150,286>
Face verts 3 flags 0 mat 0
<156,178> <155,153> <150,286>
Face verts 3 flags 0 mat 0
<157,287> <156,178> <150,286>
Face verts 3 flags 0 mat 0
<158,375> <157,287> <150,286>
Face verts 3 flags 0 mat 0
<151,396> <158,375> <150,286>
Face verts 3 flags 0 mat 0
<152,376> <151,396> <150,286>
Face verts 3 flags 0 mat 0
<153,288> <152,376> <150,286>
Face verts 3 flags 0 mat 0
<166,420> <165,422> <151,445>
Face verts 3 flags 0 mat 0
<152,118> <165,145> <151,117>
Face verts 3 flags 0 mat 0
<165,417> <164,421> <152,443>
Face verts 3 flags 0 mat 0
<153,449> <164,419> <152,446>
Face verts 3 flags 0 mat 0
<164,421> <163,427> <153,451>
Face verts 3 flags 0 mat 0
<154,447> <163,424> <153,449>
Face verts 3 flags 0 mat 0
<163,142> <162,141> <154,116>
Face verts 3 flags 0 mat 0
<155,450> <162,426> <154,452>
Face verts 3 flags 0 mat 0
<162,141> <161,140> <155,115>
Face verts 3 flags 0 mat 0
<156,448> <161,425> <155,450>
Face verts 3 flags 0 mat 0
<161,424> <160,419> <156,447>
Face verts 3 flags 0 mat 0
<157,451> <160,421> <156,453>
Face verts 3 flags 0 mat 0
<160,419> <159,423> <157,449>
Face verts 3 flags 0 mat 0
<158,443> <159,417> <157,451>
Face verts 3 flags 0 mat 0
<166,144> <159,143> <151,117>
Face verts 3 flags 0 mat 0
<158,444> <159,418> <151,445>
Face verts 3 flags 0 mat 0
<199,218> <172,150> <168,248>
Face verts 3 flags 0 mat 0
<167,393> <172,413> <168,320>
Face verts 3 flags 0 mat 0
<198,294> <172,173> <167,296>
Face verts 3 flags 0 mat 0
<197,277> <168,321> <167,392>
Face verts 3 flags 0 mat 0
<200,429> <173,369> <169,389>
Face verts 3 flags 0 mat 0
<168,320> <173,188> <169,174>
Face verts 3 flags 0 mat 0
<199,346> <173,189> <168,322>
Face verts 3 flags 0 mat 0
<197,277> <169,175> <168,321>
Face verts 3 flags 0 mat 0
<201,410> <174,295> <170,374>
Face verts 3 flags 0 mat 0
<169,174> <174,134> <170,177>
Face verts 3 flags 0 mat 0
<200,395> <174,281> <169,367>
Face verts 3 flags 0 mat 0
<197,277> <170,176> <169,175>
Face verts 3 flags 0 mat 0
<202,347> <175,190> <171,325>
Face verts 3 flags 0 mat 0
<170,177> <175,191> <171,324>
Face verts 3 flags 0 mat 0
<201,428> <175,368> <170,388>
Face verts 3 flags 0 mat 0
<197,277> <171,323> <170,176>
Face verts 3 flags 0 mat 0
<198,284> <176,169> <167,285>
Face verts 3 flags 0 mat 0
<171,324> <176,414> <167,393>
Face verts 3 flags 0 mat 0
<202,217> <176,150> <171,247>
Face verts 3 flags 0 mat 0
<197,278> <171,324> <167,393>
Face verts 3 flags 0 mat 0
<203,170> <178,136> <177,192>
Face verts 3 flags 0 mat 0
<172,391> <178,433> <177,366>
Face verts 3 flags 0 mat 0
<199,218> <178,157> <172,150>
Face verts 3 flags 0 mat 0
<198,294> <177,192> <172,173>
Face verts 3 flags 0 mat 0
<204,186> <180,151> <179,276>
Face verts 3 flags 0 mat 0
<173,369> <180,412> <179,298>
Face verts 3 flags 0 mat 0
<200,429> <180,412> <173,369>
Face verts 3 flags 0 mat 0
<199,346> <179,276> <173,189>
Face verts 3 flags 0 mat 0
<205,280> <182,184> <181,366>
Face verts 3 flags 0 mat 0
<174,295> <182,373> <181,192>
Face verts 3 flags 0 mat 0
<201,410> <182,373> <174,295>
Face verts 3 flags 0 mat 0
<200,395> <181,366> <174,281>
Face verts 3 flags 0 mat 0
<206,370> <184,297> <183,411>
Face verts 3 flags 0 mat 0
<175,190> <184,279> <183,152>
Face verts 3 flags 0 mat 0
<202,347> <184,279> <175,190>
Face verts 3 flags 0 mat 0
<201,428> <183,411> <175,368>
Face verts 3 flags 0 mat 0
<207,409> <186,373> <185,435>
Face verts 3 flags 0 mat 0
<176,169> <186,185> <185,135>
Face verts 3 flags 0 mat 0
<198,284> <186,185> <176,169>
Face verts 3 flags 0 mat 0
<202,217> <185,156> <176,150>
Face verts 3 flags 0 mat 0
<204,371> <187,220> <179,298>
Face verts 3 flags 0 mat 0
<178,407> <187,343> <179,276>
Face verts 3 flags 0 mat 0
<203,415> <187,343> <178,407>
Face verts 3 flags 0 mat 0
<199,218> <179,298> <178,157>
Face verts 3 flags 0 mat 0
<205,293> <188,172> <181,192>
Face verts 3 flags 0 mat 0
<180,432> <188,390> <181,366>
Face verts 3 flags 0 mat 0
<204,186> <188,147> <180,151>
Face verts 3 flags 0 mat 0
<200,171> <181,192> <180,137>
Face verts 3 flags 0 mat 0
<206,187> <189,148> <183,152>
Face verts 3 flags 0 mat 0
<182,184> <189,168> <183,135>
Face verts 3 flags 0 mat 0
<205,280> <189,168> <182,184>
Face verts 3 flags 0 mat 0
<201,410> <183,435> <182,373>
Face verts 3 flags 0 mat 0
<207,416> <190,344> <185,408>
Face verts 3 flags 0 mat 0
<184,297> <190,219> <185,156>
Face verts 3 flags 0 mat 0
<206,370> <190,219> <184,297>
Face verts 3 flags 0 mat 0
<202,347> <185,408> <184,279>
Face verts 3 flags 0 mat 0
<203,394> <191,283> <177,366>
Face verts 3 flags 0 mat 0
<186,373> <191,292> <177,192>
Face verts 3 flags 0 mat 0
<207,409> <191,292> <186,373>
Face verts 3 flags 0 mat 0
<198,294> <186,373> <177,192>
Face verts 3 flags 0 mat 0
<208,246> <193,226> <192,384>
Face verts 3 flags 0 mat 0
<187,342> <193,225> <192,383>
Face verts 3 flags 0 mat 0
<204,371> <193,338> <187,220>
Face verts 3 flags 0 mat 0
<203,415> <192,382> <187,343>
Face verts 3 flags 0 mat 0
<208,246> <194,154> <193,226>
Face verts 3 flags 0 mat 0
<188,146> <194,155> <193,225>
Face verts 3 flags 0 mat 0
<205,293> <194,291> <188,172>
Face verts 3 flags 0 mat 0
<204,186> <193,224> <188,147>
Face verts 3 flags 0 mat 0
<208,246> <195,228> <194,154>
Face verts 3 flags 0 mat 0
<189,149> <195,229> <194,155>
Face verts 3 flags 0 mat 0
<206,187> <195,227> <189,148>
Face verts 3 flags 0 mat 0
<205,280> <194,282> <189,168>
Face verts 3 flags 0 mat 0
<208,245> <196,381> <192,383>
Face verts 3 flags 0 mat 0
<191,434> <196,380> <192,384>
Face verts 3 flags 0 mat 0
<207,409> <196,372> <191,292>
Face verts 3 flags 0 mat 0
<203,394> <192,365> <191,283>
Face verts 3 flags 0 mat 0
<208,246> <196,380> <195,228>
Face verts 3 flags 0 mat 0
<190,345> <196,381> <195,229>
Face verts 3 flags 0 mat 0
<207,416> <196,379> <190,344>
Face verts 3 flags 0 mat 0
<206,370> <195,338> <190,219>
Face verts 3 flags 0 mat 0
<66,468> <71,511> <65,481>
Face verts 3 flags 0 mat 0
<60,3> <71,38> <65,72>
Face verts 3 flags 0 mat 0
<66,87> <67,462> <65,72>
Face verts 3 flags 0 mat 0
<64,72> <67,93> <65,481>
Face verts 3 flags 0 mat 0
<67,462> <68,514> <64,481>
Face verts 3 flags 0 mat 0
<63,11> <68,35> <64,72>
Face verts 3 flags 0 mat 0
<68,514> <69,473> <63,532>
Face verts 3 flags 0 mat 0
<62,67> <69,85> <63,11>
Face verts 3 flags 0 mat 0
<69,473> <70,90> <62,488>
Face verts 3 flags 0 mat 0
<61,486> <70,471> <62,67>
Face verts 3 flags 0 mat 0
<70,90> <71,38> <61,76>
Face verts 3 flags 0 mat 0
<60,540> <71,511> <61,486>
Face verts 3 flags 0 mat 0
<73,214> <72,166> <70,90>
Face verts 3 flags 0 mat 1
<71,511> <72,403> <70,471>
Face verts 3 flags 0 mat 0
<74,363> <73,214> <69,473>
Face verts 3 flags 0 mat 1
<70,471> <73,357> <69,85>
Face verts 3 flags 0 mat 1
<75,405> <74,363> <68,514>
Face verts 3 flags 0 mat 1
<69,85> <74,202> <68,35>
Face verts 3 flags 0 mat 0
<76,360> <75,405> <67,462>
Face verts 3 flags 0 mat 1
<68,35> <75,163> <67,93>
Face verts 3 flags 0 mat 0
<77,213> <76,360> <66,87>
Face verts 3 flags 0 mat 1
<67,93> <76,211> <66,468>
Face verts 3 flags 0 mat 0
<77,356> <72,403> <66,468>
Face verts 3 flags 0 mat 0
<71,38> <72,166> <66,87>
Face verts 3 flags 0 mat 0
<78,1> <83,3> <77,16>
Face verts 3 flags 0 mat 0
<72,519> <83,540> <77,524>
Face verts 3 flags 0 mat 0
<78,221> <79,331> <77,213>
Face verts 3 flags 0 mat 0
<76,211> <79,236> <77,356>
Face verts 3 flags 0 mat 0
<79,331> <80,377> <76,360>
Face verts 3 flags 0 mat 0
<75,163> <80,183> <76,211>
Face verts 3 flags 0 mat 0
<80,377> <81,333> <75,405>
Face verts 3 flags 0 mat 0
<74,202> <81,234> <75,163>
Face verts 3 flags 0 mat 0
<81,333> <82,222> <74,363>
Face verts 3 flags 0 mat 0
<73,357> <82,341> <74,202>
Face verts 3 flags 0 mat 0
<82,541> <83,540> <73,527>
Face verts 3 flags 0 mat 0
<72,25> <83,3> <73,19>
Face verts 3 flags 0 mat 0
<82,341> <83,386> <81,234>
Face verts 3 flags 0 mat 0
<77,213> <83,180> <79,331>
Face verts 3 flags 0 mat 0
<78,221> <83,180> <79,331>
Face verts 3 flags 0 mat 0
<79,331> <83,180> <80,377>
Face verts 3 flags 0 mat 0
<81,234> <83,386> <80,183>
Face verts 3 flags 0 mat 0
<95,87> <89,166> <84,213>
Face verts 3 flags 0 mat 0
<95,468> <85,211> <84,356>
Face verts 3 flags 0 mat 0
<94,93> <86,163> <85,211>
Face verts 3 flags 0 mat 0
<93,35> <87,202> <86,163>
Face verts 3 flags 0 mat 0
<92,85> <88,357> <87,202>
Face verts 3 flags 0 mat 0
<91,471> <89,403> <88,357>
Face verts 3 flags 0 mat 0
<100,76> <91,90> <90,38>
Face verts 3 flags 0 mat 0
<89,403> <91,471> <90,511>
Face verts 3 flags 0 mat 0
<99,488> <92,473> <91,90>
Face verts 3 flags 0 mat 0
<88,357> <92,85> <91,471>
Face verts 3 flags 0 mat 0
<98,532> <93,514> <92,473>
Face verts 3 flags 0 mat 0
<87,202> <93,35> <92,85>
Face verts 3 flags 0 mat 0
<97,481> <94,462> <93,514>
Face verts 3 flags 0 mat 0
<86,163> <94,93> <93,35>
Face verts 3 flags 0 mat 0
<96,72> <95,87> <94,462>
Face verts 3 flags 0 mat 0
<85,211> <95,468> <94,93>
Face verts 3 flags 0 mat 0
<96,481> <95,468> <90,511>
Face verts 3 flags 0 mat 1
<89,166> <95,87> <90,38>
Face verts 3 flags 0 mat 0
<90,511> <101,535> <96,481>
Face verts 3 flags 0 mat 0
<94,462> <97,481> <96,72>
Face verts 3 flags 0 mat 0
<93,514> <98,532> <97,481>
Face verts 3 flags 0 mat 0
<92,473> <99,488> <98,532>
Face verts 3 flags 0 mat 0
<91,90> <100,76> <99,488>
Face verts 3 flags 0 mat 0
<90,38> <101,7> <100,76>
Face verts 3 flags 0 mat 0
<95,497> <89,500> <66,517>
Face verts 3 flags 0 mat 0
<72,25> <89,50> <66,23>
Face verts 3 flags 0 mat 0
<95,497> <85,498> <66,517>
Face verts 3 flags 0 mat 0
<76,16> <85,48> <66,23>
Face verts 3 flags 0 mat 0
<85,211> <84,356> <66,468>
Face verts 3 flags 0 mat 0
<89,166> <84,213> <66,87>
Face verts 3 flags 0 mat 0
<95,497> <84,498> <66,517>
Face verts 3 flags 0 mat 0
<77,16> <84,48> <66,23>
Face verts 3 flags 0 mat 0
<94,497> <86,500> <67,523>
Face verts 3 flags 0 mat 0
<75,18> <86,50> <67,15>
Face verts 3 flags 0 mat 0
<86,163> <85,211> <67,93>
Face verts 3 flags 0 mat 0
<94,497> <85,498> <67,523>
Face verts 3 flags 0 mat 0
<76,16> <85,48> <67,15>
Face verts 3 flags 0 mat 0
<66,87> <85,361> <67,462>
Face verts 3 flags 0 mat 0
<93,34> <87,201> <68,33>
Face verts 3 flags 0 mat 0
<74,204> <87,203> <68,37>
Face verts 3 flags 0 mat 0
<87,202> <86,163> <68,35>
Face verts 3 flags 0 mat 0
<93,34> <86,162> <68,33>
Face verts 3 flags 0 mat 0
<75,165> <86,164> <68,37>
Face verts 3 flags 0 mat 0
<67,462> <86,405> <68,514>
Face verts 3 flags 0 mat 0
<92,44> <88,51> <69,20>
Face verts 3 flags 0 mat 0
<73,527> <88,501> <69,528>
Face verts 3 flags 0 mat 0
<88,357> <87,202> <69,85>
Face verts 3 flags 0 mat 0
<92,44> <87,51> <69,20>
Face verts 3 flags 0 mat 0
<74,527> <87,501> <69,528>
Face verts 3 flags 0 mat 0
<68,514> <87,363> <69,473>
Face verts 3 flags 0 mat 0
<91,52> <89,50> <70,26>
Face verts 3 flags 0 mat 0
<72,519> <89,500> <70,520>
Face verts 3 flags 0 mat 0
<90,512> <89,404> <71,513>
Face verts 3 flags 0 mat 0
<72,401> <89,402> <71,509>
Face verts 3 flags 0 mat 0
<70,90> <89,166> <71,38>
Face verts 3 flags 0 mat 1
<66,468> <89,403> <71,511>
Face verts 3 flags 0 mat 0
<89,403> <88,357> <70,471>
Face verts 3 flags 0 mat 0
<91,52> <88,51> <70,26>
Face verts 3 flags 0 mat 0
<73,527> <88,501> <70,520>
Face verts 3 flags 0 mat 0
<69,473> <88,214> <70,90>
Face verts 3 flags 0 mat 0
<84,498> <89,500> <77,524>
Face verts 3 flags 0 mat 0
<66,87> <89,166> <77,213>
Face verts 3 flags 0 mat 0
<72,25> <89,50> <77,16>
Face verts 3 flags 0 mat 0
<84,358> <85,212> <77,359>
Face verts 3 flags 0 mat 0
<66,468> <85,211> <77,356>
Face verts 3 flags 0 mat 0
<76,209> <85,210> <77,354>
Face verts 3 flags 0 mat 0
<85,498> <86,500> <76,524>
Face verts 3 flags 0 mat 0
<67,93> <86,163> <76,211>
Face verts 3 flags 0 mat 0
<75,18> <86,50> <76,16>
Face verts 3 flags 0 mat 0
<86,500> <87,501> <75,526>
Face verts 3 flags 0 mat 0
<68,35> <87,202> <75,163>
Face verts 3 flags 0 mat 0
<74,19> <87,51> <75,18>
Face verts 3 flags 0 mat 0
<87,201> <88,355> <74,200>
Face verts 3 flags 0 mat 0
<69,85> <88,357> <74,202>
Face verts 3 flags 0 mat 0
<73,359> <88,358> <74,204>
Face verts 3 flags 0 mat 0
<88,51> <89,50> <73,19>
Face verts 3 flags 0 mat 0
<70,471> <89,403> <73,357>
Face verts 3 flags 0 mat 0
<72,519> <89,500> <73,527>
Face verts 3 flags 0 mat 0
<100,53> <90,50> <61,27>
Face verts 3 flags 0 mat 0
<71,519> <90,500> <61,521>
Face verts 3 flags 0 mat 0
<99,65> <91,469> <62,64>
Face verts 3 flags 0 mat 0
<70,472> <91,470> <62,66>
Face verts 3 flags 0 mat 0
<90,511> <91,471> <61,486>
Face verts 3 flags 0 mat 0
<100,53> <91,52> <61,27>
Face verts 3 flags 0 mat 0
<70,520> <91,502> <61,521>
Face verts 3 flags 0 mat 0
<62,488> <91,90> <61,76>
Face verts 3 flags 0 mat 0
<98,499> <92,502> <63,525>
Face verts 3 flags 0 mat 0
<69,20> <92,44> <63,17>
Face verts 3 flags 0 mat 0
<91,471> <92,85> <62,67>
Face verts 3 flags 0 mat 0
<99,45> <92,44> <62,21>
Face verts 3 flags 0 mat 0
<69,528> <92,502> <62,529>
Face verts 3 flags 0 mat 0
<63,532> <92,473> <62,488>
Face verts 3 flags 0 mat 0
<97,496> <93,499> <64,522>
Face verts 3 flags 0 mat 0
<68,17> <93,42> <64,14>
Face verts 3 flags 0 mat 0
<92,85> <93,35> <63,11>
Face verts 3 flags 0 mat 0
<98,10> <93,34> <63,9>
Face verts 3 flags 0 mat 0
<68,37> <93,36> <63,13>
Face verts 3 flags 0 mat 0
<64,481> <93,514> <63,532>
Face verts 3 flags 0 mat 0
<96,484> <94,95> <65,485>
Face verts 3 flags 0 mat 0
<67,92> <94,94> <65,482>
Face verts 3 flags 0 mat 0
<93,35> <94,93> <64,72>
Face verts 3 flags 0 mat 0
<97,496> <94,497> <64,522>
Face verts 3 flags 0 mat 0
<67,15> <94,41> <64,14>
Face verts 3 flags 0 mat 0
<65,72> <94,462> <64,481>
Face verts 3 flags 0 mat 0
<96,496> <90,500> <65,516>
Face verts 3 flags 0 mat 0
<71,25> <90,50> <65,22>
Face verts 3 flags 0 mat 0
<101,536> <90,512> <60,542>
Face verts 3 flags 0 mat 0
<71,509> <90,510> <60,537>
Face verts 3 flags 0 mat 0
<65,481> <90,511> <60,540>
Face verts 3 flags 0 mat 0
<61,76> <90,38> <60,3>
Face verts 3 flags 0 mat 0
<90,38> <95,87> <65,72>
Face verts 3 flags 0 mat 0
<94,93> <95,468> <65,481>
Face verts 3 flags 0 mat 0
<96,496> <95,497> <65,516>
Face verts 3 flags 0 mat 0
<66,23> <95,47> <65,22>
Face verts 3 flags 0 mat 1
<89,166> <90,38> <70,90>
Face verts 3 flags 0 mat 0
<91,52> <90,50> <70,26>
Face verts 3 flags 0 mat 0
<61,486> <90,511> <70,471>
Face verts 3 flags 0 mat 0
<71,519> <90,500> <70,520>
Face verts 3 flags 0 mat 1
<88,214> <91,90> <69,473>
Face verts 3 flags 0 mat 0
<92,84> <91,469> <69,83>
Face verts 3 flags 0 mat 0
<62,67> <91,471> <69,85>
Face verts 3 flags 0 mat 0
<70,472> <91,470> <69,86>
Face verts 3 flags 0 mat 1
<87,363> <92,473> <68,514>
Face verts 3 flags 0 mat 0
<93,499> <92,502> <68,525>
Face verts 3 flags 0 mat 0
<63,11> <92,85> <68,35>
Face verts 3 flags 0 mat 0
<69,20> <92,44> <68,17>
Face verts 3 flags 0 mat 1
<86,405> <93,514> <67,462>
Face verts 3 flags 0 mat 0
<94,497> <93,499> <67,523>
Face verts 3 flags 0 mat 0
<64,72> <93,35> <67,93>
Face verts 3 flags 0 mat 0
<68,17> <93,42> <67,15>
Face verts 3 flags 0 mat 1
<85,361> <94,462> <66,87>
Face verts 3 flags 0 mat 0
<95,470> <94,95> <66,472>
Face verts 3 flags 0 mat 0
<65,481> <94,93> <66,468>
Face verts 3 flags 0 mat 0
<67,92> <94,94> <66,467>
Face verts 3 flags 0 mat 0
<89,403> <90,511> <66,468>
Face verts 3 flags 0 mat 0
<95,497> <90,500> <66,517>
Face verts 3 flags 0 mat 0
<65,72> <90,38> <66,87>
Face verts 3 flags 0 mat 0
<71,25> <90,50> <66,23>
Face verts 3 flags 0 mat 0
<90,511> <101,535> <65,481>
Face verts 3 flags 0 mat 0
<96,496> <101,500> <65,516>
Face verts 3 flags 0 mat 0
<60,25> <101,50> <65,22>
Face verts 3 flags 0 mat 0
<94,462> <97,481> <65,72>
Face verts 3 flags 0 mat 0
<96,484> <97,75> <65,485>
Face verts 3 flags 0 mat 0
<64,73> <97,74> <65,482>
Face verts 3 flags 0 mat 0
<93,514> <98,532> <64,481>
Face verts 3 flags 0 mat 0
<97,496> <98,499> <64,522>
Face verts 3 flags 0 mat 0
<63,17> <98,42> <64,14>
Face verts 3 flags 0 mat 0
<92,473> <99,488> <63,532>
Face verts 3 flags 0 mat 0
<98,499> <99,503> <63,525>
Face verts 3 flags 0 mat 0
<62,21> <99,45> <63,17>
Face verts 3 flags 0 mat 0
<91,90> <100,76> <62,488>
Face verts 3 flags 0 mat 0
<99,65> <100,483> <62,64>
Face verts 3 flags 0 mat 0
<61,485> <100,484> <62,66>
Face verts 3 flags 0 mat 0
<90,38> <101,7> <61,76>
Face verts 3 flags 0 mat 0
<100,53> <101,50> <61,27>
Face verts 3 flags 0 mat 0
<60,519> <101,500> <61,521>
Face verts 3 flags 0 mat 0
<103,56> <102,55> <88,51>
Face verts 3 flags 0 mat 0
<89,500> <102,494> <88,501>
Face verts 3 flags 0 mat 0
<104,315> <103,270> <87,363>
Face verts 3 flags 0 mat 0
<88,357> <103,310> <87,202>
Face verts 3 flags 0 mat 0
<105,494> <104,495> <86,500>
Face verts 3 flags 0 mat 0
<87,51> <104,56> <86,50>
Face verts 3 flags 0 mat 0
<106,493> <105,494> <85,498>
Face verts 3 flags 0 mat 0
<86,50> <105,55> <85,48>
Face verts 3 flags 0 mat 0
<107,269> <106,313> <84,213>
Face verts 3 flags 0 mat 0
<85,211> <106,268> <84,356>
Face verts 3 flags 0 mat 0
<107,493> <102,494> <84,498>
Face verts 3 flags 0 mat 0
<89,50> <102,55> <84,48>
Face verts 3 flags 0 mat 0
<108,490> <113,491> <107,493>
Face verts 3 flags 0 mat 0
<102,55> <113,58> <107,54>
Face verts 3 flags 0 mat 0
<108,311> <109,266> <107,312>
Face verts 3 flags 0 mat 0
<106,267> <109,265> <107,308>
Face verts 3 flags 0 mat 0
<109,490> <110,491> <106,493>
Face verts 3 flags 0 mat 0
<105,55> <110,58> <106,54>
Face verts 3 flags 0 mat 0
<110,491> <111,492> <105,494>
Face verts 3 flags 0 mat 0
<104,56> <111,59> <105,55>
Face verts 3 flags 0 mat 0
<111,258> <112,309> <104,257>
Face verts 3 flags 0 mat 0
<103,312> <112,311> <104,260>
Face verts 3 flags 0 mat 0
<112,59> <113,58> <103,56>
Face verts 3 flags 0 mat 0
<102,494> <113,491> <103,495>
Face verts 3 flags 0 mat 0
<115,139> <114,133> <112,59>
Face verts 3 flags 0 mat 0
<113,491> <114,436> <112,492>
Face verts 3 flags 0 mat 0
<116,238> <115,329> <111,258>
Face verts 3 flags 0 mat 0
<112,311> <115,330> <111,259>
Face verts 3 flags 0 mat 0
<117,436> <116,431> <110,491>
Face verts 3 flags 0 mat 0
<111,59> <116,139> <110,58>
Face verts 3 flags 0 mat 0
<118,430> <117,436> <109,490>
Face verts 3 flags 0 mat 0
<110,58> <117,133> <109,57>
Face verts 3 flags 0 mat 0
<119,330> <118,242> <108,311>
Face verts 3 flags 0 mat 0
<109,265> <118,241> <108,309>
Face verts 3 flags 0 mat 0
<119,430> <114,436> <108,490>
Face verts 3 flags 0 mat 0
<113,58> <114,133> <108,57>
DrawFlags 0
Unit V0.01 Id 18629605 Parent 18629604 Size 00000009
Units 2
ObRQ V0.01 Id 18629609 Parent 18629604 Size 00000121
Object Radiosity Quality: 0
Object Radiosity Max Area: 0
Object Radiosity Min Area: 0
Object Radiosity Mesh Accuracy: 0
Mat1 V0.06 Id 18940820 Parent 18629604 Size 00000085
mat# 0
shader: phong facet: auto32
rgb 1,1,1
alpha 1 ka 0.1 ks 0.1 exp 0 ior 1
ShBx V0.03 Id 18940821 Parent 18940820 Size 00000431
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (255, 255, 255)
Flags: 3
Shader class: transparency
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Shader class: reflectance
Shader name: "matte" (matte)
Number of parameters: 2
ambient factor: float 0.1
diffuse factor: float 1
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Mat1 V0.06 Id 18951748 Parent 18629604 Size 00000106
mat# 1
shader: phong facet: auto32
rgb 0.380392,0.380392,0.380392
alpha 1 ka 0.1 ks 0.1 exp 0 ior 1
ShBx V0.03 Id 18951749 Parent 18951748 Size 00000428
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (97, 97, 97)
Flags: 3
Shader class: transparency
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Shader class: reflectance
Shader name: "matte" (matte)
Number of parameters: 2
ambient factor: float 0.1
diffuse factor: float 1
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
END V1.00 Id 0 Parent 0 Size 0 | 29.247578 | 8,614 | 0.677291 |
bb8c9ea763e4dfca2fc1e040bc82e155c6341d83 | 9,746 | cbl | COBOL | cics-genapp/base/src/COBOL/LGICVS01.cbl | jbyibm/dbb-pipeline-public | d6db8f96bb9aee85026c4b585896e53e3764fd19 | [
"Apache-2.0"
] | 1 | 2021-09-02T20:19:02.000Z | 2021-09-02T20:19:02.000Z | cics-genapp/base/src/COBOL/LGICVS01.cbl | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | cics-genapp/base/src/COBOL/LGICVS01.cbl | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* LICENSED MATERIALS - PROPERTY OF IBM *
* *
* "RESTRICTED MATERIALS OF IBM" *
* *
* CB12 *
* *
* (C) COPYRIGHT IBM CORP. 2011, 2013 ALL RIGHTS RESERVED *
* *
* US GOVERNMENT USERS RESTRICTED RIGHTS - USE, DUPLICATION, *
* OR DISCLOSURE RESTRICTED BY GSA ADP SCHEDULE *
* CONTRACT WITH IBM CORPORATION *
* *
* *
* Customer Inquire *
* *
* This program will return a random customer number that is *
* in the VSAM KSDS Customer dataset. *
* *
* Random seed will be obtained from a control TSQ *
* and used in the read *
* *
* *
* Call by LINK or TRAN. Returned by Commarea or Screen display *
* *
* *
* *
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. LGICVS01.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
*
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-FLAG-TSQE PIC X.
01 WS-FLAG-TSQH PIC X.
01 WS-FLAG-TSQL PIC X.
01 WS-FLAG PIC X.
01 WS-RANDOM-Seed PIC S9(4) Comp.
01 WS-RANDOM-Number PIC 9(8) Comp.
01 WS-RESP PIC S9(8) COMP.
01 WS-STARTCODE PIC XX Value spaces.
01 WS-SYSID PIC X(4) Value spaces.
01 WS-Invokeprog PIC X(8) Value spaces.
01 WS-COMMAREA PIC X(80).
01 WS-RECV.
03 WS-RECV-TRANID PIC X(5).
03 WS-RECV-DATA PIC X(74).
01 WS-RECV-LEN PIC S9(4) COMP Value 80.
******************************
01 READ-MSG.
03 READ-MSG-MSG PIC X(80).
01 FILLER REDEFINES Read-MSG.
03 FILLER PIC X(13).
03 READ-CUST-LOW PIC 9(10).
01 FILLER REDEFINES Read-MSG.
03 FILLER PIC X(14).
03 READ-CUST-HIGH PIC 9(10).
******************************
01 WS-Cust-Low Pic S9(10).
01 WS-Cust-High Pic S9(10).
01 WS-Cust-Number Pic X(10).
******************************
01 WRITE-MSG.
03 WRITE-MSG-E PIC X(20) Value '**** GENAPP CNTL'.
03 WRITE-MSG-L PIC X(13) Value 'LOW CUSTOMER='.
03 WRITE-MSG-LOW PIC X(10).
03 FILLER PIC X.
03 WRITE-MSG-H PIC X(14) Value 'HIGH CUSTOMER='.
03 WRITE-MSG-High PIC 9(10).
03 FILLER Pic X(60).
01 STSQ.
03 STSQ-NAME PIC X(8) Value 'GENACNTL'.
01 FILLER REDEFINES STSQ.
03 FILLER PIC X(4).
03 STSQ-EXT PIC X(4).
01 TEMPO PIC X(90) VALUE SPACES.
01 CA-AREA.
03 CA-CUSTOMER-NUM Pic X(10).
03 Filler Pic X(215).
*
77 MSGEND PIC X(24) VALUE
'Transaction ended '.
77 F82 Pic S9(4) Comp Value 225.
77 F10 Pic S9(4) Comp Value 10.
*****************************************************************
* L I N K A G E S E C T I O N
*****************************************************************
LINKAGE SECTION.
01 DFHCOMMAREA.
03 COMMA-DATA.
05 Comma-Data-H Pic X(14).
05 Comma-Data-High Pic 9(10).
05 FILLER Pic X(60).
*----------------------------------------------------------------*
*****************************************************************
PROCEDURE DIVISION.
*---------------------------------------------------------------*
MAINLINE SECTION.
*
MOVE SPACES TO WS-RECV.
EXEC CICS ASSIGN SYSID(WS-SYSID)
RESP(WS-RESP)
END-EXEC.
EXEC CICS ASSIGN STARTCODE(WS-STARTCODE)
RESP(WS-RESP)
END-EXEC.
EXEC CICS ASSIGN Invokingprog(WS-Invokeprog)
RESP(WS-RESP)
END-EXEC.
IF WS-STARTCODE(1:1) = 'D' or
WS-Invokeprog Not = Spaces
MOVE 'C' To WS-FLAG
MOVE COMMA-DATA TO WS-COMMAREA
MOVE EIBCALEN TO WS-RECV-LEN
ELSE
EXEC CICS RECEIVE INTO(WS-RECV)
LENGTH(WS-RECV-LEN)
RESP(WS-RESP)
END-EXEC
MOVE 'R' To WS-FLAG
MOVE WS-RECV-DATA TO WS-COMMAREA
SUBTRACT 5 FROM WS-RECV-LEN
END-IF.
*
Move 0001000001 to WS-Cust-Low
Move 0001000001 to WS-Cust-High
Move 'Y' to WS-FLAG-TSQE
Move 'Y' to WS-FLAG-TSQH
Move 'Y' to WS-FLAG-TSQL
*
EXEC CICS ENQ Resource(STSQ-NAME)
Length(Length Of STSQ-NAME)
END-EXEC.
Exec CICS ReadQ TS Queue(STSQ-NAME)
Into(READ-MSG)
Resp(WS-RESP)
Item(1)
End-Exec.
If WS-RESP = DFHRESP(NORMAL)
Move Space to WS-FLAG-TSQE
Perform With Test after Until WS-RESP > 0
Exec CICS ReadQ TS Queue(STSQ-NAME)
Into(READ-MSG)
Resp(WS-RESP)
Next
End-Exec
If WS-RESP = DFHRESP(NORMAL) And
Read-Msg-Msg(1:12) = 'LOW CUSTOMER'
Move READ-CUST-LOW to WS-Cust-Low
Move Space to WS-FLAG-TSQL
End-If
If WS-RESP = DFHRESP(NORMAL) And
Read-Msg-Msg(1:13) = 'HIGH CUSTOMER'
Move READ-CUST-HIGH to WS-Cust-High
Move Space to WS-FLAG-TSQH
End-If
End-Perform
End-If.
*
Move WS-Cust-Low to WRITE-MSG-LOW
Move WS-Cust-High to WRITE-MSG-HIGH
*
*
If WS-FLAG-TSQE = 'Y'
EXEC CICS WRITEQ TS QUEUE(STSQ-NAME)
FROM(WRITE-MSG-E)
RESP(WS-RESP)
NOSUSPEND
LENGTH(20)
END-EXEC
End-If.
*
If WS-FLAG-TSQL = 'Y'
EXEC CICS WRITEQ TS QUEUE(STSQ-NAME)
FROM(WRITE-MSG-L)
RESP(WS-RESP)
NOSUSPEND
LENGTH(23)
END-EXEC
End-If.
*
If WS-FLAG-TSQH = 'Y'
EXEC CICS WRITEQ TS QUEUE(STSQ-NAME)
FROM(WRITE-MSG-H)
RESP(WS-RESP)
NOSUSPEND
LENGTH(24)
END-EXEC
End-If.
EXEC CICS DEQ Resource(STSQ-NAME)
Length(Length Of STSQ-NAME)
END-EXEC.
Compute WS-Random-Number = Function Integer((
Function Random(EIBTASKN) *
(ws-cust-high - ws-cust-low)) +
WS-Cust-Low)
Move WS-Random-Number to WRITE-MSG-HIGH
Exec CICS Read File('KSDSCUST')
Into(CA-AREA)
Length(F82)
Ridfld(WRITE-MSG-HIGH)
KeyLength(F10)
RESP(WS-RESP)
GTEQ
End-Exec.
If WS-RESP = DFHRESP(NORMAL)
Move CA-Customer-Num to WRITE-MSG-HIGH
End-if.
If WS-FLAG = 'R' Then
EXEC CICS SEND TEXT FROM(WRITE-MSG-H)
WAIT
ERASE
LENGTH(24)
FREEKB
END-EXEC
Else
Move Spaces To COMMA-Data
Move Write-Msg-H To COMMA-Data-H
Move Write-Msg-High To COMMA-Data-High
End-If.
EXEC CICS RETURN
END-EXEC.
A-EXIT.
EXIT.
GOBACK.
| 39.942623 | 72 | 0.346706 |
1cb4c90c9f008211581716c37f889e3c4c6cd5eb | 5,969 | cob | COBOL | cob-qalq.cob | laserviking/cob-qalq | 0a23be937459c0acd8aac32a7dd7155972b111fd | [
"MIT"
] | 3 | 2018-02-02T15:30:42.000Z | 2020-04-19T03:49:20.000Z | cob-qalq.cob | laserviking/cob-qalq | 0a23be937459c0acd8aac32a7dd7155972b111fd | [
"MIT"
] | null | null | null | cob-qalq.cob | laserviking/cob-qalq | 0a23be937459c0acd8aac32a7dd7155972b111fd | [
"MIT"
] | null | null | null | 000000* MIT License
* Copyright (c) 2018 Christer Stig Åke Landstedt
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
IDENTIFICATION DIVISION.
PROGRAM-ID. cob-qalq.
AUTHOR. "Christer Stig Åke Landstedt".
* ENVIRONMENT DIVISION.
DATA DIVISION.
LOCAL-STORAGE SECTION.
01 CALC1 PIC 9(5)V9(2) VALUE ZERO.
01 CALC2 PIC 9(5)V9(2) VALUE ZERO.
01 CALCJOB PIC X(1) VALUE "A".
01 CALCSUM PIC 9(10)V9(2) VALUE ZERO.
01 USER-SELECTION PIC 9 VALUE ZERO.
PROCEDURE DIVISION.
MAIN-PROGRAM.
999-SELECTION0.
MOVE 0 TO USER-SELECTION.
DISPLAY "--------------".
DISPLAY "Cobol Qalq 0.2".
DISPLAY "--------------".
PERFORM UNTIL USER-SELECTION>0
DISPLAY "MENU"
DISPLAY "------------------------"
DISPLAY " ENTER YOUR CHOICE"
DISPLAY " 1 : Calculate"
DISPLAY " 2 : Information"
DISPLAY " 3 : Exit application"
ACCEPT USER-SELECTION
EVALUATE USER-SELECTION
WHEN 1 GO TO 999-SELECTION1
WHEN 2 GO TO 999-SELECTION2
WHEN 3 GO TO 999-SELECTION3
WHEN OTHER GO TO 999-SELECTION0ERROR
END-EVALUATE
END-PERFORM.
999-SELECTION0ERROR.
DISPLAY " ".
DISPLAY "!!!ERROR in input".
GO TO 999-SELECTION0.
999-SELECTION1ERROR.
DISPLAY " ".
DISPLAY "!!!ERROR in input".
GO TO 999-SELECTION1.
999-SELECTION1.
MOVE 0 TO USER-SELECTION.
MOVE 0 TO CALC1.
MOVE 0 TO CALC2.
MOVE "A" TO CALCJOB.
DISPLAY " ".
DISPLAY "---------".
DISPLAY "Calculate".
DISPLAY "---------".
DISPLAY "Enter number".
ACCEPT CALC1.
DISPLAY "Select calculation: +,-,/,*".
ACCEPT CALCJOB.
DISPLAY "Enter number".
ACCEPT CALC2.
PERFORM
EVALUATE CALCJOB
WHEN "+" COMPUTE CALCSUM = CALC1 + CALC2
WHEN "-" COMPUTE CALCSUM = CALC1 - CALC2
WHEN "*" COMPUTE CALCSUM = CALC1 * CALC2
WHEN "/" COMPUTE CALCSUM = CALC1 / CALC2
WHEN OTHER GO TO 999-SELECTION1ERROR
END-EVALUATE
END-PERFORM.
DISPLAY "Resault: "CALCSUM.
PERFORM UNTIL USER-SELECTION>0
DISPLAY " "
DISPLAY "MENU"
DISPLAY "---------------------------"
DISPLAY " ENTER YOUR CHOICE"
DISPLAY " 1 : Calculate again"
DISPLAY " 2 : Return to main menu"
DISPLAY " 3 : Exit application"
ACCEPT USER-SELECTION
EVALUATE USER-SELECTION
WHEN 1 GO TO 999-SELECTION1
WHEN 2 GO TO 999-SELECTION0
WHEN 3 GO TO 999-SELECTION3
WHEN OTHER GO TO 999-SELECTION1ERROR
END-EVALUATE
END-PERFORM.
999-SELECTION2.
MOVE 0 TO USER-SELECTION.
DISPLAY "-----------------------".
DISPLAY "Application information".
DISPLAY "-----------------------".
DISPLAY "Application: Cobol Qalq 0.2".
DISPLAY "Made with: Ubuntu 16.04 and GnuCobol(OpenCobol) 2.2".
DISPLAY "---------------------------------------------------".
DISPLAY "MIT License".
DISPLAY "Copyright (c) 2018 Christer Stig Åke Landstedt".
DISPLAY " ".
DISPLAY
"Permission is hereby granted, free of charge, to any "
"person obtaining a copy of this software and "
"associated documentation files (the ""Software""), "
"to deal in the Software without restriction, "
"including without limitation the rights "
"to use, copy, modify, merge, publish, distribute, "
"sublicense, and/or sell copies of the Software,"
"and to permit persons to whom the Software is "
"furnished to do so, subject to the following "
"conditions:".
DISPLAY " ".
DISPLAY
"The above copyright notice and this permission notice "
"shall be included in all copies or substantial "
"portions of the Software.".
DISPLAY " ".
DISPLAY
"THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY "
"OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT "
"LIMITED TO THE WARRANTIES OF MERCHANTABILITY, "
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. "
"IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS "
"BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER "
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR "
"OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION "
"WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE "
"SOFTWARE.".
GO TO 999-SELECTION0.
999-SELECTION3.
MOVE 0 TO USER-SELECTION.
STOP-RUN.
| 36.619632 | 86 | 0.582175 |
d49282a8096008533f81fa346986b3c03c28dbbd | 5,356 | cob | COBOL | CGPRG004.cob | miguelmorais7/Cobol-EXs | 4edccadf22a09f951bfa2653d063beea17545845 | [
"MIT"
] | null | null | null | CGPRG004.cob | miguelmorais7/Cobol-EXs | 4edccadf22a09f951bfa2653d063beea17545845 | [
"MIT"
] | null | null | null | CGPRG004.cob | miguelmorais7/Cobol-EXs | 4edccadf22a09f951bfa2653d063beea17545845 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
*=======================*
PROGRAM-ID. CGPRG004.
AUTHOR. MIGUEL MORAIS.
INSTALLATION. FATEC SAO CAETANO.
DATE-WRITTEN. 27/08/2019.
DATE-COMPILED. 27/08/2019.
SECURITY. NIVEL BASICO.
*--------------------------------------------------------------*
ENVIRONMENT DIVISION.
*====================*
CONFIGURATION SECTION.
*---------------------*
SPECIAL-NAMES.
DECIMAL-POINT IS COMMA
CURRENCY SIGN IS "R$ " WITH PICTURE SYMBOL "$"
.
INPUT-OUTPUT SECTION.
*---------------------*
FILE-CONTROL.
*==> LOCAL PARA O SELECT DOS ARQUVOS
DATA DIVISION.
*=============*
FILE SECTION.
*------------*
*==> LOCAL PARA A FD (DESCRICAO DOS ARQUIVOS)
WORKING-STORAGE SECTION.
*-----------------------*
*-----> AREA AUXILIAR
77 WS-FIM PIC X(01) VALUE "N".
77 WS-CTEXIB PIC 9(02).
77 AS-CEP PIC 9(08).
77 AS-FRENTE PIC 9(03)V99.
77 AS-FUNDO PIC 9(03)V99.
77 AS-VAL-METRO PIC 9(05)V99.
77 AS-VAL-VENDA PIC 9(08)V99.
77 AS-COMISSAO PIC 9(06)V99.
77 WS-DATA-ATUAL PIC 9999/99/99.
77 WS-HORA-ATUAL PIC 99.99.9999.
*-----> DADOS DE SAIDA VIA SYSOUT
01 WS-REG-SYSOUT.
05 WS-CEP PIC 9(08).
05 FILLER PIC X(01) VALUE SPACES.
05 WS-FRENTE PIC ZZ9,99.
05 FILLER PIC X(02) VALUE 'M '.
05 WS-FUNDO PIC ZZ9,99.
05 FILLER PIC X(02) VALUE 'M '.
05 WS-VAL-METRO PIC $$.$$9,99.
05 FILLER PIC X(03) VALUE 'M2 '.
05 WS-VAL-VENDA PIC $$.$$$.$$9,99.
05 FILLER PIC X(01) VALUE SPACES.
05 WS-COMISSAO PIC $$$.$$9,99.
05 FILLER PIC X(01) VALUE SPACES.
05 WS-MENSAGEM PIC X(25).
05 FILLER PIC X(02) VALUE SPACES.
LINKAGE SECTION.
*----------------*
01 LK-PARAMETROS.
05 LK-NR-DPTO PIC 9(04).
05 LK-NOME-DPTO PIC X(15).
05 LK-COD-RETORNO PIC 99.
*
PROCEDURE DIVISION.
*==================*
*--------------------------------------------------------------*
* PROCESSO PRINCIPAL *
*--------------------------------------------------------------*
ACCEPT WS-HORA-ATUAL FROM TIME
ACCEPT WS-DATA-ATUAL FROM DATE
.
PERFORM 010-INICIAR
PERFORM 030-PROCESSAR UNTIL WS-FIM = 'S'
PERFORM 050-TERMINAR
STOP RUN
.
*--------------------------------------------------------------*
* PROCEDIMENTOS INICIAIS *
*--------------------------------------------------------------*
010-INICIAR.
DISPLAY "** ATIVIDADE 4 **"
DISPLAY "** MIGUEL MORAIS - JESSICA HOLANDA **"
DISPLAY "CALCULO DO PRECO DE VENDA DE UM TERRENO RETANGULAR"
DISPLAY "DATA DO CALCULO: " WS-DATA-ATUAL
DISPLAY "HORA DO CALCULO: " WS-HORA-ATUAL
DISPLAY '-----------------------------------'
MOVE ZEROS TO WS-CTEXIB
.
*--------------------------------------------------------------*
* PROCESSAR DADOS RECEBIDOS DA SYSIN *
*--------------------------------------------------------------*
030-PROCESSAR.
MOVE 09000300 TO WS-CEP
MOVE 12,35 TO AS-FRENTE
MOVE 52,00 TO AS-FUNDO
MOVE 2315,00 TO AS-VAL-METRO
COMPUTE AS-VAL-VENDA = AS-FRENTE * AS-FUNDO * AS-VAL-METRO
IF AS-VAL-VENDA > 1500000,00
COMPUTE AS-COMISSAO = AS-VAL-VENDA * 0,04
MOVE "ALTO PADRAO" TO WS-MENSAGEM
ELSE
COMPUTE AS-COMISSAO = AS-VAL-VENDA * 0,06
MOVE "MEDIO PADRAO" TO WS-MENSAGEM
END-IF
MOVE AS-FRENTE TO WS-FRENTE
MOVE AS-FUNDO TO WS-FUNDO
MOVE AS-VAL-METRO TO WS-VAL-METRO
MOVE AS-VAL-VENDA TO WS-VAL-VENDA
MOVE AS-COMISSAO TO WS-COMISSAO
DISPLAY WS-REG-SYSOUT
ADD 1 TO WS-CTEXIB
MOVE 'S' TO WS-FIM
.
*--------------------------------------------------------------*
* PROCEDIMENTOS FINAIS *
*--------------------------------------------------------------*
050-TERMINAR.
DISPLAY '-----------------------------------'
DISPLAY '** FIM DA EXECUCAO **'
DISPLAY "REGISTROS EXIBIDOS = " WS-CTEXIB
DISPLAY "TERMINO NORMAL DO PROGRAMA CGPRG004"
.
*---------------> FIM DO PROGRAMA CGPRG004 <-------------------*
| 39.094891 | 71 | 0.367438 |
974c54f4da8811707c6b233ac4c22b597a53f0e5 | 1,716 | cbl | COBOL | cob/MENU02.cbl | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | 2 | 2020-12-09T17:07:36.000Z | 2020-12-15T13:58:12.000Z | cob/MENU02.cbl | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | null | null | null | cob/MENU02.cbl | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. MENU02.
******************************************
* OBJETIVO: LISTANDO O CARDAPIO
* AUTOR: LUCAS
******************************************
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 WRK-OPCAO PIC X(1).
77 WRK-TITULO PIC X(20).
SCREEN SECTION.
01 TELA.
05 LIMPA-TELA.
************************** LIMPAR A TELA
10 BLANK SCREEN.
************************** POSICIONA NA LINHA 1 E COLUNA 1
************************** END OF LINE (EOL)
10 LINE 01 COLUMN 01 PIC X(20) ERASE EOL
************************** PASSANDO A COR POR NUMERO
************************** CORES:
************************** 1 - AZUL
************************** 2 - VERDE
************************** 3 - AZUL CLARO
************************** 4 - VERMELHO
************************** 5 - ROXO
************************** 6 - DOURADO
************************** 7 - CINZA
BACKGROUND-COLOR 2 FROM WRK-TITULO.
01 MENU.
05 LINE 07 COLUMN 15 VALUE '1 - INCLUIR'.
05 LINE 08 COLUMN 15 VALUE '2 - CONSULTAR'.
05 LINE 09 COLUMN 15 VALUE '3 - ALTERAR'.
05 LINE 10 COLUMN 15 VALUE '4 - EXCLUIR'.
05 LINE 11 COLUMN 15 VALUE '5 - RELATORIO'.
05 LINE 12 COLUMN 15 VALUE 'X - SAIDA'.
05 LINE 14 COLUMN 15 VALUE 'OPCAO: '.
05 LINE 14 COLUMN 23 USING WRK-OPCAO.
PROCEDURE DIVISION.
MOVE '- MENU - ' TO WRK-TITULO.
DISPLAY TELA.
ACCEPT MENU.
STOP RUN.
| 37.304348 | 64 | 0.397436 |
01d1aa741954a4097384a5c8580b8fce74edd563 | 1,266 | cpy | COBOL | ccb2lr/src/test/resources/example.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 3 | 2021-09-29T01:20:11.000Z | 2022-01-12T00:31:31.000Z | ccb2lr/src/test/resources/example.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 16 | 2021-09-27T01:23:47.000Z | 2022-03-25T18:32:46.000Z | ccb2lr/src/test/resources/example.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 1 | 2022-01-12T00:27:08.000Z | 2022-01-12T00:27:08.000Z | 01 MY-RECORD.
05 CLAIM-NUMBER PIC X(19).
05 ADMISSION-DATE PACKED-DECIMAL PIC S9(7).
05 FROM-DATE PACKED-DECIMAL PIC S9(7).
05 THRU-DATE PACKED-DECIMAL PIC S9(7).
05 DISCHARGE-DATE PACKED-DECIMAL PIC S9(7).
05 FULL-DAYS PACKED-DECIMAL PIC S9(5).
05 COINSURANCE-DAYS BINARY PIC 9(4).
05 LIFETIME-RES-DAYS BINARY PIC 9(6).
05 INTERMEDIARY-NUM BINARY PIC 9(10).
05 PROVIDER PIC X(13).
05 INPATIENT-DED PACKED-DECIMAL PIC S9(4)V99.
05 BLOOD-DED PACKED-DECIMAL PIC S9(4)V99.
05 TOTAL-CHARGES PIC S9(7)V99 DISPLAY SIGN LEADING.
05 PATIENT-STATUS PIC X(2).
05 BLOOD-PINTS-FURNISHED BINARY PIC 9(5).
05 BLOOD-PINTS-REPLACED BINARY PIC 9(4).
05 SEQUENCE-COUNTER BINARY PIC 9(3).
05 TRANSACTION-IND PIC 9.
05 BILL-SOURCE PIC 9.
05 BENEFITS-EXHAUST-IND PIC 9.
05 BENEFITS-PAY-IND PIC 9.
05 AUTO-ADJUSTMENT-IND PIC X.
05 INTERMEDIARY-CTRL-NUM PIC X(23). | 52.75 | 57 | 0.50158 |
78d58c7c89e8c3efbee0c40cf7a42b60d2f727bf | 2,156 | cobol | COBOL | Task/Harshad-or-Niven-series/COBOL/harshad-or-niven-series.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Harshad-or-Niven-series/COBOL/harshad-or-niven-series.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Harshad-or-Niven-series/COBOL/harshad-or-niven-series.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. harshad.
environment division.
data division.
working-storage section.
*> for storing first 20 harshad-niven numbers
01 harshads.
03 harshad pic 9(5) occurs 20 times indexed by niven.
*> numbers tested for harshad-niven-ness.
01 first-num pic 9(5).
01 second-num pic 9(5).
*> loop counter
01 i pic 9(5).
*> for calculating sum of digits
01 div pic 9(5).
01 mod pic 9(5).
01 tot pic 9(5).
*> for harshad-niven calculation and display
01 harshad-div pic 9(5).
01 harshad-mod pic 9(5).
88 evenly-divisible value 0.
01 harshad-disp pic zzzz9.
01 harshad-result pic 9(5).
*> for selecting what to do with results of harshad calculation
01 pass pic 9.
88 first-pass value 1.
88 second-pass value 2.
procedure division.
10-main section.
move 1 to pass.
set niven to 1.
perform 20-calculate-harshad with test before varying first-num from 1 by 1 until niven = 21.
move 2 to pass.
move first-num to second-num.
perform 20-calculate-harshad with test after varying first-num from second-num by 1 until harshad-result > 1000.
perform with test after varying i from 1 by 1 until i = 20
move harshad(i) to harshad-disp
display function trim(harshad-disp) space with no advancing
end-perform.
move harshad-result to harshad-disp.
display "... " function trim(harshad-disp).
stop run.
20-calculate-harshad.
move first-num to div.
move zero to harshad-result.
perform 100-calculate-sum-of-digits.
divide first-num by tot giving harshad-div remainder harshad-mod.
if evenly-divisible
if first-pass
move first-num to harshad(niven)
set niven up by 1
else
move first-num to harshad-result
end-if
end-if.
exit paragraph.
100-calculate-sum-of-digits.
move zero to tot.
perform with test after until div = 0
divide div by 10 giving div remainder mod
add mod to tot
end-perform.
*> if tot >= 10
*> move tot to div
*> go to 100-calculate-sum-of-digits
*> end-if.
exit paragraph.
| 27.291139 | 116 | 0.666976 |
73cd5b516b32a7aebfe64a3ce04a7d0bde8e45ab | 1,011 | cobol | COBOL | Task/Sorting-algorithms-Comb-sort/COBOL/sorting-algorithms-comb-sort.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Sorting-algorithms-Comb-sort/COBOL/sorting-algorithms-comb-sort.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Sorting-algorithms-Comb-sort/COBOL/sorting-algorithms-comb-sort.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | C-PROCESS SECTION.
C-000.
DISPLAY "SORT STARTING".
MOVE WC-SIZE TO WC-GAP.
PERFORM E-COMB UNTIL WC-GAP = 1 AND FINISHED.
DISPLAY "SORT FINISHED".
C-999.
EXIT.
E-COMB SECTION.
E-000.
IF WC-GAP > 1
DIVIDE WC-GAP BY 1.3 GIVING WC-GAP
IF WC-GAP = 9 OR 10
MOVE 11 TO WC-GAP.
MOVE 1 TO WC-SUB-1.
MOVE "Y" TO WF-FINISHED.
PERFORM F-SCAN UNTIL WC-SUB-1 + WC-GAP > WC-SIZE.
E-999.
EXIT.
F-SCAN SECTION.
F-000.
ADD WC-SUB-1 WC-GAP GIVING WC-SUB-2.
IF WB-ENTRY(WC-SUB-1) > WB-ENTRY(WC-SUB-2)
MOVE WB-ENTRY(WC-SUB-1) TO WC-TEMP
MOVE WB-ENTRY(WC-SUB-2) TO WB-ENTRY(WC-SUB-1)
MOVE WC-TEMP TO WB-ENTRY(WC-SUB-2)
MOVE "N" TO WF-FINISHED.
ADD 1 TO WC-SUB-1.
F-999.
EXIT.
| 24.071429 | 60 | 0.447082 |
e639fd61311a4ad95076b239f0c8682a2198bc7b | 1,883 | cob | COBOL | test/prog404.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/prog404.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/prog404.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 3 | 2017-08-30T17:47:59.000Z | 2021-10-05T18:01:20.000Z | IDENTIFICATION DIVISION.
*
PROGRAM-ID. PROG404.
*
***************************************************
* *
* 1. DATE-WRITTEN. 08/01/90. *
* *
* 2. THIS PROGRAM DISPLAYS ON THE PRINTER *
* A MESSAGE ENTERED BY THE OPERATOR. *
* *
* 3. THE MESSAGE IS INITIALLY ENTERED INTO ONE *
* WHICH IS THEN MOVED TO ANOTHER FIELD BEFORE *
* BEING PRINTED ON THE PRINTER. *
* *
***************************************************
*
*
ENVIRONMENT DIVISION.
*
CONFIGURATION SECTION.
*
SPECIAL-NAMES.
*
PRINTER IS PRINTER-DISPLAY.
*
*
DATA DIVISION.
*
*
****************************************************
* *
WORKING-STORAGE SECTION.
* *
****************************************************
*
*
01 W005-ACCEPT-MESSAGE-FIELD PIC X(32).
*
01 W005-DISPLAY-MESSAGE-FIELD PIC X(32).
*
*
PROCEDURE DIVISION.
*
DISPLAY-ACCEPTED-MESSAGE.
DISPLAY "PROGRAM PROG404: PRINT DISPLAY OUTPUT:"
UPON PRINTER-DISPLAY.
ACCEPT W005-ACCEPT-MESSAGE-FIELD.
MOVE W005-ACCEPT-MESSAGE-FIELD
TO W005-DISPLAY-MESSAGE-FIELD.
DISPLAY W005-DISPLAY-MESSAGE-FIELD
UPON PRINTER-DISPLAY.
STOP RUN.
| 34.87037 | 60 | 0.323951 |
55d46025179d14d84eade998ab13d5178a82248a | 2,847 | cbl | COBOL | interro1/main.cbl | Astalaseven/cobol | c9a8fa2bfb14bae0669435ede1bc12f34593f521 | [
"Unlicense"
] | 3 | 2016-11-17T21:25:57.000Z | 2020-02-11T21:57:37.000Z | interro1/main.cbl | Astalaseven/cobol | c9a8fa2bfb14bae0669435ede1bc12f34593f521 | [
"Unlicense"
] | null | null | null | interro1/main.cbl | Astalaseven/cobol | c9a8fa2bfb14bae0669435ede1bc12f34593f521 | [
"Unlicense"
] | 3 | 2016-02-05T00:29:00.000Z | 2019-11-13T17:32:48.000Z | identification division.
program-id. interro1.
*>****************************************
environment division.
input-output section.
file-control.
select f-degres assign to "file-degres".
select f-gon assign to "file-gon".
*>****************************************
data division.
file section.
fd f-degres.
01 f-degres-in.
03 ptr pic 9.
03 str pic x(30).
fd f-gon.
01 f-gon-out.
03 gon pic x(80).
*>****************************************
working-storage section.
77 entete pic x(80).
77 name pic x(25) value "Doe".
77 surname pic x(25) value "John".
77 str-ptr pic 99 value 16.
77 celsius-edt pic x(8).
77 celsius pic 999v9999.
77 conversion-str pic x(80).
77 f-eof pic x value "0".
88 eof value "1".
*>****************************************
procedure division.
perform open-file.
perform conversion until eof.
perform close-file.
goback.
*>****************************************
open-file.
open input f-degres
output f-gon
call "entete" using by content name surname str-ptr
by reference entete
move entete to f-gon-out
write f-gon-out
read f-degres
at end set eof to true
end-read
.
*>****************************************
conversion.
string
"conversion of --> " delimited by size
str delimited by space
" <-- with pointer " delimited by size
ptr delimited by space
into conversion-str
end-string
display conversion-str
unstring
str
into celsius-edt
with pointer ptr
end-unstring
move function numval(celsius-edt) to celsius
display celsius
display spaces
display spaces
initialize f-degres-in
read f-degres
at end set eof to true
end-read
.
*>****************************************
close-file.
close f-degres f-gon
.
| 25.648649 | 62 | 0.355462 |
f1b1284b5cc44e9a9993f436d38fe38f6469dee4 | 654 | cob | COBOL | samples/factorialweb/factorial.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 158 | 2015-02-13T19:41:43.000Z | 2022-03-19T20:41:56.000Z | samples/factorialweb/factorial.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 5 | 2015-06-21T19:08:54.000Z | 2020-12-16T15:18:56.000Z | samples/factorialweb/factorial.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 31 | 2015-01-14T21:25:04.000Z | 2022-03-15T22:20:02.000Z | data division.
working-storage section.
01 n.
procedure division.
display "<h1>Factorial</h1>".
display "<p>Page generated by CobolScript</p>".
display "<table>".
display "<tr><th align='right'>n</th><th align='right'>n!</th></tr>".
perform show-factorial varying n from 1 to 10.
display "</table>".
stop run.
show-factorial section.
local result.
perform factorial using n giving result.
display "<tr><td align='right'>" n "</td><td align='right'>" result "</td></tr>".
factorial section using n.
local m.
if n = 1 then return n.
subtract 1 from n giving m.
perform factorial using m giving m.
multiply n by m.
return m.
| 23.357143 | 82 | 0.672783 |
7866fc213f2bc89b6e95d144ccfc5670c31be65a | 160 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/data/workingstorage/DataDescriptionValueNonNumeric.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/asg/data/workingstorage/DataDescriptionValueNonNumeric.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/asg/data/workingstorage/DataDescriptionValueNonNumeric.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. DATAVALUE.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 ITEMSTRING VALUE "SOMESTRING".
01 ITEMHEX VALUE X"02AD". | 26.666667 | 37 | 0.74375 |
0c4bf57fc499368d08bd8406f0383d0ddaf461d3 | 1,052 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/fixed/Security.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/preprocessor/fixed/Security.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/preprocessor/fixed/Security.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 IDENTIFICATION DIVISION. SC1000.1
000100 PROGRAM-ID. SC1000.1
000100 SECURITYTEST. SC1000.1
000100 SECURITY. SC1000.1
000100 NONE. SC1000.1
000100 SC1000.1
000100 SOME QUOTE"S SC1000.1
000100 SC1000.1
000100 DATA DIVISION. SC1000.1
000100 WORKING-STORAGE SECTION. SC1000.1
000100 01 LEVEL1. SC1000.1
000100 02 LEVEL2 PIC X(52) VALUE IS SC1000.1
000100 "COPY, TEST.". SC1000.1 | 80.923077 | 80 | 0.288973 |
c7ec3a3c595d397c08a5d895c891b37b1e8a5dc6 | 244 | cbl | COBOL | src/test/resources/io/proleap/cobol/ast/variable/ReplaceAmbiguous.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/ast/variable/ReplaceAmbiguous.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/ast/variable/ReplaceAmbiguous.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 Identification Division.
000200 Program-ID.
000300 HELLOWORLD.
000400 Procedure Division.
000500 REPLACE ==Thi== BY ==ERROR==
000599 ==This== BY ==DISPLAY==.
000600 This "Hello world".
000700 REPLACE OFF.
000800 STOP RUN. | 27.111111 | 40 | 0.709016 |
5fde384905494f557e708dd4201bfd1f0d045606 | 730 | cbl | COBOL | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/CombinedConditions.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/CombinedConditions.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/CombinedConditions.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Maxfx
* Date: 12/5/2016
* Revision: Maxfx 30/8/2017
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. COMBINED-CONDITIONS.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 NUM01 PIC 9(3) VALUE 50.
01 NUM02 PIC 9(3) VALUE 20.
01 NUM03 PIC 9(3) VALUE 30.
PROCEDURE DIVISION.
MAIN-PROCEDURE.
IF NUM01 IS LESS THAN NUM02 AND NUM01 = NUM03 THEN
DISPLAY "I AM HERE!"
ELSE
DISPLAY "I AM HERE :( "
END-IF.
GOBACK.
| 29.2 | 72 | 0.416438 |
5c7ded870ac488c1847cf1dd7cc5e1ed09ce36c4 | 28,510 | cbl | COBOL | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/GAM0VII/GAM0VII.cbl | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/GAM0VII/GAM0VII.cbl | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/GAM0VII/GAM0VII.cbl | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* MODULE NAME GAM0VII.cbl *
* *
* STATEMENT IBM WebSphere Developer for System z *
* 5724-L44 *
* (c) Copyright IBM Corp. 2006 *
* *
* DISCLAIMER OF WARRANTIES *
* You may copy, modify, and distribute these samples, or their *
* modifications, in any form, internally or as part of your *
* application or related documentation. These samples have not *
* been tested under all conditions and are provided to you by *
* IBM without obligation of support of any kind. IBM PROVIDES *
* THESE SAMPLES "AS IS" SUBJECT TO ANY STATUTORY WARRANTIES THAT *
* CANNOT BE EXCLUDED. IBM MAKES NO WARRANTIES OR CONDITIONS, *
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE *
* IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS *
* FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT REGARDING THESE *
* SAMPLES OR TECHNICAL SUPPORT, IF ANY. *
* You will indemnify IBM or third parties that provide IBM *
* products ("Third Parties") from and against any third party *
* claim arising out of the use, modification or distribution of *
* these samples with your application. You may not use the same *
* path name as the original files/modules. You must not alter or *
* delete any copyright information in the Samples. *
* *
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. GAM0VII.
ENVIRONMENT DIVISION.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
COPY DFHAID.
COPY GAM0MC3.
01 INVO REDEFINES GAMQRY1O.
05 FILLER PIC X(12).
05 FILLER PIC X(9).
05 SELECTFIELD PIC X(3).
05 MAP1-DISPLAY-SELECT OCCURS 10 TIMES.
10 FILLER PIC X(9).
10 NUMOUT PIC X(3).
05 MAP1-DISPLAY-VIN OCCURS 10 TIMES.
10 FILLER PIC X(9).
10 VINOUT PIC X(4).
05 MAP1-DISPLAY-YEAR OCCURS 10 TIMES.
10 FILLER PIC X(9).
10 YEAROUT PIC X(4).
05 MAP1-DISPLAY-MODEL OCCURS 10 TIMES.
10 FILLER PIC X(9).
10 MODELOUT PIC X(20).
* 05 FILLER PIC X(19).
05 MAP1-DISPLAY-PRICE OCCURS 10 TIMES.
10 FILLER PIC X(9).
10 PRICEOUT PIC X(10).
05 MAP1-DISPLAY-NEW OCCURS 10 TIMES.
10 FILLER PIC X(9).
10 NEWOUT PIC X.
05 FILLER PIC X(9).
05 MESSAGEOUT PIC X(26).
01 LOCINVO REDEFINES GAMQRY1O.
05 FILLER PIC X(12).
05 FILLER PIC X(8).
05 LOCSELECTFIELD PIC X(3).
05 LOCMAP1-DISPLAY-SELECT OCCURS 10 TIMES.
10 FILLER PIC X(8).
10 LOCNUMOUT PIC X(3).
05 LOCMAP1-DISPLAY-VIN OCCURS 10 TIMES.
10 FILLER PIC X(8).
10 LOCVINOUT PIC X(4).
05 LOCMAP1-DISPLAY-YEAR OCCURS 10 TIMES.
10 FILLER PIC X(8).
10 LOCYEAROUT PIC X(4).
05 LOCMAP1-DISPLAY-MODEL OCCURS 10 TIMES.
10 FILLER PIC X(8).
10 LOCMODELOUT PIC X(20).
* 05 FILLER PIC X(19).
05 LOCMAP1-DISPLAY-PRICE OCCURS 10 TIMES.
10 FILLER PIC X(8).
10 LOCPRICEOUT PIC X(10).
05 LOCMAP1-DISPLAY-NEW OCCURS 10 TIMES.
10 FILLER PIC X(8).
10 LOCNEWOUT PIC X.
05 FILLER PIC X(8).
05 LOCMESSAGEOUT PIC X(26).
01 ARRAY-INDEX PIC S9(2) COMP.
01 INPUTS-OUTPUTS.
02 FILLER PIC X(2).
02 CA-LOCAL-BUILD PIC X.
02 FILLER PIC X(573).
02 CA-VIN-SELECTED PIC X(4).
02 INPUTS.
05 SHOWMAKE PIC X(20).
05 SHOWMODEL PIC X(20).
05 SHOWNEXTS PIC X.
05 SHOWPREVS PIC X.
05 SHOWSTARTO PIC X.
05 SHOWCP PIC 9(4).
02 OUTPUS OCCURS 10 TIMES.
05 SHOWVINO PIC X(4).
05 SHOWYEARO PIC X(4).
05 SHOWMODELO PIC X(20).
05 SHOWPRICEO PIC X(10).
05 SHOWNEWAUTOO PIC X.
02 MESSAGE-OUT PIC X(20).
LINKAGE SECTION.
COPY GAM0BCA.
PROCEDURE DIVISION.
INITIALIZE INPUTS-OUTPUTS.
INITIALIZE INVO.
INITIALIZE LOCINVO.
MOVE LOW-VALUE TO LOCINVO.
MOVE LOW-VALUE TO INVO.
IF EIBCALEN = LENGTH OF DFHCOMMAREA
MOVE DFHCOMMAREA TO INPUTS-OUTPUTS
ELSE
EXEC CICS RETURN
END-EXEC
END-IF.
IF CA-LOCAL-BUILD = "Y"
PERFORM 2000-PROCESS-MAKE-BROWSE
ELSE
PERFORM 0000-PROCESS-MAKE-BROWSE
END-IF.
* EXEC CICS RETURN
* END-EXEC.
EXEC CICS RETURN TRANSID('GBII')
COMMAREA(INPUTS-OUTPUTS)
END-EXEC.
GOBACK.
0000-PROCESS-MAKE-BROWSE.
EVALUATE TRUE
WHEN EIBCALEN = ZERO
PERFORM 1000-GET-DATA
PERFORM 1050-SEND-MAP
WHEN EIBAID = DFHCLEAR
PERFORM 1010-COPY-COMMAREA
PERFORM 1050-SEND-MAP
WHEN EIBAID = DFHENTER
PERFORM 1000-GET-DATA
PERFORM 1050-SEND-MAP
WHEN EIBAID = DFHPA1 OR DFHPA2 OR DFHPA3
CONTINUE
WHEN EIBAID = DFHPF3 OR DFHPF12
EXEC CICS
SYNCPOINT
END-EXEC
EXEC CICS SEND
CONTROL
ERASE
FREEKB
END-EXEC
EXEC CICS RETURN
END-EXEC
WHEN EIBAID = DFHPF8
MOVE 'Y' TO SHOWNEXTS
PERFORM 1000-GET-DATA
PERFORM 1050-SEND-MAP
WHEN EIBAID = DFHPF7
MOVE 'Y' TO SHOWPREVS
PERFORM 1000-GET-DATA
PERFORM 1050-SEND-MAP
WHEN OTHER
PERFORM 1010-COPY-COMMAREA
MOVE 'Invalid key pressed.' TO MESSAGEOUT
PERFORM 1050-SEND-MAP
END-EVALUATE.
1000-GET-DATA.
EXEC CICS LINK PROGRAM('GAM0VSI')
COMMAREA(INPUTS-OUTPUTS)
END-EXEC.
PERFORM 1010-COPY-COMMAREA.
1010-COPY-COMMAREA.
MOVE LOW-VALUES TO INVO.
MOVE "___" TO SELECTFIELD.
MOVE '1' TO ARRAY-INDEX.
PERFORM UNTIL ARRAY-INDEX > 10
IF SHOWVINO(ARRAY-INDEX) NOT = ' '
MOVE ARRAY-INDEX TO NUMOUT(ARRAY-INDEX)
END-IF
MOVE SHOWVINO (ARRAY-INDEX) TO VINOUT (ARRAY-INDEX)
MOVE SHOWYEARO (ARRAY-INDEX) TO YEAROUT (ARRAY-INDEX)
MOVE SHOWMODELO (ARRAY-INDEX) TO MODELOUT (ARRAY-INDEX)
MOVE SHOWPRICEO (ARRAY-INDEX) TO PRICEOUT (ARRAY-INDEX)
MOVE SHOWNEWAUTOO (ARRAY-INDEX) TO NEWOUT (ARRAY-INDEX)
COMPUTE ARRAY-INDEX = ARRAY-INDEX + 1
END-PERFORM.
MOVE MESSAGE-OUT TO MESSAGEOUT.
1050-SEND-MAP.
EXEC CICS
SEND MAP('GAMQRY1')
MAPSET('GAM0MC3')
FROM(INVO)
ERASE
END-EXEC.
*--------------------------------------------------------------
* LOCAL BUILD PARAGRAPHS
*--------------------------------------------------------------
2000-PROCESS-MAKE-BROWSE.
EVALUATE TRUE
WHEN EIBCALEN = ZERO
PERFORM 3000-GET-DATA
PERFORM 3050-SEND-MAP
WHEN EIBAID = DFHCLEAR
PERFORM 3010-COPY-COMMAREA
PERFORM 3050-SEND-MAP
WHEN EIBAID = DFHENTER
* IF SHOWCP NOT = 1
* PERFORM 3075-GET-MAP
* ELSE
PERFORM 3000-GET-DATA
PERFORM 3050-SEND-MAP
* END-IF
WHEN EIBAID = DFHPA1 OR DFHPA2 OR DFHPA3
CONTINUE
WHEN EIBAID = DFHPF3 OR DFHPF12
EXEC CICS
SYNCPOINT
END-EXEC
EXEC CICS SEND
CONTROL
ERASE
FREEKB
END-EXEC
EXEC CICS RETURN
END-EXEC
WHEN EIBAID = DFHPF8
MOVE 'Y' TO SHOWNEXTS
PERFORM 3000-GET-DATA
PERFORM 3050-SEND-MAP
WHEN EIBAID = DFHPF7
MOVE 'Y' TO SHOWPREVS
PERFORM 3000-GET-DATA
PERFORM 3050-SEND-MAP
WHEN OTHER
PERFORM 3010-COPY-COMMAREA
MOVE 'Invalid key pressed.' TO LOCMESSAGEOUT
PERFORM 3050-SEND-MAP
END-EVALUATE.
3000-GET-DATA.
EXEC CICS LINK PROGRAM('GAM0VSI')
COMMAREA(INPUTS-OUTPUTS)
END-EXEC.
PERFORM 3010-COPY-COMMAREA.
3010-COPY-COMMAREA.
MOVE LOW-VALUES TO LOCINVO.
MOVE "___" TO LOCSELECTFIELD.
MOVE '1' TO ARRAY-INDEX.
PERFORM UNTIL ARRAY-INDEX > 10
IF SHOWVINO(ARRAY-INDEX) NOT = ' '
MOVE ARRAY-INDEX TO LOCNUMOUT(ARRAY-INDEX)
END-IF
MOVE SHOWVINO (ARRAY-INDEX) TO LOCVINOUT (ARRAY-INDEX)
MOVE SHOWYEARO (ARRAY-INDEX) TO LOCYEAROUT (ARRAY-INDEX)
MOVE SHOWMODELO (ARRAY-INDEX) TO LOCMODELOUT (ARRAY-INDEX)
MOVE SHOWPRICEO (ARRAY-INDEX) TO LOCPRICEOUT (ARRAY-INDEX)
MOVE SHOWNEWAUTOO (ARRAY-INDEX) TO LOCNEWOUT (ARRAY-INDEX)
COMPUTE ARRAY-INDEX = ARRAY-INDEX + 1
END-PERFORM.
MOVE MESSAGE-OUT TO LOCMESSAGEOUT.
3050-SEND-MAP.
EXEC CICS
SEND MAP('GAMQRY1')
MAPSET('GAM0MC3')
FROM(LOCINVO)
ERASE
END-EXEC.
3075-GET-MAP.
EXEC CICS
RECEIVE MAP('GAMQRY1')
MAPSET('GAM0MC3')
INTO(LOCINVO)
END-EXEC.
PERFORM 3080-PROCESS-MAP.
3080-PROCESS-MAP.
MOVE 1 TO ARRAY-INDEX.
PERFORM UNTIL ARRAY-INDEX > 10
IF LOCNUMOUT(ARRAY-INDEX) = "_X_" OR
LOCNUMOUT(ARRAY-INDEX) = "X__" OR
LOCNUMOUT(ARRAY-INDEX) = "__X" OR
LOCNUMOUT(ARRAY-INDEX) = "_x_" OR
LOCNUMOUT(ARRAY-INDEX) = "x__" OR
LOCNUMOUT(ARRAY-INDEX) = "__x"
IF CA-VIN-SELECTED = " "
MOVE SHOWVINO (ARRAY-INDEX) TO CA-VIN-SELECTED
ELSE
MOVE "PLEASE SELECT ONLY ONE CAR TO VIEW" TO
LOCMESSAGEOUT
END-IF
END-IF
COMPUTE ARRAY-INDEX = ARRAY-INDEX + 1
END-PERFORM.
IF LOCMESSAGEOUT = "PLEASE SELECT ONLY ONE CAR TO VIEW" OR
CA-VIN-SELECTED = " "
PERFORM 3050-SEND-MAP
ELSE
EXEC CICS XCTL PROGRAM('GAM0VDI')
COMMAREA( INPUTS-OUTPUTS )
END-EXEC
END-IF. | 80.994318 | 80 | 0.200246 |
9178146217b0ef300958aa9afd30e267107b77c2 | 1,236 | cob | COBOL | Files/Sequential/fileout2.cob | gyani91/Cobol-Programming | fcebff4da2a7428f44c37470b5ac029b2aa9e48a | [
"MIT"
] | null | null | null | Files/Sequential/fileout2.cob | gyani91/Cobol-Programming | fcebff4da2a7428f44c37470b5ac029b2aa9e48a | [
"MIT"
] | null | null | null | Files/Sequential/fileout2.cob | gyani91/Cobol-Programming | fcebff4da2a7428f44c37470b5ac029b2aa9e48a | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. FILES.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SOURCE-COMPUTER.
OBJECT-COMPUTER.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT STUDENT ASSIGN TO DISK
ORGANIZATION IS SEQUENTIAL
ACCESS MODE IS SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD STUDENT
LABEL RECORDS ARE STANDARD
VALUE OF FILE-ID IS "STUDENT2.DAT"
DATA RECORD IS STUDENT-REC.
01 STUDENT-REC.
02 RNO PIC X(3).
02 NAME PIC A(20).
02 MARKS PIC 9(4).
WORKING-STORAGE SECTION.
77 CHOICE PIC X.
PROCEDURE DIVISION.
OPEN-PARA.
OPEN OUTPUT STUDENT.
PROCESS-PARA.
DISPLAY "ENTER ROLL NO: ".
ACCEPT RNO.
DISPLAY "ENTER NAME: ".
ACCEPT NAME.
DISPLAY "ENTER TOTAL MARKS: ".
ACCEPT MARKS.
WRITE STUDENT-REC.
DISPLAY "DO YOU WANT TO CONTINUE WITH ENTRIES? (Y/N) ".
ACCEPT CHOICE.
IF CHOICE = "Y"
GO TO PROCESS-PARA.
CLOSE STUDENT.
STOP RUN.
| 28.744186 | 67 | 0.512136 |
26f7d3a2f7c4bee71d3b7c145828b47a9c6aa3f2 | 2,471 | cbl | COBOL | Cobol/Estrutura de repeticao/001-PedeNota0A10.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura de repeticao/001-PedeNota0A10.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura de repeticao/001-PedeNota0A10.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "001-PedeNotaDe0A10".
AUTHOR. "LUCAS KURATA".
*================================================================*
ENVIRONMENT DIVISION.
*=================================================================
*-----------------------------------------------------------------
CONFIGURATION SECTION.
*-----------------------------------------------------------------
SPECIAL-NAMES.
*-----------------------------------------------------------------
INPUT-OUTPUT SECTION.
*=================================================================
*=================================================================
*-----------------------------------------------------------------
FILE-CONTROL.
*=================================================================
DATA DIVISION.
*=================================================================
*-----------------------------------------------------------------
FILE SECTION.
*-----------------------------------------------------------------
*-----------------------------------------------------------------
WORKING-STORAGE SECTION.
77 WRK-NUMERO PIC X(2) VALUE ZEROS.
77 WRK-REPETICAO PIC 9(2) VALUE ZEROS.
*=================================================================
PROCEDURE DIVISION.
*=================================================================
PERFORM UNTIL WRK-REPETICAO EQUAL 1
ACCEPT WRK-NUMERO
IF WRK-NUMERO LESS 0 OR WRK-NUMERO GREATER 10
DISPLAY 'Valor invalido, digite novamente'
END-IF
IF WRK-NUMERO NOT LESS 0 AND WRK-NUMERO NOT GREATER 10
DISPLAY 'Valor valido: ' WRK-NUMERO
ADD 1 TO WRK-REPETICAO
END-IF
END-PERFORM
STOP RUN.
| 48.45098 | 73 | 0.19911 |
d0b70d3262dfa7bb1b1e6c691399a561089b5745 | 2,015 | cbl | COBOL | Cobol/Estrutura Sequencial/005-ConverteMetrosParaCentimetros.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Sequencial/005-ConverteMetrosParaCentimetros.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Sequencial/005-ConverteMetrosParaCentimetros.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "Alo Mundo!".
AUTHOR. "LUCAS KURATA".
*================================================================*
ENVIRONMENT DIVISION.
*=================================================================
*-----------------------------------------------------------------
CONFIGURATION SECTION.
*-----------------------------------------------------------------
SPECIAL-NAMES.
*-----------------------------------------------------------------
INPUT-OUTPUT SECTION.
*=================================================================
*=================================================================
*-----------------------------------------------------------------
FILE-CONTROL.
*=================================================================
DATA DIVISION.
*=================================================================
*-----------------------------------------------------------------
FILE SECTION.
*-----------------------------------------------------------------
*-----------------------------------------------------------------
WORKING-STORAGE SECTION.
77 WRK-ALO PIC X(9) VALUE SPACES.
*=================================================================
PROCEDURE DIVISION.
*=================================================================
MOVE 'ALO MUNDO' TO WRK-ALO
DISPLAY WRK-ALO
STOP RUN.
| 50.375 | 73 | 0.129529 |
3b922171b0443b5dbdd059831d1d8c81534fa9b1 | 2,316 | cbl | COBOL | Cobol/Estrutura Sequencial/007-TempoDownload.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Sequencial/007-TempoDownload.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Sequencial/007-TempoDownload.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "ConverteMetrosParaCentimetros".
AUTHOR. "LUCAS KURATA".
*================================================================*
ENVIRONMENT DIVISION.
*=================================================================
*-----------------------------------------------------------------
CONFIGURATION SECTION.
*-----------------------------------------------------------------
SPECIAL-NAMES.
*-----------------------------------------------------------------
INPUT-OUTPUT SECTION.
*=================================================================
*=================================================================
*-----------------------------------------------------------------
FILE-CONTROL.
*=================================================================
DATA DIVISION.
*=================================================================
*-----------------------------------------------------------------
FILE SECTION.
*-----------------------------------------------------------------
*-----------------------------------------------------------------
WORKING-STORAGE SECTION.
77 WRK-TAMANHO PIC 9(6) VALUE ZEROS.
77 WRK-VELOCIDADE PIC 9(4) VALUE ZEROS.
77 WRK-TEMPO PIC 9(6) VALUE ZEROS.
*=================================================================
PROCEDURE DIVISION.
*=================================================================
MOVE 15000 TO WRK-TAMANHO
MOVE 250 TO WRK-VELOCIDADE
COMPUTE WRK-TEMPO EQUAL WRK-TAMANHO / WRK-VELOCIDADE
DISPLAY 'O TEMPO ESTIMADO EM SEGUNDOS EH DE: ' WRK-TEMPO
STOP RUN.
| 52.636364 | 73 | 0.188256 |
66f75bf07c357764f0213859fcb5dacc195603dd | 1,864 | cbl | COBOL | HappyNumbers.cbl | alejandropb36/HappyNumbers | 99672a9745dec7fe0a05b362c8672917f144fef1 | [
"MIT"
] | null | null | null | HappyNumbers.cbl | alejandropb36/HappyNumbers | 99672a9745dec7fe0a05b362c8672917f144fef1 | [
"MIT"
] | null | null | null | HappyNumbers.cbl | alejandropb36/HappyNumbers | 99672a9745dec7fe0a05b362c8672917f144fef1 | [
"MIT"
] | null | null | null | ******************************************************************
* Author:
* Date:
* Purpose:
* Tectonics: cobc
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. HappyNumbers.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 WKS-OPTION PIC 9(1) VALUE 0.
77 WKS-NUMBER PIC 9(38).
77 WKS-N PIC 9(38).
77 WKS-SUM PIC 9(38).
77 WKS-DIG PIC 9(38).
77 WKS-POTENCIA PIC 9(38).
PROCEDURE DIVISION.
MAIN-PROCEDURE.
PERFORM HAPPY-NUMBERS UNTIL WKS-OPTION = 2.
STOP RUN.
HAPPY-NUMBERS.
DISPLAY "Calcular si es un numero feliz.".
DISPLAY "1. Introducir un numero".
DISPLAY "2. Salir".
DISPLAY "Elige una opcion: ".
ACCEPT WKS-OPTION
IF WKS-OPTION = 1
DISPLAY "Ingresa el numero: "
ACCEPT WKS-NUMBER
MOVE WKS-NUMBER TO WKS-N
PERFORM CALC-HAPPY-NUMBER-1 UNTIL WKS-N = 89 OR = 1
IF WKS-N = 1
DISPLAY "------ El numero es feliz!! ------------"
ELSE
DISPLAY "------ El numero no es feliz -----------"
ELSE IF WKS-OPTION = 2
DISPLAY "Adios..."
ELSE
DISPLAY "Opcion no valida".
CALC-HAPPY-NUMBER-1.
MOVE 0 TO WKS-SUM
PERFORM CALC-HAPPY-NUMBER-2 UNTIL WKS-N = 0
MOVE WKS-SUM TO WKS-N.
CALC-HAPPY-NUMBER-2.
DIVIDE WKS-N BY 10 GIVING WKS-N REMAINDER WKS-DIG
MULTIPLY WKS-DIG BY WKS-DIG GIVING WKS-POTENCIA
ADD WKS-POTENCIA TO WKS-SUM.
END PROGRAM HappyNumbers.
| 33.890909 | 72 | 0.45279 |
01854bd2d8d5ead3a1df5a0bdd05f92795542a59 | 203,801 | ccp | COBOL | tutorial/samples/aws.connect.ccp | anthonygrees/splunk_eventgen_gcp | 2ba008ca05468edead5417fc8741586d835d1962 | [
"Apache-2.0"
] | null | null | null | tutorial/samples/aws.connect.ccp | anthonygrees/splunk_eventgen_gcp | 2ba008ca05468edead5417fc8741586d835d1962 | [
"Apache-2.0"
] | null | null | null | tutorial/samples/aws.connect.ccp | anthonygrees/splunk_eventgen_gcp | 2ba008ca05468edead5417fc8741586d835d1962 | [
"Apache-2.0"
] | null | null | null | { "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "95f85619-c33f-49b5-89aa-c7781d5e2c8d", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 5, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Chrome", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "f9298b33-34e4-4d32-b15c-c9eccfa73491", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 4, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jane-roe", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_input", "timestamp": "##end_time##", "packetsLost": 12, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 893, "roundTripTimeMillis": 936 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jane-roe", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_output", "timestamp": "##end_time##", "packetsLost": 24, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 380, "roundTripTimeMillis": 666 } }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "f9298b33-34e4-4d32-b15c-c9eccfa73491", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 8, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "ea1d7a41-140d-2340-a9de-51dd4b55ddd5.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "55ee81b0-ddac-46cd-92c4-129505257c9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 5, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "ea1d7a41-140d-2340-a9de-51dd4b55ddd5.local", "numberofCpu": "8", "agentBrowserName": "Chrome", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "55ee81b0-ddac-46cd-92c4-129505257c9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 8, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "ChrisBradley", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "c6aacd1b-fc0f-7649-9021-0f3483f0b818.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "02e35193-ceb9-4024-b17f-674a41be2770", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"_timestamp": "##end_time##","_packetsLost":2,"_packetsCount":1595,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":76,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"inbound-rtp","_streamType":"audio_input","softphoneStreamType":"audio_input"},{"_timestamp": "##end_time##","_packetsLost":9,"_packetsCount":204,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":132,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"remote-inbound-rtp","_streamType":"audio_output","softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 6, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "c6aacd1b-fc0f-7649-9021-0f3483f0b818.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "02e35193-ceb9-4024-b17f-674a41be2770", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"_timestamp": "##end_time##","_packetsLost":2,"_packetsCount":1595,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":43,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"inbound-rtp","_streamType":"audio_input","softphoneStreamType":"audio_input"},{"_timestamp": "##end_time##","_packetsLost":92,"_packetsCount":504,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":22,"_jbMilliseconds":2,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"remote-inbound-rtp","_streamType":"audio_output","softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 3860, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "95f85619-c33f-49b5-89aa-c7781d5e2c8d", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 5, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"23.32.48.1", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Chrome", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "f9298b33-34e4-4d32-b15c-c9eccfa73491", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 4, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"23.40.102.0", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "96ce44ed-a9f6-4bbb-afb2-4c518ea35abf", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 8, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "ea1d7a41-140d-2340-a9de-51dd4b55ddd5.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "4f2c82d5-ec1b-42b9-b06c-edcef2f60d9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 5, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "ea1d7a41-140d-2340-a9de-51dd4b55ddd5.local", "numberofCpu": "8", "agentBrowserName": "Chrome", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "4f2c82d5-ec1b-42b9-b06c-edcef2f60d9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 8, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "ChrisBradley", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "c6aacd1b-fc0f-7649-9021-0f3483f0b818.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "02e35193-ceb9-4024-b17f-674a41be2770", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"_timestamp": "##end_time##","_packetsLost":3,"_packetsCount":1595,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":2,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"inbound-rtp","_streamType":"audio_input","softphoneStreamType":"audio_input"},{"_timestamp": "##end_time##","_packetsLost":22,"_packetsCount":254,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":2,"_jbMilliseconds":4,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"remote-inbound-rtp","_streamType":"audio_output","softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 6, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "c6aacd1b-fc0f-7649-9021-0f3483f0b818.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "02e35193-ceb9-4024-b17f-674a41be2770", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"_timestamp": "##end_time##","_packetsLost":4,"_packetsCount":1595,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":32,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"inbound-rtp","_streamType":"audio_input","softphoneStreamType":"audio_input"},{"_timestamp": "##end_time##","_packetsLost":34,"_packetsCount":2504,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":52,"_jbMilliseconds":5,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"remote-inbound-rtp","_streamType":"audio_output","softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 3860, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "95f85619-c33f-49b5-89aa-c7781d5e2c8d", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 5, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"203.126.118.38", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Chrome", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "96ce44ed-a9f6-4bbb-afb2-4c518ea35abf", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 4, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"203.126.238.211", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "9a88ee9d-fa0f-c84f-bee0-423b71905127.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "96ce44ed-a9f6-4bbb-afb2-4c518ea35abf", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 8, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "AnthonyRees", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "ea1d7a41-140d-2340-a9de-51dd4b55ddd5.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "4f2c82d5-ec1b-42b9-b06c-edcef2f60d9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 5, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "ea1d7a41-140d-2340-a9de-51dd4b55ddd5.local", "numberofCpu": "8", "agentBrowserName": "Chrome", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "4f2c82d5-ec1b-42b9-b06c-edcef2f60d9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"softphoneStreamType":"audio_input"},{"softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 8, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "ChrisBradley", "agentPublicIp":"60.224.234.231", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "c6aacd1b-fc0f-7649-9021-0f3483f0b818.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "55ee81b0-ddac-46cd-92c4-129505257c9b", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"_timestamp": "##end_time##","_packetsLost":3,"_packetsCount":1595,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":56,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"inbound-rtp","_streamType":"audio_input","softphoneStreamType":"audio_input"},{"_timestamp": "##end_time##","_packetsLost":44,"_packetsCount":250,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":32,"_jbMilliseconds":6,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"remote-inbound-rtp","_streamType":"audio_output","softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 6, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "agentPrivateIp": "c6aacd1b-fc0f-7649-9021-0f3483f0b818.local", "numberofCpu": "8", "agentBrowserName": "Firefox", "agentBrowserversion": "85.0", "agentRoutingProfile": "Basic Routing Profile", "contactQueue": "BasicQueue", "contactId": "02e35193-ceb9-4024-b17f-674a41be2770", "report": { "callStartTime": "##start_time##", "softphoneStreamStatistics":[{"_timestamp": "##end_time##","_packetsLost":6,"_packetsCount":1595,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":42,"_jbMilliseconds":3,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"inbound-rtp","_streamType":"audio_input","softphoneStreamType":"audio_input"},{"_timestamp": "##end_time##","_packetsLost":33,"_packetsCount":25,"_audioLevel":null,"_procMilliseconds":null,"_rttMilliseconds":82,"_jbMilliseconds":5,"_bytesSent":null,"_bytesReceived":null,"_framesEncoded":null,"_framesDecoded":null,"_frameRateSent":null,"_frameRateReceived":null,"_statsReportType":"remote-inbound-rtp","_streamType":"audio_output","softphoneStreamType":"audio_output"}], "callEndTime": "##end_time##", "gumTimeMillis": 3860, "initializationTimeMillis": "", "iceCollectionTimeMillis": "", "signallingConnectTimeMillis": "", "handshakingTimeMillis": "", "preTalkingTimeMillis": "", "talkingTimeMillis": "", "cleanupTimeMillis": "", "iceCollectionFailure": "", "signallingConnectionFailure": "", "handshakingFailure": "", "gumOtherFailure": true, "gumTimeoutFailure": false, "createOfferFailure": "", "setLocalDescriptionFailure": "", "userBusyFailure": "", "invalidRemoteSDPFailure": "", "noRemoteIceCandidateFailure": "", "setRemoteDescriptionFailure": "" }, "agent": "admin", "agentPublicIp":"73.158.233.108", "signalingEndpoint":"wss://rtc.connect-telecom.us-west-2.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-8d79b4466d82ad0e.elb.us-west-2.amazonaws.com.:3478", "timestamp": "##end_time##" }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jane-roe", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_input", "timestamp": "##end_time##", "packetsLost": 12, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 893, "roundTripTimeMillis": 936 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jane-roe", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_output", "timestamp": "##end_time##", "packetsLost": 24, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 380, "roundTripTimeMillis": 666 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"admin", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_input", "timestamp": "##end_time##", "packetsLost": 25, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 383, "roundTripTimeMillis": 733 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"anthonyrees", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_output", "timestamp": "##end_time##", "packetsLost": 25, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 449, "roundTripTimeMillis": 767 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jillcoat", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_input", "timestamp": "##end_time##", "packetsLost": 28, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 367, "roundTripTimeMillis": 925 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"adamjames", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_output", "timestamp": "##end_time##", "packetsLost": 28, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 209, "roundTripTimeMillis": 564 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"anthonyrees", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_input", "timestamp": "##end_time##", "packetsLost": 21, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 231, "roundTripTimeMillis": 842 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"admin", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_output", "timestamp": "##end_time##", "packetsLost": 29, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 49, "roundTripTimeMillis": 752 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jane-roe", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_input", "timestamp": "##end_time##", "packetsLost": 8, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 460, "roundTripTimeMillis": 643 } }
{ "doc": { "agentPrivateIp":"10.1.4.12", "agentRoutingProfile":"test", "contactId":"844f54db-7b08-11eb-8665-abb15c68c771", "contactQueue":"salesQueue", "agent":"jane-roe", "signalingEndpoint":"wss://rtc.connect-telecom.us-east-1.amazonaws.com/LilyRTC", "iceServers":"turn:turnnlb-d76454ac48d20c1e.elb.us-east-1.amazonaws.com.:3478", "agentPublicIp":"54.184.244.48", "softphoneStreamType":"audio_output", "timestamp": "##end_time##", "packetsLost": 10, "packetsCount": 50, "audioLevel": 638, "jitterBufferMillis": 86, "roundTripTimeMillis": 630 } }
| 5,994.147059 | 9,398 | 0.135598 |
64e6f1d54f8fedb38910734dec253afceab86164 | 2,117 | cbl | COBOL | Mainframe-4202/Lab 1/Lab 1/Lab 1/Lab_1.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-4202/Lab 1/Lab 1/Lab 1/Lab_1.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-4202/Lab 1/Lab 1/Lab 1/Lab_1.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | identification division.
program-id. Lab_1.
author. Henry Zheng.
date-written. 2018-01-28.
* Purpose: Display formatted contact list with our names, emails,
* phone numbers and two other students.
environment division.
configuration section.
data division.
working-storage section.
01 ws-accept-message pic x(10).
01 ws-title-info.
05 filler pic x(20) value spaces.
05 ws-title pic x(22)
value "MAFD 4202 Contact List".
01 ws-contact-info.
05 ws-full-name pic x(16).
05 ws-email pic x(33).
05 ws-phone.
10 ws-areacode pic x(3).
10 ws-dash pic x value "-".
10 ws-number pic x(8).
*Typically you would reuse groups
*Don't overcomplicate this assignment, lots of flexibility on this
procedure division.
000-MAIN-PROCEDURE.
display ws-title-info.
display " ".
move spaces to ws-full-name.
move "Henry Zheng" to ws-full-name.
move "[email protected]" to ws-email.
move "437" to ws-areacode.
move "123-4567" to ws-number.
display ws-contact-info.
move "Hasan Syed" to ws-full-name.
move "[email protected]" to ws-email.
move "905" to ws-areacode.
move "234-5678" to ws-number.
display ws-contact-info.
move "John Doe" to ws-full-name.
move "[email protected]" to ws-email.
move "456" to ws-areacode.
move "316-2548" to ws-number.
display ws-contact-info.
accept ws-accept-message.
goback.
end program Lab_1. | 37.140351 | 72 | 0.462919 |
5ec202576ed7d60dd54316ece06f03ee59b7e9da | 1,746 | cobol | COBOL | Task/Mandelbrot-set/COBOL/mandelbrot-set.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Mandelbrot-set/COBOL/mandelbrot-set.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Mandelbrot-set/COBOL/mandelbrot-set.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. MANDELBROT-SET-PROGRAM.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 COMPLEX-ARITHMETIC.
05 X PIC S9V9(9).
05 Y PIC S9V9(9).
05 X-A PIC S9V9(6).
05 X-B PIC S9V9(6).
05 Y-A PIC S9V9(6).
05 X-A-SQUARED PIC S9V9(6).
05 Y-A-SQUARED PIC S9V9(6).
05 SUM-OF-SQUARES PIC S9V9(6).
05 ROOT PIC S9V9(6).
01 LOOP-COUNTERS.
05 I PIC 99.
05 J PIC 99.
05 K PIC 999.
77 PLOT-CHARACTER PIC X.
PROCEDURE DIVISION.
CONTROL-PARAGRAPH.
PERFORM OUTER-LOOP-PARAGRAPH
VARYING I FROM 1 BY 1 UNTIL I IS GREATER THAN 24.
STOP RUN.
OUTER-LOOP-PARAGRAPH.
PERFORM INNER-LOOP-PARAGRAPH
VARYING J FROM 1 BY 1 UNTIL J IS GREATER THAN 64.
DISPLAY ''.
INNER-LOOP-PARAGRAPH.
MOVE SPACE TO PLOT-CHARACTER.
MOVE ZERO TO X-A.
MOVE ZERO TO Y-A.
MULTIPLY J BY 0.0390625 GIVING X.
SUBTRACT 1.5 FROM X.
MULTIPLY I BY 0.083333333 GIVING Y.
SUBTRACT 1 FROM Y.
PERFORM ITERATION-PARAGRAPH VARYING K FROM 1 BY 1
UNTIL K IS GREATER THAN 100 OR PLOT-CHARACTER IS EQUAL TO '#'.
DISPLAY PLOT-CHARACTER WITH NO ADVANCING.
ITERATION-PARAGRAPH.
MULTIPLY X-A BY X-A GIVING X-A-SQUARED.
MULTIPLY Y-A BY Y-A GIVING Y-A-SQUARED.
SUBTRACT Y-A-SQUARED FROM X-A-SQUARED GIVING X-B.
ADD X TO X-B.
MULTIPLY X-A BY Y-A GIVING Y-A.
MULTIPLY Y-A BY 2 GIVING Y-A.
SUBTRACT Y FROM Y-A.
MOVE X-B TO X-A.
ADD X-A-SQUARED TO Y-A-SQUARED GIVING SUM-OF-SQUARES.
MOVE FUNCTION SQRT (SUM-OF-SQUARES) TO ROOT.
IF ROOT IS GREATER THAN 2 THEN MOVE '#' TO PLOT-CHARACTER.
| 33.576923 | 66 | 0.607675 |
01391cbfcffbd3cb415b6662e1279b93681608ad | 937 | cbl | COBOL | cobol/testdata/local/testantlr053.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr053.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr053.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | ID Division.
Program-ID. testantlr053.
Procedure Division.
>>DEFINE A B'1'
>>DEFINE B B'0'
>>DEFINE C B'1'
>>DEFINE D B'0'
>>IF A AND B
CALL 'PGM00001'
>>END-IF
>>IF (((((A AND B)))))
CALL 'PGM00002'
>>END-IF
>>IF A AND (B OR C)
CALL 'PGM00003'
>>END-IF
>>IF (A AND B) OR D
CALL 'PGM00004'
>>END-IF
>>IF A AND (B AND (C OR D))
CALL 'PGM00005'
>>END-IF
>>IF B AND (C OR D)
CALL 'PGM00006'
>>END-IF
>>IF (B AND C) OR D
CALL 'PGM00007'
>>END-IF
>>IF A AND (B OR C) AND D
CALL 'PGM00008'
>>END-IF
>>IF (A OR D) AND (B OR C)
CALL 'PGM00009'
>>END-IF
GOBACK.
| 19.93617 | 38 | 0.360726 |
2cc98e516b71f7149c718f0aff93fdccc501f440 | 135 | cbl | COBOL | cobol/testdata/local/testantlr160.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr160.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr160.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 BASIS testantlr101.cbl
000002 INSERT 000001
000003 REPLACE testantlr101 BY testantlr060.
000004 DELETE 000019-000021,000022
| 27 | 45 | 0.837037 |
dd057f9aef2dc38e9c9c78e4bfcc3bf173a773f6 | 11,233 | cbl | COBOL | examples/tetris.cbl | Commodoreprime/Command-Block-Assembly | b54c2afee3ea7bdfddfe619b9b207ce30d160e45 | [
"MIT"
] | 223 | 2017-05-10T18:27:44.000Z | 2022-03-06T22:44:18.000Z | examples/tetris.cbl | Commodoreprime/Command-Block-Assembly | b54c2afee3ea7bdfddfe619b9b207ce30d160e45 | [
"MIT"
] | 25 | 2017-12-07T15:37:37.000Z | 2021-02-05T14:28:59.000Z | examples/tetris.cbl | Commodoreprime/Command-Block-Assembly | b54c2afee3ea7bdfddfe619b9b207ce30d160e45 | [
"MIT"
] | 30 | 2017-12-07T15:16:36.000Z | 2022-03-16T03:29:59.000Z | include "Entities"
include "Game"
include "Blocks"
include "Text"
singleton active_shape {
int height;
int width;
int shape_id;
int color;
}
singleton position {
int row;
int offset;
int rotation;
}
int random = 1337;
int can_fit;
int mode;
macro Entity getPosUtil() {
return (filter (e in Game.entities) {
e.has_tag("pos_util");
}).first();
}
void display_seek(int row1, int col1) {
Entity posUtil = getPosUtil();
posUtil.pos = (202.0, 56.0, -33.0);
while (row1--) {
posUtil.pos += (0, 0, 1);
}
while(col1--) {
posUtil.pos += (1, 0, 0);
}
}
// A really simple approximate random function
void next_random() {
random = ((random * 9) + random % 11);
random /= 3;
if (random < 0)
random = -random;
// introduce some more randomness
random += position.row + position.offset;
}
void set() {
Entity posUtil = getPosUtil();
if (mode == 1) {
if (can_fit != 0) {
at (posUtil) {
can_fit = posUtil.world.get_block() == Blocks.black_wool;
}
}
return;
}
at (posUtil) {
if (active_shape.color == 1) {
posUtil.world.set_block(Blocks.orange_wool);
} else if (active_shape.color == 4) {
posUtil.world.set_block(Blocks.yellow_wool);
} else if (active_shape.color == 9) {
posUtil.world.set_block(Blocks.cyan_wool);
} else if (active_shape.color == 10) {
posUtil.world.set_block(Blocks.purple_wool);
} else if (active_shape.color == 11) {
posUtil.world.set_block(Blocks.blue_wool);
} else if (active_shape.color == 13) {
posUtil.world.set_block(Blocks.green_wool);
} else if (active_shape.color == 14) {
posUtil.world.set_block(Blocks.red_wool);
} else if (active_shape.color == 15) {
posUtil.world.set_block(Blocks.black_wool);
}
}
}
void new_shape() {
int shape_heights[7](4, 3, 2, 3, 3, 3, 3);
int shape_width[7](1, 2, 2, 2, 2, 2, 2);
int shape_colors[7](9, 1, 4, 10, 13, 14, 11);
next_random();
active_shape.shape_id = random % 7;
active_shape.height = shape_heights[active_shape.shape_id];
active_shape.width = shape_width[active_shape.shape_id];
active_shape.color = shape_colors[active_shape.shape_id];
position.row = 0;
position.offset = 10 / 2;
position.rotation = 0;
}
void draw_shape() {
display_seek(position.row, position.offset);
Entity posUtil = getPosUtil();
if (active_shape.shape_id == 0) {
// I
if (position.rotation == 0) {
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set();
} else if (position.rotation == 1) {
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set();
} else if (position.rotation == 2) {
posUtil.pos += (2, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set();
} else if (position.rotation == 3) {
posUtil.pos += (0, 0, 2);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set();
}
} else if (active_shape.shape_id == 1) {
// L
if (position.rotation == 0) {
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set();
} else if (position.rotation == 1) {
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (-2, 0, 1);
set();
} else if (position.rotation == 2) {
posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set();
} else if (position.rotation == 3) {
posUtil.pos += (0, 0,2);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0,-1);
set();
}
} else if (active_shape.shape_id == 2) {
// O
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, -1);
set();
} else if (active_shape.shape_id == 3) {
// T
if (position.rotation == 0) {
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, -1);
set();
} else if (position.rotation == 1) {
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (-1, 0, 1);
set();
} else if (position.rotation == 2) {
posUtil.pos += (2, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (-1, 0, -1);
set();
} else if (position.rotation == 3) {
posUtil.pos += (0, 0, 2);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (-1, 0, -1);
set();
}
} else if (active_shape.shape_id == 4) {
// S
if (position.rotation == 0 || position.rotation == 2) {
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set();
} else if (position.rotation == 1 || position.rotation == 3) {
posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, -1);
set(); posUtil.pos += (1, 0, 0);
set();
}
} else if (active_shape.shape_id == 5) {
// Z
if (position.rotation == 0 || position.rotation == 2) {
posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (-1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set();
} else if (position.rotation == 1 || position.rotation == 3) {
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set();
}
} else if (active_shape.shape_id == 6) {
// J
if (position.rotation == 0) {
posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (-1, 0, 0);
set();
} else if (position.rotation == 1) {
set(); posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set();
} else if (position.rotation == 2) {
posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (-1, 0, 1);
set(); posUtil.pos += (0, 0, 1);
set();
} else if (position.rotation == 3) {
posUtil.pos += (0, 0, 1);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (1, 0, 0);
set(); posUtil.pos += (0, 0, 1);
set();
}
}
}
int can_shape_fit_next() {
if (position.row + active_shape.height >= 20) {
return 0;
}
mode = 1;
can_fit = 1;
position.row += 1;
draw_shape();
position.row -= 1;
mode = 0;
return can_fit;
}
void clear_line() {
int shift = 0;
Entity posUtil = getPosUtil();
do {
at(posUtil) {
posUtil.world.clone_blocks(0, 0, -1, -10, 0, -1, -10, 0, 0);
}
posUtil.pos += (0, 0, -1);
shift += 1;
} while (shift < 20 - position.row);
while (shift--) {
posUtil.pos += (0, 0, 1);
}
}
void check_line() {
Entity posUtil = getPosUtil();
display_seek(position.row, 0);
int i;
int j;
for (i = 0; i < active_shape.height; i++) {
int has_black = 0;
for (j = 0; j < 10; j++) {
at (posUtil) {
if (posUtil.world.get_block() == Blocks.black_wool) {
has_black = 1;
}
}
posUtil.pos += (1, 0, 0);
}
if (has_black==0) {
clear_line();
}
posUtil.pos += (-10, 0, 1);
}
}
void tick() {
Entity posUtil = getPosUtil();
int old_color = active_shape.color;
active_shape.color = 15;
draw_shape();
active_shape.color = old_color;
if (can_shape_fit_next() == 0) {
draw_shape();
check_line();
new_shape();
} else {
position.row += 1;
// Rotate
if (posUtil.world.block_is_at(206, 57, -11, Blocks.stone_button.with("powered", "true"))) {
posUtil.world.set_block(206, 57, -11, Blocks.stone_button.with("powered", "false").with("face", "floor"));
position.rotation = (position.rotation + 1) % 4;
__swap(active_shape.width, active_shape.height);
}
// Left
if (posUtil.world.block_is_at(204, 57, -9, Blocks.stone_button.with("powered", "true"))) {
posUtil.world.set_block(204, 57, -9, Blocks.stone_button.with("powered", "false").with("face", "floor"));
if (position.offset > 0) {
position.offset -= 1;
}
}
// Right
if (posUtil.world.block_is_at(208, 57, -9, Blocks.stone_button.with("powered", "true"))) {
posUtil.world.set_block(208, 57, -9, Blocks.stone_button.with("powered", "false").with("face", "floor"));
if (position.offset < 10) {
position.offset += 1;
}
}
}
draw_shape();
}
macro void createUtil() {
NBTCompound data;
NBTList tags;
tags.append(NBTString("pos_util"));
data["Tags"] = tags;
sender.world.spawn(Entities.armor_stand, 202.0, 56.0, -33.0, data);
}
async void main() {
position.row = 0;
active_shape.height = 0;
active_shape.shape_id = 0;
position.offset = 0;
active_shape.color = 0;
createUtil();
Entity posUtil = getPosUtil();
int i;
for(i = 0; i < 20; i++) {
int j;
for (j = 0; j < 10; j++) {
at(posUtil) {
sender.world.set_block(Blocks.black_wool);
posUtil.pos.x += 1;
}
}
at(posUtil) {
posUtil.pos += (-10, 0, 1);
}
}
new_shape();
draw_shape();
// While lever is active
while (posUtil.world.block_is_at(206, 57, -9, Blocks.lever.with("powered", "true"))) {
await Game.tick();
await Game.tick();
await Game.tick();
await Game.tick();
await Game.tick();
tick();
}
posUtil.kill();
}
| 30.277628 | 118 | 0.467017 |
11f83c832c14ba78f51e23e599a02538297b72a6 | 377 | cob | COBOL | example5/example5.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example5/example5.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example5/example5.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example4.
AUTHOR. Ursin Filli
DATE-WRITTEN. April 29th 2020
ENVIRONMENT DIVISION.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 Num1 PIC 9 VALUE 5.
01 Num2 PIC 9 VALUE 4.
01 Sum1 PIC 99.
PROCEDURE DIVISION.
CALL 'GETSUM' USING Num1, Num2, Sum1.
DISPLAY Num1 " + " Num2 " = " Sum1
STOP RUN.
| 19.842105 | 37 | 0.718833 |
395a91adb0e5f7cfa29b144fa21d50db848dc8f1 | 2,531 | cbl | COBOL | dates/isvaliddate.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 4 | 2020-07-16T14:45:10.000Z | 2022-02-10T03:37:26.000Z | dates/isvaliddate.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 1 | 2020-05-24T09:11:22.000Z | 2020-05-24T15:09:30.000Z | dates/isvaliddate.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | null | null | null | *>*****************************************************************
*> isvaliddate *
*> Copyright (C) 2000 Solid Vertical Domains, Ltd. *
*> and Stephen Dennis *
*> Copyright (C) 2020 Stephen Dennis *
*> Available under MIT License. *
*> *
*> The following code determines whether a given date is a valid *
*> one or not. This test guarantees that the given date will be *
*> convertible to a 'linear' day number without the overhead of *
*> actually calculating it. *
*>*****************************************************************
identification division.
function-id. isvaliddate.
environment division.
configuration section.
repository.
function isleapyear
function all intrinsic.
data division.
working-storage section.
01 ivd-days-in-month-values.
05 filler pic 99 comp-5 value 31.
05 filler pic 99 comp-5 value 29.
05 filler pic 99 comp-5 value 31.
05 filler pic 99 comp-5 value 30.
05 filler pic 99 comp-5 value 31.
05 filler pic 99 comp-5 value 30.
05 filler pic 99 comp-5 value 31.
05 filler pic 99 comp-5 value 31.
05 filler pic 99 comp-5 value 30.
05 filler pic 99 comp-5 value 31.
05 filler pic 99 comp-5 value 30.
05 filler pic 99 comp-5 value 31.
01 ivd-days-in-month-table redefines ivd-days-in-month-values.
05 ivd-days-in-month occurs 12 times pic 99 comp-5.
linkage section.
01 ivd-year pic s9(5) comp-5.
01 ivd-month pic 99 comp-5.
01 ivd-day-of-month pic 99 comp-5.
01 ivd-valid pic x.
88 ivd-is-valid-date value 'Y'.
88 ivd-is-not-valid-date value 'N'.
procedure division using ivd-year ivd-month ivd-day-of-month returning ivd-valid.
0100-main.
move 'N' to ivd-valid.
if ( -27256 <= ivd-year) and (ivd-year <= 30826)
and (1 <= ivd-month) and (ivd-month <= 12)
and (1 <= ivd-day-of-month)
and (ivd-day-of-month <= ivd-days-in-month(ivd-month))
if (ivd-month not equal 2) or (ivd-day-of-month not equal 29) or (isleapyear(ivd-year) = 'Y')
move 'Y' to ivd-valid
end-if
end-if.
goback.
end function isvaliddate.
| 42.183333 | 101 | 0.519162 |
c54c21e0bbe9b9ff56ba6d068f01a7c43d7f2a28 | 4,044 | cbl | COBOL | dates/fielded_to_linear.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 4 | 2020-07-16T14:45:10.000Z | 2022-02-10T03:37:26.000Z | dates/fielded_to_linear.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 1 | 2020-05-24T09:11:22.000Z | 2020-05-24T15:09:30.000Z | dates/fielded_to_linear.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | null | null | null | *>*****************************************************************
*> gregorian_to_linear *
*> Copyright (C) 2000 Solid Vertical Domains, Ltd. *
*> All rights reserved. *
*> *
*> The following date conversion routine takes a Gregorian *
*> Calendar date and calculates a linear numbering of days from *
*> the Epoch of 0001-JAN-01 R.D. *
*> *
*> This is equivalent to fixed-from-gregorian(year, month, day) *
*> from "Calendrical Calculations". *
*> *
*> The date is assumed valid (see isvaliddate). *
*>*****************************************************************
identification division.
function-id. gregorian_to_linear.
environment division.
configuration section.
repository.
function isleapyear
function floor-div
function all intrinsic.
data division.
working-storage section.
*>*****************************************************************
*> floor-div *
*>*****************************************************************
01 fdm-x pic s9(8) comp-5.
01 c4 pic s9(8) comp-5 value 4.
01 c12 pic s9(8) comp-5 value 12.
01 c100 pic s9(8) comp-5 value 100.
01 c400 pic s9(8) comp-5 value 400.
01 gtl-year-less-1 pic s9(5) comp-5.
01 gtl-temp-days pic 9999 comp-5.
linkage section.
01 gtl-year pic s9(5) comp-5.
01 gtl-month pic 99 comp-5.
01 gtl-day-of-month pic 99 comp-5.
01 gtl-linear pic s9(8) comp-5.
procedure division using gtl-year gtl-month gtl-day-of-month returning gtl-linear.
0100-main.
subtract 1 from gtl-year giving gtl-year-less-1.
multiply gtl-year-less-1 by 365 giving gtl-linear.
move gtl-year-less-1 to fdm-x.
add floor-div(fdm-x, c4) to gtl-linear.
subtract floor-div(fdm-x, c100) from gtl-linear.
add floor-div(fdm-x, c400) to gtl-linear.
multiply 367 by gtl-month giving gtl-temp-days.
subtract 362 from gtl-temp-days giving fdm-x.
add floor-div(fdm-x, c12) to gtl-linear.
add gtl-day-of-month to gtl-linear.
if gtl-month > 2
if isleapyear(gtl-year) = 'Y'
subtract 1 from gtl-linear
else
subtract 2 from gtl-linear
end-if
end-if.
goback.
end function gregorian_to_linear.
*>*****************************************************************
*> fielded_to_linear *
*> Copyright (C) 2000 Solid Vertical Domains, Ltd. *
*> and Stephen Dennis *
*> Copyright (C) 2020 Stephen Dennis *
*> Available under MIT License. *
*> *
*> This function returns a linear count of days with an Epoch of *
*> 1601-JAN-01 by calling gregorian_to_linear which returns a *
*> linear date with an Epoch of 1 R.D. *
*> *
*> The date is assumed valid (see isvaliddate). *
*>*****************************************************************
identification division.
function-id. fielded_to_linear.
environment division.
configuration section.
repository.
function gregorian_to_linear
function all intrinsic.
data division.
linkage section.
01 year pic s9(5) comp-5.
01 month pic 99 comp-5.
01 dom pic 99 comp-5.
01 linear pic s9(8) comp-5.
procedure division using year month dom returning linear.
0100-main.
subtract 584389 from gregorian_to_linear(year, month, dom) giving linear.
goback.
end function fielded_to_linear.
| 40.848485 | 82 | 0.484421 |
7ff68852b1bb3a153168d5df424be8308cf1e82a | 42,523 | cbl | COBOL | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/GAM0VMI/GAM0VMI.cbl | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/GAM0VMI/GAM0VMI.cbl | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/GAM0VMI/GAM0VMI.cbl | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* MODULE NAME GAM0VMI.cbl *
* *
* STATEMENT IBM WebSphere Developer for System z *
* 5724-L44 *
* (c) Copyright IBM Corp. 2006 *
* *
* DISCLAIMER OF WARRANTIES *
* You may copy, modify, and distribute these samples, or their *
* modifications, in any form, internally or as part of your *
* application or related documentation. These samples have not *
* been tested under all conditions and are provided to you by *
* IBM without obligation of support of any kind. IBM PROVIDES *
* THESE SAMPLES "AS IS" SUBJECT TO ANY STATUTORY WARRANTIES THAT *
* CANNOT BE EXCLUDED. IBM MAKES NO WARRANTIES OR CONDITIONS, *
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE *
* IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS *
* FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT REGARDING THESE *
* SAMPLES OR TECHNICAL SUPPORT, IF ANY. *
* You will indemnify IBM or third parties that provide IBM *
* products ("Third Parties") from and against any third party *
* claim arising out of the use, modification or distribution of *
* these samples with your application. You may not use the same *
* path name as the original files/modules. You must not alter or *
* delete any copyright information in the Samples. *
* *
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. GAM0VMI.
ENVIRONMENT DIVISION.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
COPY DFHAID.
*---------------------------------------
*COPY BOOK FOR SCREEN 1 FOR THE BMS MAPS
*---------------------------------------
COPY GAM0MC1.
01 MAP1MAK REDEFINES MKMAPO.
05 FILLER PIC X(12).
05 FILLER PIC X(9).
05 SELECTMAKEFIELD PIC X(3).
05 MAP1-SELECT-LIST OCCURS 10.
10 FILLER PIC X(9).
10 NUMMAKE PIC X(3).
05 MAP1-MAKE-LIST OCCURS 10.
10 FILLER PIC X(9).
10 VALIDMAKE PIC X(20).
05 FILLER PIC X(9).
05 OUTPUTMESSAGE PIC X(60).
01 LOCMAP1MAK REDEFINES MKMAPO.
05 FILLER PIC X(12).
05 FILLER PIC X(8).
05 LOCSELECTMAKEFIELD PIC X(3).
05 LOCMAP1-SELECT-LIST OCCURS 10.
10 FILLER PIC X(8).
10 LOCNUMMAKE PIC X(3).
05 LOCMAP1-MAKE-LIST OCCURS 10.
10 FILLER PIC X(8).
10 LOCVALIDMAKE PIC X(20).
05 FILLER PIC X(8).
05 LOCOUTPUTMESSAGE PIC X(60).
*---------------------------------------
*COPY BOOK FOR SCREEN 2 FOR THE BMS MAPS
*---------------------------------------
COPY GAM0MC2.
01 MAP2MOD REDEFINES GAMMKMDO.
05 FILLER PIC X(12).
05 FILLER PIC X(9).
05 SELECTMODELFIELD PIC X(3).
05 MAP2-SELECT-LIST OCCURS 12.
10 FILLER PIC X(9).
10 NUMMODEL PIC X(3).
05 MAP2-MODEL-LIST OCCURS 12.
10 FILLER PIC X(9).
10 VALIDMODEL PIC X(20).
05 FILLER PIC X(9).
05 OUTPUTMESSAGE2 PIC X(73).
01 LOCMAP2MOD REDEFINES GAMMKMDO.
05 FILLER PIC X(12).
05 FILLER PIC X(8).
05 LOCSELECTMODELFIELD PIC X(3).
05 LOCMAP2-SELECT-LIST OCCURS 12.
10 FILLER PIC X(8).
10 LOCNUMMODEL PIC X(3).
05 LOCMAP2-MODEL-LIST OCCURS 12.
10 FILLER PIC X(8).
10 LOCVALIDMODEL PIC X(20).
05 FILLER PIC X(8).
05 LOCOUTPUTMESSAGE2 PIC X(73).
01 COMMAREA.
05 CA-MAKE-SELECTED PIC X.
05 CA-MODEL-SELECTED PIC X.
05 CA-LOCAL-BUILD PIC X.
05 CA-MAKE-LIST OCCURS 10.
10 CA-MAKE PIC X(20).
05 CA-MAKE-OUTPUT PIC X(60).
05 CA-MODEL-LIST OCCURS 12.
10 CA-MODEL PIC X(20).
05 CA-MODEL-OUTPUT PIC X(73).
05 CA-VIN-SELECTED PIC X(4).
05 CA-GAMMAKE PIC X(20).
05 CA-GAMMODEL PIC X(20).
05 CA-GAMNEXT PIC X.
05 CA-GAMPREV PIC X.
05 CA-GAMSTART PIC X.
05 CA-GAMCP PIC 9(4).
05 FILLER PIC X(410).
01 TEMP-INDEX PIC S9(2) COMP.
01 SELECTIONNUMBER PIC S9(2) COMP.
01 TEMP-MAKE PIC X(20).
01 TEMP-MODEL PIC X(20).
LINKAGE SECTION.
COPY GAM0BCA.
PROCEDURE DIVISION.
INITIALIZE COMMAREA.
INITIALIZE TEMP-MAKE.
INITIALIZE TEMP-MODEL.
INITIALIZE MAP2MOD.
INITIALIZE MAP1MAK.
INITIALIZE LOCMAP1MAK.
INITIALIZE LOCMAP2MOD.
MOVE LOW-VALUE TO LOCMAP2MOD.
MOVE LOW-VALUE TO LOCMAP1MAK.
MOVE LOW-VALUE TO MAP2MOD.
MOVE LOW-VALUE TO MAP1MAK.
MOVE "N" TO CA-MAKE-SELECTED.
MOVE "N" TO CA-MODEL-SELECTED.
MOVE "___" TO SELECTMAKEFIELD.
MOVE "___" TO LOCSELECTMAKEFIELD.
MOVE "___" TO SELECTMODELFIELD.
MOVE "___" TO LOCSELECTMODELFIELD.
IF EIBCALEN NOT ZERO
IF EIBCALEN = LENGTH OF DFHCOMMAREA
MOVE DFHCOMMAREA TO COMMAREA
ELSE
EXEC CICS RETURN
END-EXEC
END-IF
END-IF.
MOVE SPACES TO OUTPUTMESSAGE.
MOVE SPACES TO OUTPUTMESSAGE2.
MOVE SPACES TO CA-MAKE-OUTPUT.
MOVE SPACES TO CA-MODEL-OUTPUT.
IF LENGTH OF MKMAPI = 481
MOVE "Y" TO CA-LOCAL-BUILD
PERFORM 3000-PROCESS-MAKE-BROWSE
ELSE
PERFORM 0000-PROCESS-MAKE-BROWSE
END-IF.
EXEC CICS RETURN TRANSID('GBMI')
COMMAREA(COMMAREA)
END-EXEC.
EXEC CICS RETURN
END-EXEC.
GOBACK.
0000-PROCESS-MAKE-BROWSE.
EVALUATE TRUE
WHEN EIBCALEN = ZERO
PERFORM 1000-GET-LIST-OF-MAKES
WHEN EIBAID = DFHCLEAR
IF CA-MAKE-SELECTED = "Y"
MOVE SPACES TO CA-MODEL-SELECTED
MOVE SPACES TO CA-MODEL-OUTPUT
PERFORM 2100-SEND-MODEL-MAP
ELSE
MOVE SPACES TO CA-MAKE-SELECTED
MOVE SPACES TO CA-MAKE-OUTPUT
PERFORM 1100-SEND-MAKE-MAP
END-IF
WHEN EIBAID = DFHPA1 OR DFHPA2 OR DFHPA3
CONTINUE
WHEN EIBAID = DFHPF3 OR DFHPF12
EXEC CICS
SYNCPOINT
END-EXEC
EXEC CICS SEND
CONTROL
ERASE
FREEKB
END-EXEC
EXEC CICS RETURN
END-EXEC
WHEN EIBAID = DFHENTER
IF CA-MAKE-SELECTED = "Y"
PERFORM 2200-GET-MODEL-MAP
ELSE
PERFORM 1200-GET-MAKE-MAP
END-IF
WHEN OTHER
IF CA-MAKE-SELECTED = "Y"
MOVE "INVALID KEY PRESSED" TO CA-MODEL-OUTPUT
PERFORM 2100-SEND-MODEL-MAP
ELSE
MOVE "INVALID KEY PRESSED" TO CA-MAKE-OUTPUT
PERFORM 1100-SEND-MAKE-MAP
END-IF
END-EVALUATE.
1000-GET-LIST-OF-MAKES.
EXEC CICS LINK PROGRAM('GAM0VMM')
COMMAREA( COMMAREA )
END-EXEC.
PERFORM 1100-SEND-MAKE-MAP.
1100-SEND-MAKE-MAP.
MOVE '1' TO TEMP-INDEX.
PERFORM UNTIL TEMP-INDEX > 10
IF CA-MAKE (TEMP-INDEX) NOT = " "
MOVE TEMP-INDEX TO NUMMAKE (TEMP-INDEX)
MOVE CA-MAKE (TEMP-INDEX) TO VALIDMAKE (TEMP-INDEX)
END-IF
COMPUTE TEMP-INDEX = TEMP-INDEX + 1
END-PERFORM.
IF CA-MAKE-OUTPUT NOT = " "
MOVE CA-MAKE-OUTPUT TO OUTPUTMESSAGE
END-IF.
EXEC CICS
SEND MAP('MKMAP')
MAPSET('GAM0MC1')
FROM(MAP1MAK)
ERASE
END-EXEC.
1200-GET-MAKE-MAP.
EXEC CICS IGNORE CONDITION MAPFAIL
END-EXEC.
EXEC CICS
RECEIVE MAP('MKMAP')
MAPSET('GAM0MC1')
INTO(MAP1MAK)
END-EXEC.
PERFORM 1300-PROCESS-MAKE-MAP.
1300-PROCESS-MAKE-MAP.
IF SELECTMAKEFIELD(1:1) = "_"
MOVE " " TO SELECTMAKEFIELD(1:1)
END-IF.
IF SELECTMAKEFIELD(2:1) = "_"
MOVE " " TO SELECTMAKEFIELD(2:1)
END-IF.
IF SELECTMAKEFIELD(3:1) = "_"
MOVE " " TO SELECTMAKEFIELD(3:1)
END-IF.
COMPUTE SELECTIONNUMBER = FUNCTION NUMVAL(SELECTMAKEFIELD).
IF SELECTIONNUMBER > 0 AND SELECTIONNUMBER < 11
MOVE CA-MAKE (SELECTIONNUMBER) TO CA-GAMMAKE
MOVE "Y" TO CA-MAKE-SELECTED
PERFORM 2000-GET-LIST-OF-MODELS
ELSE
MOVE "PLEASE MAKE A VALID SELECTION" TO OUTPUTMESSAGE
PERFORM 1100-SEND-MAKE-MAP
END-IF.
2000-GET-LIST-OF-MODELS.
EXEC CICS LINK PROGRAM('GAM0VMM')
COMMAREA( COMMAREA )
END-EXEC.
PERFORM 2100-SEND-MODEL-MAP.
2100-SEND-MODEL-MAP.
MOVE '1' TO TEMP-INDEX.
PERFORM UNTIL TEMP-INDEX > 12
IF CA-MODEL(TEMP-INDEX) NOT = " "
MOVE TEMP-INDEX TO NUMMODEL (TEMP-INDEX)
MOVE CA-MODEL (TEMP-INDEX) TO VALIDMODEL (TEMP-INDEX)
END-IF
COMPUTE TEMP-INDEX = TEMP-INDEX + 1
END-PERFORM.
IF CA-MODEL-OUTPUT NOT = " "
MOVE CA-MODEL-OUTPUT TO OUTPUTMESSAGE2
END-IF.
EXEC CICS
SEND MAP('GAMMKMD')
MAPSET('GAM0MC2')
FROM(MAP2MOD)
ERASE
END-EXEC.
2200-GET-MODEL-MAP.
EXEC CICS IGNORE CONDITION MAPFAIL
END-EXEC.
EXEC CICS
RECEIVE MAP('GAMMKMD')
MAPSET('GAM0MC2')
INTO(MAP2MOD)
END-EXEC.
PERFORM 2300-PROCESS-MODEL-MAP.
2300-PROCESS-MODEL-MAP.
IF SELECTMODELFIELD(1:1) = "_"
MOVE " " TO SELECTMODELFIELD(1:1)
END-IF.
IF SELECTMODELFIELD(2:1) = "_"
MOVE " " TO SELECTMODELFIELD(2:1)
END-IF.
IF SELECTMODELFIELD(3:1) = "_"
MOVE " " TO SELECTMODELFIELD(3:1)
END-IF.
COMPUTE SELECTIONNUMBER = FUNCTION
NUMVAL(SELECTMODELFIELD).
IF SELECTIONNUMBER > 0 AND SELECTIONNUMBER < 13 AND
CA-MODEL (SELECTIONNUMBER) NOT = " "
MOVE CA-MODEL(SELECTIONNUMBER) TO CA-GAMMODEL
MOVE 1 TO CA-GAMCP
EXEC CICS XCTL PROGRAM ('GAM0VII')
COMMAREA( COMMAREA )
END-EXEC
ELSE
MOVE "PLEASE MAKE A VALID SELECTION" TO OUTPUTMESSAGE2
PERFORM 2100-SEND-MODEL-MAP
END-IF.
*----------------------------------------------------
* LOCAL PARAGRAPHS
*----------------------------------------------------
3000-PROCESS-MAKE-BROWSE.
EVALUATE TRUE
WHEN EIBCALEN = ZERO
PERFORM 4000-GET-LIST-OF-MAKES
WHEN EIBAID = DFHCLEAR
IF CA-MAKE-SELECTED = "Y"
MOVE SPACES TO CA-MODEL-SELECTED
MOVE SPACES TO CA-MODEL-OUTPUT
PERFORM 5100-SEND-MODEL-MAP
ELSE
MOVE SPACES TO CA-MAKE-SELECTED
MOVE SPACES TO CA-MAKE-OUTPUT
PERFORM 4100-SEND-MAKE-MAP
END-IF
WHEN EIBAID = DFHPA1 OR DFHPA2 OR DFHPA3
CONTINUE
WHEN EIBAID = DFHPF3 OR DFHPF12
EXEC CICS
SYNCPOINT
END-EXEC
EXEC CICS SEND
CONTROL
ERASE
FREEKB
END-EXEC
EXEC CICS RETURN
END-EXEC
WHEN EIBAID = DFHENTER
IF CA-MAKE-SELECTED = "Y"
PERFORM 5200-GET-MODEL-MAP
ELSE
PERFORM 4200-GET-MAKE-MAP
END-IF
WHEN OTHER
IF CA-MAKE-SELECTED = "Y"
MOVE "INVALID KEY PRESSED" TO CA-MODEL-OUTPUT
PERFORM 5100-SEND-MODEL-MAP
ELSE
MOVE "INVALID KEY PRESSED" TO CA-MAKE-OUTPUT
PERFORM 4100-SEND-MAKE-MAP
END-IF
END-EVALUATE.
4000-GET-LIST-OF-MAKES.
EXEC CICS LINK PROGRAM('GAM0VMM')
COMMAREA( COMMAREA )
END-EXEC.
PERFORM 4100-SEND-MAKE-MAP.
4100-SEND-MAKE-MAP.
MOVE '1' TO TEMP-INDEX.
PERFORM UNTIL TEMP-INDEX > 10
IF CA-MAKE (TEMP-INDEX) NOT = " "
MOVE TEMP-INDEX TO SELECTIONNUMBER
MOVE SELECTIONNUMBER TO LOCNUMMAKE (TEMP-INDEX)
MOVE CA-MAKE (TEMP-INDEX) TO LOCVALIDMAKE (TEMP-INDEX)
END-IF
COMPUTE TEMP-INDEX = TEMP-INDEX + 1
END-PERFORM.
IF CA-MAKE-OUTPUT NOT = " "
MOVE CA-MAKE-OUTPUT TO LOCOUTPUTMESSAGE
END-IF.
EXEC CICS
SEND MAP('MKMAP')
MAPSET('GAM0MC1')
FROM(LOCMAP1MAK)
ERASE
END-EXEC.
4200-GET-MAKE-MAP.
EXEC CICS IGNORE CONDITION MAPFAIL
END-EXEC.
EXEC CICS
RECEIVE MAP('MKMAP')
MAPSET('GAM0MC1')
INTO(LOCMAP1MAK)
END-EXEC.
PERFORM 4300-PROCESS-MAKE-MAP.
4300-PROCESS-MAKE-MAP.
IF LOCSELECTMAKEFIELD(1:1) = "_"
MOVE " " TO LOCSELECTMAKEFIELD(1:1)
END-IF.
IF LOCSELECTMAKEFIELD(2:1) = "_"
MOVE " " TO LOCSELECTMAKEFIELD(2:1)
END-IF.
IF LOCSELECTMAKEFIELD(3:1) = "_"
MOVE " " TO LOCSELECTMAKEFIELD(3:1)
END-IF.
COMPUTE SELECTIONNUMBER = FUNCTION
NUMVAL(LOCSELECTMAKEFIELD).
IF SELECTIONNUMBER > 0 AND SELECTIONNUMBER < 11
MOVE CA-MAKE (SELECTIONNUMBER) TO CA-GAMMAKE
MOVE "Y" TO CA-MAKE-SELECTED
PERFORM 5000-GET-LIST-OF-MODELS
ELSE
MOVE "PLEASE MAKE A VALID SELECTION" TO LOCOUTPUTMESSAGE
PERFORM 4100-SEND-MAKE-MAP
END-IF.
5000-GET-LIST-OF-MODELS.
EXEC CICS LINK PROGRAM('GAM0VMM')
COMMAREA( COMMAREA )
END-EXEC.
PERFORM 5100-SEND-MODEL-MAP.
5100-SEND-MODEL-MAP.
MOVE '1' TO TEMP-INDEX.
PERFORM UNTIL TEMP-INDEX > 12
IF CA-MODEL(TEMP-INDEX) NOT = " "
MOVE TEMP-INDEX TO LOCNUMMODEL (TEMP-INDEX)
MOVE CA-MODEL (TEMP-INDEX) TO
LOCVALIDMODEL (TEMP-INDEX)
END-IF
COMPUTE TEMP-INDEX = TEMP-INDEX + 1
END-PERFORM.
IF CA-MODEL-OUTPUT NOT = " "
MOVE CA-MODEL-OUTPUT TO LOCOUTPUTMESSAGE2
END-IF.
EXEC CICS
SEND MAP('GAMMKMD')
MAPSET('GAM0MC2')
FROM(LOCMAP2MOD)
ERASE
END-EXEC.
5200-GET-MODEL-MAP.
EXEC CICS IGNORE CONDITION MAPFAIL
END-EXEC.
EXEC CICS
RECEIVE MAP('GAMMKMD')
MAPSET('GAM0MC2')
INTO(LOCMAP2MOD)
END-EXEC.
PERFORM 5300-PROCESS-MODEL-MAP.
5300-PROCESS-MODEL-MAP.
IF LOCSELECTMODELFIELD(1:1) = "_"
MOVE " " TO LOCSELECTMODELFIELD(1:1)
END-IF.
IF LOCSELECTMODELFIELD(2:1) = "_"
MOVE " " TO LOCSELECTMODELFIELD(2:1)
END-IF.
IF LOCSELECTMODELFIELD(3:1) = "_"
MOVE " " TO LOCSELECTMODELFIELD(3:1)
END-IF.
COMPUTE SELECTIONNUMBER = FUNCTION
NUMVAL( LOCSELECTMODELFIELD ).
IF SELECTIONNUMBER > 0 AND SELECTIONNUMBER < 13 AND
CA-MODEL (SELECTIONNUMBER) NOT = " "
MOVE CA-MODEL(SELECTIONNUMBER) TO CA-GAMMODEL
MOVE 1 TO CA-GAMCP
EXEC CICS XCTL PROGRAM ('GAM0VII')
COMMAREA( COMMAREA )
END-EXEC
ELSE
MOVE "PLEASE MAKE A VALID SELECTION" TO LOCOUTPUTMESSAGE2
PERFORM 5100-SEND-MODEL-MAP
END-IF.
| 80.99619 | 80 | 0.199445 |
b922c49ec868475036c552dfddee0ecd132a972a | 10,099 | cbl | COBOL | cs13a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs13a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs13a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | ID Division.
*
* Copyright (C) 2021 Craig Schneiderwent. All rights reserved.
*
* I accept no liability for damages of any kind resulting
* from the use of this software. Use at your own risk.
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* This program serves as the solution to both parts 1 and 2
* for day 13.
*
Program-ID. cs13a.
Environment Division.
Configuration Section.
Repository.
FUNCTION ALL INTRINSIC.
Input-Output Section.
File-Control.
Select INPT-DATA Assign Keyboard.
Data Division.
File Section.
FD INPT-DATA.
01 INPT-DATA-REC-MAX PIC X(080).
Working-Storage Section.
01 CONSTANTS.
05 MYNAME PIC X(008) VALUE 'cs13a'.
01 WORK-AREAS.
05 WS-REC-COUNT PIC 9(009) COMP VALUE 0.
05 DOT-COUNT PIC 9(009) COMP VALUE 0.
05 NB-FOLDS PIC 9(009) COMP VALUE 0.
05 FOLD-MAX PIC 9(009) COMP VALUE 0.
05 Y-MAX PIC 9(009) COMP VALUE 0.
05 X-MAX PIC 9(009) COMP VALUE 0.
05 FOLD-IDX PIC 9(009) COMP VALUE 0.
05 FOLD-START PIC 9(009) COMP VALUE 0.
05 Y-IDX PIC 9(009) COMP VALUE 0.
05 X-IDX PIC 9(009) COMP VALUE 0.
05 T-IDX PIC 9(009) COMP VALUE 0.
05 CLI-ARGS PIC X(080) VALUE LOW-VALUES.
05 PROCESS-TYPE PIC X(004) VALUE LOW-VALUES.
05 FOLD-HDR PIC X(012) VALUE SPACES.
05 FOLD-LINE-X PIC X(004) VALUE SPACES.
05 X-X PIC X(004) VALUE SPACES.
05 Y-X PIC X(004) VALUE SPACES.
05 NB-FOLDS-X PIC X(004) VALUE SPACES.
01 WS-INPT-DATA.
05 WS-INPT PIC X(080) VALUE SPACES.
01 SWITCHES.
05 INPT-DATA-EOF-SW PIC X(001) VALUE 'N'.
88 INPT-DATA-EOF VALUE 'Y'.
05 PROCESS-SW PIC X(004) VALUE LOW-VALUES.
88 PROCESS-TEST VALUE 'TEST'.
05 FOLDING-NOW-SW PIC X(001) VALUE 'N'.
88 FOLDING-NOW VALUE 'Y'.
01 POINT-TABLE EXTERNAL.
05 POINT-Y OCCURS 2000.
10 POINT-X OCCURS 2000.
15 POINT PIC X(001).
01 POINT-TRANSFORM-TABLE.
05 POINT-Y-T OCCURS 2000.
10 POINT-X-T OCCURS 2000.
15 POINT-T PIC X(001).
01 FOLD-LIST.
05 FOLDS OCCURS 20.
10 FOLD-AXIS PIC X(001).
10 FOLD-LINE PIC 9(009) COMP.
Procedure Division.
DISPLAY MYNAME SPACE CURRENT-DATE
ACCEPT CLI-ARGS FROM COMMAND-LINE
UNSTRING CLI-ARGS DELIMITED SPACE OR LOW-VALUE
INTO PROCESS-TYPE NB-FOLDS-X
END-UNSTRING
MOVE UPPER-CASE(PROCESS-TYPE)
TO PROCESS-SW
MOVE NUMVAL(NB-FOLDS-X) TO NB-FOLDS
DISPLAY MYNAME ' nb folds ' NB-FOLDS
INITIALIZE
POINT-TRANSFORM-TABLE
FOLD-LIST
MOVE ALL '.' TO POINT-TABLE
OPEN INPUT INPT-DATA
PERFORM 8010-READ-INPT-DATA
PERFORM 1000-LOAD-INPUT UNTIL INPT-DATA-EOF
CLOSE INPT-DATA
DISPLAY MYNAME ' initial x max ' X-MAX
DISPLAY MYNAME ' initial y max ' Y-MAX
IF NB-FOLDS > 0
PERFORM 2000-PROCESS-INPUT
VARYING FOLD-IDX FROM 1 BY 1
UNTIL FOLD-IDX > FOLD-MAX
OR FOLD-IDX > NB-FOLDS
ELSE
PERFORM 2000-PROCESS-INPUT
VARYING FOLD-IDX FROM 1 BY 1
UNTIL FOLD-IDX > FOLD-MAX
CALL 'pointdmp' USING
Y-MAX
X-MAX
END-CALL
END-IF
PERFORM VARYING Y-IDX FROM 1 BY 1
UNTIL Y-IDX > Y-MAX
AFTER X-IDX FROM 1 BY 1
UNTIL X-IDX > X-MAX
IF POINT(Y-IDX,X-IDX) = '#'
ADD 1 TO DOT-COUNT
END-IF
END-PERFORM
DISPLAY MYNAME ' dot count ' DOT-COUNT
DISPLAY MYNAME ' records read ' WS-REC-COUNT
DISPLAY MYNAME SPACE FUNCTION CURRENT-DATE
GOBACK.
1000-LOAD-INPUT.
EVALUATE TRUE
WHEN FOLDING-NOW
UNSTRING WS-INPT DELIMITED '='
INTO FOLD-HDR FOLD-LINE-X
END-UNSTRING
ADD 1 TO FOLD-MAX
MOVE FOLD-HDR(12:1) TO FOLD-AXIS(FOLD-MAX)
COMPUTE FOLD-LINE(FOLD-MAX) = NUMVAL(FOLD-LINE-X) + 1
IF FOLD-AXIS(FOLD-MAX) = 'x'
IF FOLD-LINE(FOLD-MAX) * 2 > X-MAX
COMPUTE X-MAX = FOLD-LINE(FOLD-MAX) * 2
END-IF
END-IF
WHEN WS-INPT = SPACES
SET FOLDING-NOW TO TRUE
WHEN OTHER
UNSTRING WS-INPT DELIMITED ','
INTO X-X Y-X
END-UNSTRING
COMPUTE X-IDX = NUMVAL(X-X) + 1
COMPUTE Y-IDX = NUMVAL(Y-X) + 1
IF PROCESS-TEST
DISPLAY MYNAME ' ' X-IDX ',' Y-IDX
END-IF
MOVE '#' TO POINT(Y-IDX,X-IDX)
IF Y-IDX > Y-MAX
MOVE Y-IDX TO Y-MAX
END-IF
IF X-IDX > X-MAX
MOVE X-IDX TO X-MAX
END-IF
END-EVALUATE
INITIALIZE WS-INPT
PERFORM 8010-READ-INPT-DATA
.
2000-PROCESS-INPUT.
IF PROCESS-TEST
DISPLAY MYNAME ' before'
CALL 'pointdmp' USING
Y-MAX
X-MAX
END-CALL
END-IF
IF PROCESS-TEST OR NB-FOLDS > 0
DISPLAY
MYNAME
SPACE FOLD-AXIS(FOLD-IDX)
SPACE FOLD-LINE(FOLD-IDX)
END-IF
MOVE ALL '.' TO POINT-TRANSFORM-TABLE
COMPUTE FOLD-START = FOLD-LINE(FOLD-IDX) + 1
IF FOLD-AXIS(FOLD-IDX) = 'x'
PERFORM 2100-FOLD-X
VARYING Y-IDX FROM 1 BY 1
UNTIL Y-IDX > Y-MAX
AFTER X-IDX FROM FOLD-START BY 1
UNTIL X-IDX > X-MAX
COMPUTE X-MAX = FOLD-LINE(FOLD-IDX) - 1
IF PROCESS-TEST
DISPLAY MYNAME ' x max ' X-MAX
END-IF
ELSE
PERFORM 2200-FOLD-Y
VARYING Y-IDX FROM FOLD-START BY 1
UNTIL Y-IDX > Y-MAX
AFTER X-IDX FROM 1 BY 1
UNTIL X-IDX > X-MAX
COMPUTE Y-MAX = FOLD-LINE(FOLD-IDX) - 1
IF PROCESS-TEST
DISPLAY MYNAME ' y max ' Y-MAX
END-IF
END-IF
MOVE POINT-TRANSFORM-TABLE TO POINT-TABLE
IF PROCESS-TEST
DISPLAY MYNAME ' after'
CALL 'pointdmp' USING
Y-MAX
X-MAX
END-CALL
END-IF
.
2100-FOLD-X.
COMPUTE T-IDX =
FOLD-LINE(FOLD-IDX) - (X-IDX - FOLD-LINE(FOLD-IDX))
EVALUATE POINT(Y-IDX,T-IDX) ALSO POINT(Y-IDX,X-IDX)
WHEN '.' ALSO '#'
WHEN '#' ALSO '.'
WHEN '#' ALSO '#'
MOVE '#' TO POINT-T(Y-IDX,T-IDX)
WHEN OTHER
CONTINUE
END-EVALUATE
.
2200-FOLD-Y.
COMPUTE T-IDX =
FOLD-LINE(FOLD-IDX) - (Y-IDX - FOLD-LINE(FOLD-IDX))
EVALUATE POINT(T-IDX,X-IDX) ALSO POINT(Y-IDX,X-IDX)
WHEN '.' ALSO '#'
WHEN '#' ALSO '.'
WHEN '#' ALSO '#'
MOVE '#' TO POINT-T(T-IDX,X-IDX)
WHEN OTHER
CONTINUE
END-EVALUATE
.
8010-READ-INPT-DATA.
INITIALIZE WS-INPT-DATA
READ INPT-DATA INTO WS-INPT-DATA
AT END SET INPT-DATA-EOF TO TRUE
NOT AT END
ADD 1 TO WS-REC-COUNT
END-READ
.
END PROGRAM cs13a.
ID Division.
Program-ID. pointdmp.
Data Division.
Working-Storage Section.
01 CONSTANTS.
05 MYNAME PIC X(008) VALUE 'pointdmp'.
01 WORK-AREAS.
05 Y-IDX PIC S9(009) COMP VALUE 0.
05 X-IDX PIC S9(009) COMP VALUE 0.
01 POINT-TABLE EXTERNAL.
05 POINT-Y OCCURS 2000.
10 POINT-X OCCURS 2000.
15 POINT PIC X(001).
Linkage Section.
01 Y-MAX PIC S9(009) COMP.
01 X-MAX PIC S9(009) COMP.
Procedure Division Using
Y-MAX X-MAX
.
PERFORM VARYING Y-IDX FROM 1 BY 1
UNTIL Y-IDX > Y-MAX
DISPLAY MYNAME SPACE WITH NO ADVANCING
PERFORM VARYING X-IDX FROM 1 BY 1
UNTIL X-IDX > X-MAX
DISPLAY POINT(Y-IDX,X-IDX)
WITH NO ADVANCING
END-PERFORM
DISPLAY SPACE
END-PERFORM
.
END PROGRAM pointdmp.
| 33.440397 | 71 | 0.440341 |
75d7c46d42087d490bbfeec806e62b29efd0233f | 9,150 | cbl | COBOL | samples/MortgageApplication/cobol/CGBMSRG.cbl | DhineshPalanisamy/DBBVSFintech | 31b5dfa948d06ff0cd68493258d60aaa6008feef | [
"Apache-2.0"
] | null | null | null | samples/MortgageApplication/cobol/CGBMSRG.cbl | DhineshPalanisamy/DBBVSFintech | 31b5dfa948d06ff0cd68493258d60aaa6008feef | [
"Apache-2.0"
] | null | null | null | samples/MortgageApplication/cobol/CGBMSRG.cbl | DhineshPalanisamy/DBBVSFintech | 31b5dfa948d06ff0cd68493258d60aaa6008feef | [
"Apache-2.0"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CGBMSRG.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
COPY DFHAID.
COPY CBSMAP.
01 WS-COMMAREA PIC X(100).
01 WS-ACCOUNT-NO-T PIC S9(18).
01 WS-ACCOUNT-NAME PIC X(50).
01 WS-PRINT PIC X(21) VALUE 'IS ALREADY REGISTERED'.
01 WS-ACCOUNT-NAME1 PIC X(50).
01 WS-PRINT1 PIC X(23) VALUE 'REGISTERED SUCCESSF'.
01 WS-ACCOUNT-STATUS PIC X(10).
01 WS-MESSAGE PIC X(100).
01 WS-MESSAGE1 PIC X(100).
77 WS-ABS-DATE PIC S9(10) COMP-3.
01 WS-DATE.
05 WS-MONTH PIC 99.
05 FILLER PIC X(01).
05 WS-DAY PIC 99.
05 FILLER PIC X(01).
05 WS-YEAR PIC 99.
01 WS-TIME.
05 WS-HOUR PIC 99.
05 FILLER PIC X(01).
05 WS-MIN PIC 99.
05 FILLER PIC X(01).
05 WS-SEC PIC 99.
EXEC SQL
INCLUDE CBSMST
END-EXEC.
EXEC SQL
INCLUDE SQLCA
END-EXEC.
LINKAGE SECTION.
01 DFHCOMMAREA PIC X(100).
PROCEDURE DIVISION.
MAIN-PARA.
PERFORM EIB-PARA THRU EIB-EXIT.
* MOVE LOW-VALUES TO DCLCBS-ACCT-MSTR-DTL.
STOP RUN.
EIB-PARA.
IF EIBCALEN = 0
PERFORM INIT-PARA THRU INIT-EXIT
ELSE
MOVE DFHCOMMAREA TO WS-COMMAREA
EVALUATE WS-COMMAREA
WHEN 'CREG'
PERFORM KEY-VALID THRU KEY-VALID-EXIT
WHEN OTHER
MOVE LOW-VALUES TO MAPPGMO
MOVE 'EXIT' TO MSGO
END-EVALUATE
END-IF.
EIB-EXIT.
EXIT.
INIT-PARA.
MOVE LOW-VALUES TO MAPPGMO
PERFORM DATE-TIME THRU DATE-TIME-EXIT
MOVE WS-DATE TO CDATEO
MOVE WS-TIME TO CTIMEO
PERFORM SEND-MAP THRU SEND-MAP-EXIT
MOVE 'CREG' TO WS-COMMAREA
PERFORM RETURN-CICS THRU RETURN-CICS-EXIT.
INIT-EXIT.
EXIT.
DATE-TIME.
EXEC CICS ASKTIME ABSTIME(WS-ABS-DATE)
END-EXEC.
EXEC CICS FORMATTIME ABSTIME(WS-ABS-DATE)
DDMMYY(WS-DATE)
DATESEP('-')
TIME(WS-TIME)
TIMESEP(':')
END-EXEC.
DATE-TIME-EXIT.
EXIT.
SEND-MAP.
EXEC CICS
SEND MAP('MAPPGM') MAPSET('CBSMAP')
FROM(MAPPGMO)
ERASE
* FREEKB
* RESP(WS-CICS-RESP)
END-EXEC.
* PERFORM CICS-RESP THRU CICS-RESP-EXIT.
SEND-MAP-EXIT.
EXIT.
RETURN-CICS.
EXEC CICS
RETURN TRANSID('ZC66')
COMMAREA(WS-COMMAREA)
END-EXEC.
RETURN-CICS-EXIT.
EXIT.
KEY-VALID.
EVALUATE EIBAID
WHEN DFHENTER
MOVE LOW-VALUES TO MAPPGMO
PERFORM RECEIVE-PARA THRU RECEIVE-PARA-EXIT
PERFORM VALIDATION-PARA THRU VALIDATION-EXIT
PERFORM PROCESS-PARA THRU PROCESS-PARA-EXIT
PERFORM DATE-TIME THRU DATE-TIME-EXIT
MOVE WS-DATE TO CDATEO
MOVE WS-TIME TO CTIMEO
PERFORM SEND-MAP THRU SEND-MAP-EXIT
PERFORM RETURN-CICS THRU RETURN-CICS-EXIT
WHEN DFHPF3
EXEC CICS
SEND CONTROL FREEKB ERASE
END-EXEC
EXEC CICS
RETURN
END-EXEC
WHEN OTHER
MOVE LOW-VALUES TO MAPPGMO
MOVE 'INVALID OPTION' TO MSGO
PERFORM SEND-ERROR-MSG THRU SEND-ERROR-EXIT
END-EVALUATE.
KEY-VALID-EXIT.
EXIT.
RECEIVE-PARA.
EXEC CICS
RECEIVE MAP('MAPPGM') MAPSET('CBSMAP')
INTO (MAPPGMI)
END-EXEC.
RECEIVE-PARA-EXIT.
EXIT.
SEND-ERROR-MSG.
PERFORM DATE-TIME THRU DATE-TIME-EXIT
MOVE WS-DATE TO CDATEO
MOVE WS-TIME TO CTIMEO
PERFORM SEND-MAP THRU SEND-MAP-EXIT
PERFORM RETURN-CICS THRU RETURN-CICS-EXIT.
SEND-ERROR-EXIT.
EXIT.
VALIDATION-PARA.
PERFORM ACCT-NUMER.
VALIDATION-EXIT.
EXIT.
ACCT-NUMER.
IF ACCTI EQUAL TO LOW-VALUES OR
ACCTI EQUAL TO SPACES
MOVE LOW-VALUES TO MAPPGMO
MOVE 'ACCOUNT SHOULD NOT BE BLANK' TO MSGO
PERFORM SEND-ERROR-MSG THRU SEND-ERROR-EXIT
END-IF.
IF ACCTI IS ALPHABETIC
MOVE LOW-VALUES TO MAPPGMO
MOVE 'ACCOUNT SHOULD NOT BE ALPHABETIC' TO MSGO
PERFORM SEND-ERROR-MSG THRU SEND-ERROR-EXIT
END-IF.
EXIT.
PROCESS-PARA.
MOVE ACCTI TO WS-ACCOUNT-NO-T.
* MOVE SPACE TO CUSTOMER-NAME.
* COMPUTE IDI = 0.
MOVE LOW-VALUES TO IDI
COMPUTE H1-ACCOUNT-NUMBER = WS-ACCOUNT-NO-T
DISPLAY "ACCT NO. FROM INPUT" H1-ACCOUNT-NUMBER
EXEC SQL
SELECT * INTO :DCLCBS-ACCT-MSTR-DTL
FROM CBS_ACCT_MSTR_DTL
WHERE ACCOUNT_NUMBER=:H1-ACCOUNT-NUMBER
END-EXEC
MOVE LOW-VALUES TO WS-MESSAGE
MOVE H1-ACCOUNT-NAME TO WS-ACCOUNT-NAME
STRING WS-ACCOUNT-NAME DELIMITED BY SPACE
' ' DELIMITED BY SIZE
WS-PRINT DELIMITED BY SIZE
INTO WS-MESSAGE
MOVE LOW-VALUES TO WS-MESSAGE1
MOVE H1-ACCOUNT-NAME TO WS-ACCOUNT-NAME1
STRING WS-ACCOUNT-NAME1 DELIMITED BY SPACE
' ' DELIMITED BY SIZE
WS-PRINT1 DELIMITED BY SIZE
INTO WS-MESSAGE1
DISPLAY "MESS" WS-MESSAGE
DISPLAY "NAME" WS-ACCOUNT-NAME
DISPLAY "SQLCODE:" SQLCODE
EVALUATE SQLCODE
WHEN 0
DISPLAY H1-ACCOUNT-NUMBER
DISPLAY H1-UPD-USERID
DISPLAY H1-ACCOUNT-STATUS
DISPLAY H1-CUSTOMER-ID
DISPLAY H1-PRODUCT-CODE
DISPLAY 'ACCOUNT IS AVAILABLE'
MOVE "FETCH SUCCESS" TO MSGO
MOVE H1-ACCOUNT-NAME TO NAMEO
* COMPUTE IDO = H1-CUSTOMER-ID
MOVE H1-CUSTOMER-ID TO IDO
* PERFORM ACCT-STATUS THRU ACCT-STATUS-EXIT
DISPLAY 'MESSAGES:'
WHEN 100
MOVE "ACCOUNT DOES NOT EXITS" TO MSGO
DISPLAY "MESSAGES:" WS-MESSAGE
* EXEC CICS RETURN END-EXEC
WHEN OTHER
DISPLAY "SQLCODE1:" SQLCODE
MOVE "SQL ERROR" TO MSGO
DISPLAY "MESSAGES:" MSGO
* EXEC CICS RETURN END-EXEC
END-EVALUATE.
PROCESS-PARA-EXIT.
EXIT.
ACCT-STATUS.
EXEC SQL
SELECT
ACCOUNT_STATUS
INTO
:H1-ACCOUNT-STATUS
FROM CBS_ACCT_MSTR_DTL
WHERE ACCOUNT_NUMBER=:H1-ACCOUNT-NUMBER
END-EXEC.
EVALUATE SQLCODE
WHEN 0
DISPLAY H1-ACCOUNT-STATUS(1:6)
MOVE H1-ACCOUNT-STATUS TO WS-ACCOUNT-STATUS
DISPLAY WS-ACCOUNT-STATUS
DISPLAY 'ACCOUNT STATUS IS FETCHED'
MOVE "FETCH DO" TO MSGO
DISPLAY "MESSAGES:" MSGO
PERFORM CHECK-ACCT-STATUS THRU CHECK-ACCT-STATUS-EXIT
WHEN 100
MOVE "NO RECORD FOUND" TO MSGO
DISPLAY "MESSAGES:" MSGO
EXEC CICS RETURN END-EXEC
WHEN OTHER
DISPLAY "SQLCODE2:" SQLCODE
MOVE "SQL ERROR" TO MSGO
DISPLAY "MESSAGES:" MSGO
EXEC CICS RETURN END-EXEC
END-EVALUATE.
ACCT-STATUS-EXIT.
EXIT.
CHECK-ACCT-STATUS.
DISPLAY 'CHECK STATUS PARA'
EVALUATE WS-ACCOUNT-STATUS
WHEN 'ACTIVE '
DISPLAY 'ALREADY REGISTERED'
MOVE WS-MESSAGE TO MSGO
EXEC CICS RETURN END-EXEC
WHEN 'INACTIVE '
MOVE 'REGISTRATION STARTING' TO MSGO
PERFORM REG-ACCT-STATS THRU REG-ACCT-STATS-EXIT
WHEN 'OTHER'
DISPLAY 'NOT Y OR N'
MOVE 'PLEASE CONTACT BANK' TO MSGO
EXEC CICS RETURN END-EXEC
END-EVALUATE.
CHECK-ACCT-STATUS-EXIT.
EXIT.
REG-ACCT-STATS.
DISPLAY 'REGISTER PARA'
EXEC SQL UPDATE CBS_ACCT_MSTR_DTL
SET ACCOUNT_STATUS ='ACTIVE ',
UPD_USERID ='NAGARAJPK '
WHERE ACCOUNT_NUMBER = :H1-ACCOUNT-NUMBER
END-EXEC.
DISPLAY SQLCODE
MOVE WS-MESSAGE1 TO MSGO.
** MOVE "CUSTOMER REGISTERED SUCESSFULLY" TO MESSAGES.
REG-ACCT-STATS-EXIT.
EXIT. | 34.398496 | 66 | 0.507104 |
96ce63bb493fa80175b4debb2beed99dc869e272 | 466 | cobol | COBOL | Task/Hostname/COBOL/hostname.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Hostname/COBOL/hostname.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Hostname/COBOL/hostname.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. hostname.
data division.
working-storage section.
01 hostname pic x(256).
01 nullpos pic 999 value 1.
procedure division.
call "gethostname" using hostname by value length of hostname
string hostname delimited by low-value into hostname
with pointer nullpos
display "Host: " hostname(1 : nullpos - 1)
goback.
end program hostname.
| 29.125 | 68 | 0.628755 |
06c6fd778a029e2799fb3cf3bc65870e3d07d66e | 7,656 | cob | COBOL | AdventOfCode2021/d08b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d08b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d08b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2021-08-2.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d08.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD INPUTFILE.
01 INPUTRECORD PIC X(99).
WORKING-STORAGE SECTION.
01 FILE-STATUS PIC 9 VALUE 0.
01 WS-RESULT PIC 9(8) VALUE 0.
01 WS-BUFFER PIC X(8) OCCURS 14 TIMES.
01 WS-VAL-DEC PIC 9(4) VALUE 0.
01 WS-BUFFER-AS-BIN-ARR OCCURS 14 TIMES.
05 WS-BUFFER-AS-BIN PIC 9 VALUE 0 OCCURS 7 TIMES.
01 WS-DIGITS-AS-BIN-ARR OCCURS 10 TIMES.
05 WS-DIGITS-AS-BIN PIC 9 VALUE 0 OCCURS 7 TIMES.
01 WS-069 OCCURS 3 TIMES.
05 WS-069-BIT PIC 9 VALUE 0 OCCURS 7 TIMES.
01 WS-235 OCCURS 3 TIMES.
05 WS-235-BIT PIC 9 VALUE 0 OCCURS 7 TIMES.
77 C PIC X.
77 I PIC 9(3).
77 I5 PIC 9(3) VALUE 1.
77 I6 PIC 9(3) VALUE 1.
77 J PIC 9(3).
77 K PIC 9(3).
77 L PIC 9(3).
77 LEN PIC 9(3).
77 M PIC 9(3).
77 IDX-0 PIC 9(3) VALUE 0.
77 IDX-9 PIC 9(3) VALUE 0.
77 IDX-3 PIC 9(3) VALUE 0.
77 IDX-5 PIC 9(3) VALUE 0.
77 STRING-PTR PIC 9(5).
PROCEDURE DIVISION.
001-MAIN.
OPEN INPUT INPUTFILE.
PERFORM 002-READ UNTIL FILE-STATUS = 1.
CLOSE INPUTFILE.
DISPLAY WS-RESULT.
STOP RUN.
002-READ.
READ INPUTFILE
AT END MOVE 1 TO FILE-STATUS
NOT AT END PERFORM 003-PROCESS-RECORD
END-READ.
003-PROCESS-RECORD.
MOVE 0 TO IDX-9.
MOVE 0 TO IDX-0.
MOVE 0 TO IDX-3.
MOVE 0 TO IDX-5.
MOVE 1 TO I5.
MOVE 1 TO I6.
MOVE 1 TO STRING-PTR.
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 14
UNSTRING INPUTRECORD DELIMITED BY ' | ' OR SPACE
INTO WS-BUFFER(I)
WITH POINTER STRING-PTR
END-PERFORM.
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 14
MOVE 0 TO M
INSPECT WS-BUFFER(I) TALLYING M FOR TRAILING SPACES
COMPUTE LEN = 8 - M
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE FUNCTION CHAR(97 + J) TO C
MOVE 0 TO M
INSPECT WS-BUFFER(I) TALLYING M FOR ALL C
MOVE M TO WS-BUFFER-AS-BIN(I, J)
END-PERFORM
EVALUATE LEN
WHEN 2
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-BUFFER-AS-BIN(I, J) TO WS-DIGITS-AS-BIN(2, J)
END-PERFORM
WHEN 3
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-BUFFER-AS-BIN(I, J) TO WS-DIGITS-AS-BIN(8, J)
END-PERFORM
WHEN 4
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-BUFFER-AS-BIN(I, J) TO WS-DIGITS-AS-BIN(5, J)
END-PERFORM
WHEN 7
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-BUFFER-AS-BIN(I, J) TO WS-DIGITS-AS-BIN(9, J)
END-PERFORM
WHEN 5
IF I < 11 THEN
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-BUFFER-AS-BIN(I, J) TO WS-235-BIT(I5, J)
END-PERFORM
ADD 1 TO I5
END-IF
WHEN 6
IF I < 11 THEN
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-BUFFER-AS-BIN(I, J) TO WS-069-BIT(I6, J)
END-PERFORM
ADD 1 TO I6
END-IF
END-EVALUATE
END-PERFORM.
* Identify 0 - 6 - 9
* If it contains 4, it's 9
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 3
MOVE 1 TO L
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
IF WS-DIGITS-AS-BIN(5, J) = 1 THEN
COMPUTE L = L * WS-069-BIT(I, J)
END-IF
END-PERFORM
IF L = 1 THEN
MOVE I TO IDX-9
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-069-BIT(I, J) TO WS-DIGITS-AS-BIN(10, J)
END-PERFORM
END-IF
END-PERFORM.
* Else if it contains 1, it's 0
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 3
MOVE 1 TO L
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
IF WS-DIGITS-AS-BIN(2, J) = 1 THEN
COMPUTE L = L * WS-069-BIT(I, J)
END-IF
END-PERFORM
IF I <> IDX-9 AND L = 1 THEN
MOVE I TO IDX-0
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-069-BIT(I, J) TO WS-DIGITS-AS-BIN(1, J)
END-PERFORM
END-IF
END-PERFORM.
* Else it's 6
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 3
IF I <> IDX-9 AND I <> IDX-0 THEN
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-069-BIT(I, J) TO WS-DIGITS-AS-BIN(7, J)
END-PERFORM
END-IF
END-PERFORM.
* Identify 2 - 3 - 5
* If it contains 1, it's 3
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 3
MOVE 1 TO L
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
IF WS-DIGITS-AS-BIN(2, J) = 1 THEN
COMPUTE L = L * WS-235-BIT(I, J)
END-IF
END-PERFORM
IF L = 1 THEN
MOVE I TO IDX-3
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-235-BIT(I, J) TO WS-DIGITS-AS-BIN(4, J)
END-PERFORM
END-IF
END-PERFORM.
* IF it's contained in 6, it's 5
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 3
MOVE 1 TO L
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
IF WS-235-BIT(I, J) = 1 THEN
COMPUTE L = L * WS-DIGITS-AS-BIN(7, J)
END-IF
END-PERFORM
IF L = 1 THEN
MOVE I TO IDX-5
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-235-BIT(I, J) TO WS-DIGITS-AS-BIN(6, J)
END-PERFORM
END-IF
END-PERFORM.
* Else it's 2
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 3
IF I <> IDX-3 AND I <> IDX-5 THEN
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
MOVE WS-235-BIT(I, J) TO WS-DIGITS-AS-BIN(3, J)
END-PERFORM
END-IF
END-PERFORM.
* Identify the last numbers
MOVE 0 TO WS-VAL-DEC
PERFORM VARYING I FROM 11 BY 1 UNTIL I > 14
PERFORM VARYING K FROM 1 BY 1 UNTIL K > 10
MOVE 1 TO L
PERFORM VARYING J FROM 1 BY 1 UNTIL J > 7
IF WS-DIGITS-AS-BIN(K, J) <> WS-BUFFER-AS-BIN(I, J) THEN
MOVE 0 TO L
END-IF
END-PERFORM
IF L = 1 THEN
COMPUTE WS-VAL-DEC = WS-VAL-DEC * 10 + K - 1
END-IF
END-PERFORM
END-PERFORM.
ADD WS-VAL-DEC TO WS-RESULT.
| 34.8 | 72 | 0.456505 |
af01ac09e313b13f429c4cd3b4a0c38e82ae21ab | 188 | cbl | COBOL | src/test/resources/io/proleap/cobol/ast/variable/CopyInAdd.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/ast/variable/CopyInAdd.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/ast/variable/CopyInAdd.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 Identification Division.
000200 Program-ID.
000300 HELLOWORLD.
000400 Procedure Division.
055000 ADD COPY CopyInAddBook. TO Var1.
055200 IF Var1 EQUAL TO 12345
009000 GO TO JMP-1. | 26.857143 | 39 | 0.808511 |
1a03e664b1f1b60fa6fcfd457c7f9abdd03dbe2d | 125 | cob | COBOL | packages/cobol/3.1.2/test.cob | ShaneLee/piston | 9057e3c8d1a522521143267df186e7ef96d5b280 | [
"MIT"
] | 1,320 | 2018-09-20T23:31:32.000Z | 2022-03-31T13:14:06.000Z | packages/cobol/3.1.2/test.cob | ShaneLee/piston | 9057e3c8d1a522521143267df186e7ef96d5b280 | [
"MIT"
] | 284 | 2018-10-17T18:29:26.000Z | 2022-03-30T07:00:04.000Z | packages/cobol/3.1.2/test.cob | ShaneLee/piston | 9057e3c8d1a522521143267df186e7ef96d5b280 | [
"MIT"
] | 204 | 2018-10-09T21:11:31.000Z | 2022-03-30T00:35:02.000Z | *> Test Program
identification division.
program-id. ok-test.
procedure division.
display "OK"
goback.
end program ok-test.
| 13.888889 | 24 | 0.768 |
d2c8d0347f741f1558f00d8b6eb1922739fbc6ae | 683 | cbl | COBOL | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/NegatedCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/NegatedCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/NegatedCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Maxfx
* Date: 12/5/2016
* Revision: Maxfx 30/8/2017
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. NEGATED-CONDITION.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 NUM01 PIC 9(2) VALUE 20.
01 NUM02 PIC 9(9) VALUE 25.
PROCEDURE DIVISION.
MAIN-PROCEDURE.
IF NOT NUM01 IS LESS THAN NUM02 THEN
DISPLAY "I AM HERE : IF "
ELSE
DISPLAY "I AM HERE : ELSE"
END-IF.
GOBACK.
| 28.458333 | 72 | 0.408492 |
bf8b1c75d4727a9b1b1aff2193141a163bcaa262 | 635 | cpy | COBOL | cpy/CSF00100.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSF00100.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSF00100.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | fd pd00100.
01 f00100-modulos.
03 f00100-cd-empresa pic 9(03).
03 f00100-cd-filial pic 9(04).
03 f00100-programa-principal pic x(08).
03 f00100-cd-programa pic x(08).
03 f00100-tipo-programa pic x(01).
88 f00100-programa-logico value "L".
88 f00100-programa-fisico value "F".
03 f00100-operacao-programa pic 9(02).
03 f00100-descricao-programa pic x(55).
| 39.6875 | 66 | 0.420472 |
fd0db4c492a8066e42e89dbe4bb8c8fe1c431a9c | 896 | cbl | COBOL | benchmark/factorial.cbl | phe-sto/CoBOL-GRAALVM | 943e98483173ac45ff268c658cdabc9a0dab5430 | [
"WTFPL"
] | 3 | 2021-03-14T20:34:29.000Z | 2022-01-10T17:39:22.000Z | benchmark/factorial.cbl | phe-sto/CoBOL-GraalVM | 943e98483173ac45ff268c658cdabc9a0dab5430 | [
"WTFPL"
] | null | null | null | benchmark/factorial.cbl | phe-sto/CoBOL-GraalVM | 943e98483173ac45ff268c658cdabc9a0dab5430 | [
"WTFPL"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. FACTORIAL.
******************************************************************
* Cobol factorial till 16 largely inspired
* from http://progopedia.com/example/factorial/340/
******************************************************************
DATA DIVISION.
WORKING-STORAGE SECTION.
77 fact pic 9(15) comp.
77 n pic 99.
77 i pic 99.
77 ist pic XX.
77 factst pic X(18).
PROCEDURE DIVISION.
move 16 to n
move 0 to i
move 1 to fact
perform until i greater than n
move i to ist
move fact to factst
display ist "! = " factst
add 1 to i
multiply i by fact
on size error display "value too big"
end-multiply
end-perform.
stop run. | 30.896552 | 72 | 0.440848 |
04fde42e300229f33e7bbb2accdc293ce2133a34 | 12,131 | cbl | COBOL | merge_sort/merge_sort_test.cbl | shamrice/COBOL-Examples | 9078f516d14fcd7ffa93fa9cdd9f557c4196afa9 | [
"MIT"
] | null | null | null | merge_sort/merge_sort_test.cbl | shamrice/COBOL-Examples | 9078f516d14fcd7ffa93fa9cdd9f557c4196afa9 | [
"MIT"
] | null | null | null | merge_sort/merge_sort_test.cbl | shamrice/COBOL-Examples | 9078f516d14fcd7ffa93fa9cdd9f557c4196afa9 | [
"MIT"
] | null | null | null | ******************************************************************
* author: Erik Eriksen
* date: 2021-09-19
* purpose: Testing sort and merge syntax on test data.
* tectonics: cobc
******************************************************************
identification division.
program-id. merge-sort-example.
environment division.
input-output section.
file-control.
select fd-test-file-1 assign to "test-file-1.txt"
organization is line sequential
file status is ws-fs-status-1.
select fd-test-file-2 assign to "test-file-2.txt"
organization is line sequential
file status is ws-fs-status-2.
select fd-sorting-file assign to "work-temp.txt".
select fd-merged-file assign to "merge-output.txt"
organization is line sequential
file status is ws-fs-status-merge.
select fd-sorted-contract-id
assign to "sorted-contract-id.txt"
organization is line sequential
file status is ws-fs-status-sorted.
data division.
file section.
sd fd-sorting-file.
01 f-customer-record-sort.
05 f-customer-id pic 9(5).
05 f-customer-last-name pic x(50).
05 f-customer-first-name pic x(50).
05 f-customer-contract-id pic 9(5).
05 f-customer-comment pic x(25).
fd fd-test-file-1 recording mode F.
01 f-customer-record-east.
05 f-customer-id pic 9(5).
05 f-customer-last-name pic x(50).
05 f-customer-first-name pic x(50).
05 f-customer-contract-id pic 9(5).
05 f-customer-comment pic x(25).
fd fd-test-file-2 recording mode F.
01 f-customer-record-west.
05 f-customer-id pic 9(5).
05 f-customer-last-name pic x(50).
05 f-customer-first-name pic x(50).
05 f-customer-contract-id pic 9(5).
05 f-customer-comment pic x(25).
fd fd-merged-file recording mode F.
01 f-customer-record-merged.
05 f-customer-id pic 9(5).
05 f-customer-last-name pic x(50).
05 f-customer-first-name pic x(50).
05 f-customer-contract-id pic 9(5).
05 f-customer-comment pic x(25).
fd fd-sorted-contract-id recording mode F.
01 f-customer-record-sorted-contract-id.
05 f-customer-id pic 9(5).
05 f-customer-last-name pic x(50).
05 f-customer-first-name pic x(50).
05 f-customer-contract-id pic 9(5).
05 f-customer-comment pic x(25).
working-storage section.
01 ws-fs-status-1 pic xx.
01 ws-fs-status-2 pic xx.
01 ws-fs-status-merge pic xx.
01 ws-fs-status-sorted pic xx.
01 ws-eof-sw pic x value 'N'.
88 ws-eof value 'Y'.
88 ws-not-eof value 'N'.
procedure division.
main-procedure.
perform create-test-data
perform merge-and-display-files
perform sort-and-display-file
display "Done."
stop run.
merge-and-display-files.
display "Merging and sorting files..."
merge fd-sorting-file
on ascending key f-customer-id
of f-customer-record-merged
using fd-test-file-1 fd-test-file-2 giving fd-merged-file
open input fd-merged-file
if ws-fs-status-merge not = "00" then
display "Error opening merged output file: "
ws-fs-status-merge
end-display
stop run
end-if
set ws-not-eof to true
perform until ws-eof
read fd-merged-file
at end
set ws-eof to true
not at end
display f-customer-record-merged
end-read
end-perform
close fd-merged-file
exit paragraph.
sort-and-display-file.
display "Sorting merged file on descending contract id...."
sort fd-sorting-file
on descending key f-customer-contract-id
of f-customer-record-sorted-contract-id
using fd-merged-file giving fd-sorted-contract-id
open input fd-sorted-contract-id
if ws-fs-status-sorted not = "00" then
display "Error opening sorted output file: "
ws-fs-status-sorted
end-display
stop run
end-if
set ws-not-eof to true
perform until ws-eof
read fd-sorted-contract-id
at end
set ws-eof to true
not at end
display f-customer-record-sorted-contract-id
end-read
end-perform
close fd-sorted-contract-id
exit paragraph.
create-test-data.
display "Creating test data files..."
open output fd-test-file-1
if ws-fs-status-1 not = "00" then
display "Failed to open file for output: "
ws-fs-status-1
end-display
stop run
end-if
move 1 to f-customer-id of f-customer-record-east
move "last-1" to f-customer-last-name
of f-customer-record-east
move "first-1" to f-customer-first-name
of f-customer-record-east
move 5423 to f-customer-contract-id
of f-customer-record-east
move "comment-1" to f-customer-comment
of f-customer-record-east
write f-customer-record-east
move 5 to f-customer-id of f-customer-record-east
move "last-5" to f-customer-last-name
of f-customer-record-east
move "first-5" to f-customer-first-name
of f-customer-record-east
move 12323 to f-customer-contract-id
of f-customer-record-east
move "comment-5" to f-customer-comment
of f-customer-record-east
write f-customer-record-east
move 10 to f-customer-id of f-customer-record-east
move "last-10" to f-customer-last-name
of f-customer-record-east
move "first-10" to f-customer-first-name
of f-customer-record-east
move 653 to f-customer-contract-id
of f-customer-record-east
move "comment-10" to f-customer-comment
of f-customer-record-east
write f-customer-record-east
move 50 to f-customer-id of f-customer-record-east
move "last-50" to f-customer-last-name
of f-customer-record-east
move "first-50" to f-customer-first-name
of f-customer-record-east
move 5050 to f-customer-contract-id
of f-customer-record-east
move "comment-50" to f-customer-comment
of f-customer-record-east
write f-customer-record-east
move 25 to f-customer-id of f-customer-record-east
move "last-25" to f-customer-last-name
of f-customer-record-east
move "first-25" to f-customer-first-name
of f-customer-record-east
move 7725 to f-customer-contract-id
of f-customer-record-east
move "comment-25" to f-customer-comment
of f-customer-record-east
write f-customer-record-east
move 75 to f-customer-id of f-customer-record-east
move "last-75" to f-customer-last-name
of f-customer-record-east
move "first-75" to f-customer-first-name
of f-customer-record-east
move 1175 to f-customer-contract-id
of f-customer-record-east
move "comment-75" to f-customer-comment
of f-customer-record-east
write f-customer-record-east
close fd-test-file-1
open output fd-test-file-2
if ws-fs-status-2 not = "00" then
display "Failed to open file for output: "
ws-fs-status-2
end-display
stop run
end-if
move 999 to f-customer-id of f-customer-record-west
move "last-999" to f-customer-last-name
of f-customer-record-west
move "first-999" to f-customer-first-name
of f-customer-record-west
move 1610 to f-customer-contract-id
of f-customer-record-west
move "comment-99" to f-customer-comment
of f-customer-record-west
write f-customer-record-west
move 3 to f-customer-id of f-customer-record-west
move "last-03" to f-customer-last-name
of f-customer-record-west
move "first-03" to f-customer-first-name
of f-customer-record-west
move 3331 to f-customer-contract-id
of f-customer-record-west
move "comment-03" to f-customer-comment
of f-customer-record-west
write f-customer-record-west
move 30 to f-customer-id of f-customer-record-west
move "last-30" to f-customer-last-name
of f-customer-record-west
move "first-30" to f-customer-first-name
of f-customer-record-west
move 8765 to f-customer-contract-id
of f-customer-record-west
move "comment-30" to f-customer-comment
of f-customer-record-west
write f-customer-record-west
move 85 to f-customer-id of f-customer-record-west
move "last-85" to f-customer-last-name
of f-customer-record-west
move "first-85" to f-customer-first-name
of f-customer-record-west
move 4567 to f-customer-contract-id
of f-customer-record-west
move "comment-85" to f-customer-comment
of f-customer-record-west
write f-customer-record-west
move 24 to f-customer-id of f-customer-record-west
move "last-24" to f-customer-last-name
of f-customer-record-west
move "first-24" to f-customer-first-name
of f-customer-record-west
move 247 to f-customer-contract-id
of f-customer-record-west
move "comment-24" to f-customer-comment
of f-customer-record-west
write f-customer-record-west
close fd-test-file-2
exit paragraph.
end program merge-sort-example.
| 35.57478 | 72 | 0.488418 |
dac7f360e6e5aa44ea8684c68aae7620ec0850d7 | 9,589 | cbl | COBOL | unstring/unstring.cbl | shamrice/COBOL-Examples | 9078f516d14fcd7ffa93fa9cdd9f557c4196afa9 | [
"MIT"
] | null | null | null | unstring/unstring.cbl | shamrice/COBOL-Examples | 9078f516d14fcd7ffa93fa9cdd9f557c4196afa9 | [
"MIT"
] | null | null | null | unstring/unstring.cbl | shamrice/COBOL-Examples | 9078f516d14fcd7ffa93fa9cdd9f557c4196afa9 | [
"MIT"
] | null | null | null | ******************************************************************
* author: Erik Eriksen
* date: 2021-07-22
* updated: 2022-04-28
* purpose: Unstring field into another field examples.
* tectonics: cobc
******************************************************************
identification division.
program-id. unstring-example.
data division.
file section.
working-storage section.
01 ws-source-str pic x(30).
01 ws-dest-str.
05 ws-part-1 pic x(15).
05 ws-part-2 pic x(15).
01 ws-delimiter pic x value '|'.
01 ws-single-stats.
05 ws-single-fields-filled pic 99.
05 ws-single-dest-info.
10 ws-single-dest-str pic x(5).
10 ws-single-delimiter pic x.
10 ws-single-char-count pic 9.
01 ws-multi-stats.
05 ws-multi-fields-filled pic 99.
05 ws-multi-dest-info occurs 6 times
indexed by ws-multi-idx.
10 ws-multi-dest-str pic x(5).
10 ws-multi-delimiter pic x.
10 ws-multi-char-count pic 9.
01 ws-pointer pic 9(5) comp.
01 ws-source-num pic $999,999.99.
01 ws-dest-num pic 999 occurs 3 times.
procedure division.
main-procedure.
move "Hello World" to ws-source-str
*> EXAMPLE 1:
*> This is a simple example of unstringing a value into other
*> variables
display spaces
display "================================================="
display "EX 1 : SIMPLE UNSTRING"
display space
display "SOURCE STRING: " ws-source-str
unstring ws-source-str
delimited by space
into ws-part-1 ws-part-2
end-unstring
display "PART1: " ws-part-1
display "PART2: " ws-part-2
*> EXAMPLE 2:
*> This is an example of unstringing a variable into another using
*> space as the delimter. The pointer is a running current string
*> position variable. At the start, it's set to one (start of string)
*> and then auto incremented by the unstring command each time it
*> is called. It's value is the position in the source string where
*> it "left off".
move 1 to ws-pointer
display spaces
display "================================================="
display "EX 2 : UNSTRING MULTIPLE TIMES INTO SAME DEST."
*> Overflow first time because pointer is not past end of source data
*> indicating that there was more source string to unstring that did
*> not fit in the destination ("into") variables.
*>
*> In example 3, we see that if UNSTRING is able to split the source
*> string into the destiniation variables, there is no overflow.
display space
display "SOURCE STRING: " ws-source-str
perform 2 times
unstring ws-source-str delimited by all spaces
into ws-part-1
with pointer ws-pointer
on overflow
display "ERROR: OVERFLOW"
not on overflow
display "Successfully unstrung."
end-unstring
display "PART VALUE: " ws-part-1
display "POINTER: " ws-pointer
end-perform
*> EXAMPLE 3:
*> This is similar to example 1 but only requires one call to
*> unstring the whole source string due to there being enough
*> destination (into) variables supplied. The pointer isn't used
*> but is added to show that it's position is at the end of the
*> source string length after the unstring is performed.
display spaces
display "================================================="
display "EX 3 : UNSTRING INTO EXPLICIT FIELDS"
move 1 to ws-pointer
*> No overflow because pointer is past end of source data length
*> by the end of the command scope.
display space
display "SOURCE STRING: " ws-source-str
unstring ws-source-str delimited by all spaces
into ws-part-1 ws-part-2
with pointer ws-pointer
on overflow
display "ERROR: OVERFLOW"
not on overflow
display "Successfully unstrung."
end-unstring
display "PART1: " ws-part-1
display "PART2: " ws-part-2
display "POINTER: " ws-pointer
*> EXAMPLE 4:
*> This example uses a loop to unstring the source string into
*> a single variable. There are multiple delimiters specified that
*> split the string up. There are also some statistics/useful
*> info added by adding delmiter in, count in, and tallying in
*> keywords.
display spaces
display "================================================="
display "EX 4 : UNSTRING WITH MULTIPLE DELIMITERS "
move 1 to ws-pointer
move "A<B<CD>E%FG!HIJ|KL!MN>OP#QR!ST" to ws-source-str
display space
display "SOURCE STRING: " ws-source-str
perform until ws-pointer > function length(ws-source-str)
unstring ws-source-str
delimited by all "<" or ">" or "!" or ws-delimiter
into
ws-single-dest-str
delimiter in ws-single-delimiter
count in ws-single-char-count
with pointer ws-pointer
tallying in ws-single-fields-filled
end-unstring
display space
display "VALUE: " ws-single-dest-str
display "DELIMITER: " ws-single-delimiter
display "CHAR COUNT:" ws-single-char-count
display "CURRENT POINTER: " ws-pointer
display "TOTAL FIELDS FILLED: " ws-single-fields-filled
display "-------------------------------------------"
end-perform
*> EXAMPLE 5:
*> This example is similar to example 4 except that the source
*> string is unstrung with multiple delimiters into multiple
*> destination strings.
display spaces
display "================================================="
display "EX 5 : UNSTRING WITH MULTIPLE DELIMITERS " &
"INTO MULTIPLE DESTINATIONS"
move "A<B<CD>EFG!HIJ|KLMN>O" to ws-source-str
display space
display "SOURCE STRING: " ws-source-str
unstring ws-source-str
delimited by
all "<"
or all ">"
or "!"
or ws-delimiter
into
ws-multi-dest-str(1)
delimiter in ws-multi-delimiter(1)
count in ws-multi-char-count(1)
ws-multi-dest-str(2)
delimiter in ws-multi-delimiter(2)
count in ws-multi-char-count(2)
ws-multi-dest-str(3)
delimiter in ws-multi-delimiter(3)
count in ws-multi-char-count(3)
ws-multi-dest-str(4)
delimiter in ws-multi-delimiter(4)
count in ws-multi-char-count(4)
ws-multi-dest-str(5)
delimiter in ws-multi-delimiter(5)
count in ws-multi-char-count(5)
ws-multi-dest-str(6)
delimiter in ws-multi-delimiter(6)
count in ws-multi-char-count(6)
tallying in ws-multi-fields-filled
end-unstring
perform varying ws-multi-idx
from 1 by 1 until ws-multi-idx > 6
display space
display "STRING NUMBER: " ws-multi-idx
display "VALUE: " ws-multi-dest-str(ws-multi-idx)
display "DELIMITER: " ws-multi-delimiter(ws-multi-idx)
display "CHAR COUNT:" ws-multi-char-count(ws-multi-idx)
display "-------------------------------------------"
end-perform
display "TOTALS: "
display "FIELDS FILLED: " ws-multi-fields-filled
*> EXAMPLE 6:
*> This examples using UNSTRING to get parts of a formatted
*> number. It's probably not the best example but gives an
*> idea.
display spaces
display "================================================="
display "EX 6 : UNSTRING FORMATTED NUMBER"
display space
move 123456.12 to ws-source-num
display "SOURCE VALUE: " ws-source-num
unstring ws-source-num(2:) *> start at 2 to not include '$'
delimited by ',' or '.'
into ws-dest-num(1)
ws-dest-num(2)
ws-dest-num(3)
end-unstring
display "PART 1: " ws-dest-num(1)
display "PART 2: " ws-dest-num(2)
display "PART 3: " ws-dest-num(3)
display space
goback.
end program unstring-example.
| 37.166667 | 75 | 0.493691 |
28f73ebea99d8b11b9e29eae5b0fc62e146421b0 | 1,466 | cbl | COBOL | DATEFUNRB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | DATEFUNRB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | DATEFUNRB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | 000100 IDENTIFICATION DIVISION.
000200 program-id. DATEFUNRB.
000300 AUTHOR. RYAN BROOKS.
000400*DETERMINE NUMBER OF DAYS UNTIL END OF SEMESTER
000500 data division.
000600 working-storage section.
000700 01 WS-START-DATE pic 9(08) VALUE 20170116.
000800 01 WS-END-DATE PIC 9(08) VALUE 20170513.
000900 01 WS-CURRENT-DATE pic 9(08) VALUE 0.
001000 01 WS-DAYS-FROM-START pic 9(03) VALUE 0.
001100 01 WS-DAYS-FROM-END pic 9(03) VALUE 0.
001200 01 ANY-KEY pic X.
001300
001400 procedure division.
001500
001600* GET DATE AND PERFORM CALCULATIONS
001700 MOVE FUNCTION CURRENT-DATE (1:8) TO WS-CURRENT-DATE.
001800 compute WS-DAYS-FROM-END = function integer-of-date (WS-END-DATE)
001900 - function integer-of-date (WS-CURRENT-DATE).
002000 compute WS-DAYS-FROM-START = function integer-of-date
002100 (WS-CURRENT-DATE)
002200 - function integer-of-date (WS-START-DATE).
002300
002400* DISPLAY CALCULATED VALUES
002500 display "RYAN BROOKS".
002600 display "RUN ON " WS-CURRENT-DATE.
002700 display "THERE ARE " WS-DAYS-FROM-END " DAYS UNTIL THE END OF"
002800 " THE SEMESTER".
002900 display "THERE HAVE BEEN " WS-DAYS-FROM-START " DAYS SINCE THE"
003000 " SEMESTER STARTED".
003100 display " ".
003200 display "PRESS ANY KEY TO EXIT".
003300 accept ANY-KEY.
003400
003500 goback.
003600
003700 end program DATEFUNRB.
| 38.578947 | 72 | 0.693042 |
5a1533a17a9e4e472652811ef4ad89f7b3f1a9b6 | 570 | cbl | COBOL | src/products.cbl | m-lukas/cloudfoundry-enterprise-storefront-backend | ed145bcd801c50e707576a743eb73c59c2ab6973 | [
"Apache-2.0"
] | null | null | null | src/products.cbl | m-lukas/cloudfoundry-enterprise-storefront-backend | ed145bcd801c50e707576a743eb73c59c2ab6973 | [
"Apache-2.0"
] | null | null | null | src/products.cbl | m-lukas/cloudfoundry-enterprise-storefront-backend | ed145bcd801c50e707576a743eb73c59c2ab6973 | [
"Apache-2.0"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. DEMO.
PROCEDURE DIVISION.
DisplayPrompt.
DISPLAY '['
'{ "name": "Emmentaler", "brand": "Eirini", "price": "8" },'
'{ "name": "Camembert", "brand": "Cloud Foundry", "price": "18" },'
'{ "name": "Kanterkaas", "brand": "Kubernetes", "price": "7" },'
'{ "name": "Red Leicester", "brand": "RedHat", "price": "6" },'
'{ "name": "Olivet Bleu", "brand": "OpenShift", "price": "10" },'
'{ "name": "Caciobarricato", "brand": "Childers", "price": "14" }'
']'
STOP RUN.
| 40.714286 | 77 | 0.505263 |
24d75645c378ee3f08fe5c59b55b302ce4142739 | 1,056 | cobol | COBOL | Task/Arithmetic-geometric-mean/COBOL/arithmetic-geometric-mean.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Arithmetic-geometric-mean/COBOL/arithmetic-geometric-mean.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Arithmetic-geometric-mean/COBOL/arithmetic-geometric-mean.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. ARITHMETIC-GEOMETRIC-MEAN-PROG.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 AGM-VARS.
05 A PIC 9V9(16).
05 A-ZERO PIC 9V9(16).
05 G PIC 9V9(16).
05 DIFF PIC 9V9(16) VALUE 1.
* Initialize DIFF with a non-zero value, otherwise AGM-PARAGRAPH
* is never performed at all.
PROCEDURE DIVISION.
TEST-PARAGRAPH.
MOVE 1 TO A.
COMPUTE G = 1 / FUNCTION SQRT(2).
* The program will run with the test values. If you would rather
* calculate the AGM of numbers input at the console, comment out
* TEST-PARAGRAPH and un-comment-out INPUT-A-AND-G-PARAGRAPH.
* INPUT-A-AND-G-PARAGRAPH.
* DISPLAY 'Enter two numbers.'
* ACCEPT A.
* ACCEPT G.
CONTROL-PARAGRAPH.
PERFORM AGM-PARAGRAPH UNTIL DIFF IS LESS THAN 0.000000000000001.
DISPLAY A.
STOP RUN.
AGM-PARAGRAPH.
MOVE A TO A-ZERO.
COMPUTE A = (A-ZERO + G) / 2.
MULTIPLY A-ZERO BY G GIVING G.
COMPUTE G = FUNCTION SQRT(G).
SUBTRACT A FROM G GIVING DIFF.
COMPUTE DIFF = FUNCTION ABS(DIFF).
| 31.058824 | 68 | 0.673295 |
3944034d618d77b97e965d719b510fff42b767c4 | 3,207 | cbl | COBOL | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/MainClass.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/MainClass.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/MainClass.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2021-10-06T00:55:11.000Z | 2022-01-31T16:44:59.000Z | *****************************************************************
* *
* Copyright (C) 2020-2022 Micro Focus. All Rights Reserved. *
* This software may be used, modified, and distributed *
* (provided this notice is included without modification) *
* solely for demonstration purposes with other *
* Micro Focus software, and is otherwise subject to the EULA at *
* https://www.microfocus.com/en-us/legal/software-licensing. *
* *
* THIS SOFTWARE IS PROVIDED "AS IS" AND ALL IMPLIED *
* WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF *
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, *
* SHALL NOT APPLY. *
* TO THE EXTENT PERMITTED BY LAW, IN NO EVENT WILL *
* MICRO FOCUS HAVE ANY LIABILITY WHATSOEVER IN CONNECTION *
* WITH THIS SOFTWARE. *
* *
*****************************************************************
$set ilusing(java.io)
class-id com.mfcobolbook.databuilder.MainClass public.
method-id main (args as string occurs any) static.
if size of args < 3
display "Arguments to delete all data and start from fresh:"
display "-new <directory> <yyyymmdd>"
display "Arguments to add extra data:"
display "-add <directory> <yyyymmdd>"
display "Filenames must include either transaction or customer to be found"
display "yyyymmdd is the start date for all transaction data."
goback
end-if
declare arguments = new DataBuilderArguments(args)
invoke process(arguments)
end method.
method-id process(arguments as type DataBuilderArguments)
static private.
declare accountsBuilder = new AccountsBuilder(
arguments::dataPaths::customerDataPath)
declare transactionsBuilder = new TransactionsBuilder(
arguments::dataPaths::transactionDataPath,
arguments::dateString)
if arguments::operation = type DataBuilderArguments+Operation::initializeData
invoke accountsBuilder::initializeTables()
if accountsBuilder::createRecords()
display "Customer and account records created"
else
display "Failed creating customer and account records"
exit method
end-if
end-if
if transactionsBuilder::createRecords()
display "Transaction records created"
else
display "Failed creating customer and account records"
end-if
end method.
end class.
| 51.725806 | 90 | 0.49236 |
00c6654afb501601a42bdab740e907aebdcaa594 | 4,286 | cbl | COBOL | cobol/testdata/local/testantlr125.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr125.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr125.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 Identification Division.
000002 Program-ID. testantlr125.
000003 Author.
000004 This is the author paragraph
000005 Installation.
000006 This is line 01 of the Installation paragraph.
000007 This is line 02 of the installation paragraph no period
000008 Identification of the Installation paragraph extending to xxx
000009 Date-Written.
000010 In this Environment on this Source-Computer
000011 is recorded the Date-Written.
000012 Date-Compiled.
000013 Security. None.
000014 Data Division.
000015 Working-Storage Section.
000016
000017*
000018*comment
000019*
000020
000021 01 CONSTANTS.
000022 05 MYNAME PIC X(012) VALUE 'testantlr125'.
000023
000024*
000025
000026 01 WORK-AREAS.
000027 05 A PIC A VALUE 'A'.
000028 05 X PIC X VALUE 'X'.
000029 05 V99 PIC V99.
000030 05 B9 PIC B9.
000031 05 Z PIC Z.
000032 05 S9 PIC S9.
000033 05 S99DISPLAY PIC S99 DISPLAY.
000034 05 S99USAGEDISPLAY PIC S99 USAGE DISPLAY.
000035 05 S99DISPLAY1 PIC S99 DISPLAY-1.
000036 05 S99USAGEDISPLAY1 PIC S99 USAGE DISPLAY-1.
000037 05 S94COMP PIC S9(4) COMP.
000038 05 S94USAGECOMP PIC S9(4) USAGE COMP.
000039 05 S94COMP1 PIC S9(4) COMP-1.
000040 05 S94USAGECOMP1 PIC S9(4) USAGE COMP-1.
000041 05 S95COMP3 PIC S9(005) COMP-3.
000042 05 S95USAGECOMP3 PIC S9(005) USAGE COMP-3.
000043 05 S9SFLOAT USAGE COMP-2.
000044 05 S9DFLOAT USAGE COMP-4.
000045 05 S98COMP5 PIC S9(008) COMP-5.
000046 05 S98USAGECOMP5 PIC S9(008) USAGE COMP-5.
000047 05 S99DISPLAY-V PIC S99 DISPLAY VALUE 1.
000048 05 S99USAGEDISPLAY-V PIC S99 USAGE DISPLAY VALUE +1.
000049 05 S99DISPLAY1-V PIC S99 DISPLAY-1 VALUE 1.
000050 05 S99USAGEDISPLAY1-V PIC S99 USAGE DISPLAY-1 VALUE +1.
000051 05 S94COMP-V PIC S9(4) COMP VALUE 3.
000052 05 S94USAGECOMP-V PIC S9(4) USAGE COMP VALUE +3.
000053 05 S94COMP1-V PIC S9(4) COMP-1 VALUE -3.
000054 05 S94USAGECOMP1-V PIC S9(4) USAGE COMP-1 VALUE -7.
000055 05 S95COMP3-V PIC S9(005) COMP-3 VALUE +14.
000056 05 S95USAGECOMP3-V PIC S9(005) USAGE COMP-3 VALUE -14.
000057 05 S98COMP5-V PIC S9(008) COMP-5 VALUE 2.
000058 05 S98USAGECOMP5-V PIC S9(008) USAGE COMP-5 VALUE +2.
000059 05 S94COMPU PIC S9(4) COMPUTATIONAL.
000060 05 S94USAGECOMPU PIC S9(4) USAGE COMPUTATIONAL.
000061 05 S94COMPU1 PIC S9(4) COMPUTATIONAL-1.
000062 05 S94USAGECOMPU1 PIC S9(4) USAGE COMPUTATIONAL-1.
000063 05 S95COMPU3 PIC S9(005) COMPUTATIONAL-3.
000064 05 S95USAGECOMPU3 PIC S9(005) USAGE COMPUTATIONAL-3.
000065 05 S9SFLOATU USAGE COMPUTATIONAL-2.
000066 05 S9DFLOATU USAGE COMPUTATIONAL-4.
000067 05 S98COMPU5 PIC S9(008) COMPUTATIONAL-5.
000068 05 S98USAGECOMPU5 PIC S9(008) USAGE COMPUTATIONAL-5.
000069 05 S94COMPU-V PIC S9(4) COMPUTATIONAL VALUE 3.
000070 05 S94USAGECOMPU-V PIC S9(4)
000071 USAGE COMPUTATIONAL VALUE +3.
000072 05 S94COMPU1-V PIC S9(4) COMPUTATIONAL-1 VALUE -3.
000073 05 S94USAGECOMPU1-V PIC S9(4)
000074 USAGE COMPUTATIONAL-1 VALUE -7.
000075 05 S95COMPU3-V PIC S9(005)
000076 COMPUTATIONAL-3 VALUE +1.
000077 05 S95USAGECOMPU3-V PIC S9(005)
000078 USAGE COMPUTATIONAL-3 VALUE -14.
000079 05 S98COMPU5-V PIC S9(008) COMPUTATIONAL-5 VALUE 2.
000080 05 S98USAGECOMPU5-V PIC S9(008)
000081 USAGE COMPUTATIONAL-5 VALUE +2.
000082
000083
000084
000085 Procedure Division.
000086 DISPLAY MYNAME ' Begin'
000087
000088
000089 DISPLAY MYNAME ' End'
000090
000091 GOBACK
000092 .
000093
000094
| 45.115789 | 72 | 0.60546 |
5a8dd25928d804eb0561f9155590547fa96eab13 | 2,144 | cbl | COBOL | geo3x3_encode.cbl | yrm006/Geo3x3 | 269124682b307e0e8b100d179e3bf21d931df722 | [
"CC0-1.0"
] | 23 | 2021-02-20T12:53:34.000Z | 2021-12-07T02:56:21.000Z | geo3x3_encode.cbl | yrm006/Geo3x3 | 269124682b307e0e8b100d179e3bf21d931df722 | [
"CC0-1.0"
] | 22 | 2021-02-21T03:44:34.000Z | 2022-03-27T13:32:24.000Z | geo3x3_encode.cbl | yrm006/Geo3x3 | 269124682b307e0e8b100d179e3bf21d931df722 | [
"CC0-1.0"
] | 14 | 2021-02-20T23:51:46.000Z | 2021-08-17T13:20:41.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. geo3x3_encode.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 IX PIC 9(03).
01 I PIC 9(03).
01 X PIC S999.
01 Y PIC S999.
01 UNT PIC S9(03)V9(6).
01 R PIC 9(01).
LINKAGE SECTION.
01 LAT PIC S9(03)V9(6).
01 LNG PIC S9(03)V9(6).
01 LEVEL PIC 9(02).
01 RES PIC X(31).
01 RES-TBL REDEFINES RES.
03 RES-X PIC X(1) OCCURS 31.
PROCEDURE DIVISION USING BY REFERENCE LAT
BY REFERENCE LNG
BY REFERENCE LEVEL
BY REFERENCE RES.
MAIN SECTION.
MAIN-01.
MOVE SPACE TO RES.
IF LEVEL < 1
OR LEVEL > 30 THEN
GO TO MAIN-99
END-IF.
*
MOVE 1 TO IX.
MOVE "E" TO RES-X(IX).
IF LNG < ZERO THEN
MOVE "W" TO RES-X(IX)
COMPUTE LNG = LNG + 180
END-IF.
COMPUTE LAT = 90 + LAT.
MOVE 180 TO UNT.
MOVE ZERO TO R.
PERFORM VARYING I
FROM 1
BY 1
UNTIL I >= LEVEL
COMPUTE UNT = UNT / 3 END-COMPUTE
COMPUTE X = FUNCTION INTEGER(LNG / UNT) END-COMPUTE
COMPUTE Y = FUNCTION INTEGER(LAT / UNT) END-COMPUTE
COMPUTE R = X + Y * 3 + 1 END-COMPUTE
COMPUTE LNG = LNG - X * UNT END-COMPUTE
COMPUTE LAT = LAT - Y * UNT END-COMPUTE
ADD 1 TO IX
MOVE R TO RES-X(IX)
END-PERFORM.
MAIN-99.
EXIT PROGRAM.
END PROGRAM geo3x3_encode.
| 38.981818 | 70 | 0.365672 |
0adb169454d2b959f794518019aae3979cf2b407 | 679 | cob | COBOL | languages/cobol/cobol24/ch11/chapt11a.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch11/chapt11a.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch11/chapt11a.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | 000010 @OPTIONS MAIN
000020 Identification Division.
000030 Program-Id. Chapt11a.
000044 Environment Division.
000050 Configuration Section.
000051 Source-Computer. IBM-PC.
000055 Object-Computer. IBM-PC.
000056 Data Division.
000057 Working-Storage Section.
000067 01 Counter Pic 9(2) Value Zeros.
000077 Procedure Division.
000159 Chapt11a-Start.
000160 Perform Count-Routine With Test After Varying Counter
000161 From 1 By 1 Until Counter = 10
000164 Perform Count-Routine With Test After Varying Counter
000165 From 10 By -1 Until Counter = 1
000166 Stop Run
000167 .
000168 Count-Routine.
000169 Display Counter
000170 .
| 32.333333 | 64 | 0.749632 |
87b1163d9f6506db4361d19249255574baf99517 | 99 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/exhibit/ExhibitStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/asg/procedure/exhibit/ExhibitStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/asg/procedure/exhibit/ExhibitStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. EXHIBITSTMT.
PROCEDURE DIVISION.
EXHIBIT SOMEID1 '2' 3. | 24.75 | 26 | 0.757576 |
b1b92de3d51cc06c18764f0941119c8d040fc4c9 | 43 | cpy | COBOL | src/test/resources/io/proleap/cobol/ast/variable/CopyReplaceLinebreakBook.cpy | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/ast/variable/CopyReplaceLinebreakBook.cpy | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/ast/variable/CopyReplaceLinebreakBook.cpy | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 001000 This is a Line
001000 Break "World" | 21.5 | 22 | 0.767442 |
0e2cfd5e989e23f3286fe6e08d57582748c3755c | 13,264 | cpy | COBOL | tools/ssdb-cli.cpy | yupk/ssdb | bbf3bfa921df163a5589f550c91084adb9750221 | [
"BSD-3-Clause"
] | null | null | null | tools/ssdb-cli.cpy | yupk/ssdb | bbf3bfa921df163a5589f550c91084adb9750221 | [
"BSD-3-Clause"
] | null | null | null | tools/ssdb-cli.cpy | yupk/ssdb | bbf3bfa921df163a5589f550c91084adb9750221 | [
"BSD-3-Clause"
] | null | null | null | import thread, re, time, socket;
import getopt, shlex;
import datetime;
try{
import readline;
}catch(Exception e){
}
function welcome(){
sys.stderr.write('ssdb (cli) - ssdb command line tool.\n');
sys.stderr.write('Copyright (c) 2012-2014 ideawu.com\n');
sys.stderr.write('\n');
sys.stderr.write("'h' or 'help' for help, 'q' to quit.\n");
sys.stderr.write('\n');
}
function show_command_help(){
print '';
print '# Display ssdb-server status';
print ' info';
print '# KEY-VALUE COMMANDS';
print ' set key value';
print ' setx key value ttl';
print ' get key';
print ' del key';
print ' list key_start key_end limit';
print ' keys key_start key_end limit';
print ' scan key_start key_end limit';
print '# MAP(HASHMAP) COMMANDS';
print ' hset name key value';
print ' hget name key';
print ' hdel name key';
print ' hclear name';
print ' hlist name_start name_end limit';
print ' hkeys name key_start key_end limit';
print ' hscan name key_start key_end limit';
print '# ZSET(SORTED SET) COMMANDS';
print ' zset name key score';
print ' zget name key';
print ' zdel name key';
print ' zclear name';
print ' zlist name_start name_end limit';
print ' zkeys name key_start score_start score_end limit';
print ' zscan name key_start score_start score_end limit';
print '# FLUSH DATABASE';
print ' flushdb';
print ' flushdb kv';
print ' flushdb hash';
print ' flushdb zset';
print '';
print '# EXAMPLES';
print ' scan "" "" 10';
print ' scan aa "" 10';
print ' hlist "" "" 10';
print ' hscan h "" "" 10';
print ' hscan h aa "" 10';
print ' zlist "" "" 10';
print ' zscan z "" "" "" 10';
print ' zscan z "" 1 100 10';
print '';
print 'press \'q\' and Enter to quit.';
print '';
}
function usage(){
print '';
print 'Usage:';
print ' ssdb-cli [-h] [HOST] [-p] [PORT]';
print '';
print 'Options:';
print ' -h 127.0.0.1';
print ' ssdb server hostname/ip address';
print ' -p 8888';
print ' ssdb server port';
print '';
print 'Examples:';
print ' ssdb-cli';
print ' ssdb-cli 8888';
print ' ssdb-cli 127.0.0.1 8888';
print ' ssdb-cli -h 127.0.0.1 -p 8888';
}
function repr_data(str){
ret = repr(str);
if(len(ret) > 0){
if(ret[0] == '\''){
ret = ret.replace("\\'", "'");
ret = ret[1 .. -1];
}else if(ret[0] == '"'){
ret = ret.replace('\\"', '"');
ret = ret[1 .. -1];
}else{
}
}
ret = ret.replace("\\\\", "\\");
return ret;
}
function hclear(link, hname, verbose=true){
ret = 0;
num = 0;
batch = 1000;
last_count = 0;
r = link.request('hclear', [hname]);
try{
ret = r.data;
}catch(Exception e){
}
return ret;
}
function zclear(link, zname, verbose=true){
ret = 0;
num = 0;
batch = 1000;
last_count = 0;
r = link.request('zclear', [zname]);
try{
ret = r.data;
}catch(Exception e){
}
return ret;
}
function flushdb(link, data_type){
printf('\n');
printf('============================ DANGER! ============================\n');
printf('This operation is DANGEROUS and is not recoverable, if you\n');
printf('realy want to flush the whole db(delete ALL data in ssdb server),\n');
printf('input \'yes\' and press Enter, or just press Enter to cancel\n');
printf('=================================================================\n');
printf('\n');
printf('> flushdb? ');
line = sys.stdin.readline().strip();
if(line != 'yes'){
printf('Operation cancelled.\n\n');
return;
}
print 'Begin to flushdb...\n';
batch = 1000;
d_kv = 0;
if(data_type == '' || data_type == 'kv'){
while(true){
resp = link.request('keys', ['', '', batch]);
if(len(resp.data) == 0){
break;
}
d_kv += len(resp.data);
link.request('multi_del', resp.data);
printf('delete[kv ] %d key(s).\n', d_kv);
}
}
d_hash = 0;
d_hkeys = 0;
if(data_type == '' || data_type == 'hash'){
while(true){
resp = link.request('hlist', ['', '', batch]);
if(len(resp.data) == 0){
break;
}
last_num = 0;
foreach(resp.data as hname){
d_hash += 1;
deleted_num = hclear(link, hname, false);
d_hkeys += deleted_num;
if(d_hkeys - last_num >= batch){
last_num = d_hkeys;
printf('delete[hash] %d hash(s), %d key(s).\n', d_hash, d_hkeys);
}
}
if(d_hkeys - last_num >= batch){
printf('delete[hash] %d hash(s), %d key(s).\n', d_hash, d_hkeys);
}
}
printf('delete[hash] %d hash(s), %d key(s).\n', d_hash, d_hkeys);
}
d_zset = 0;
d_zkeys = 0;
if(data_type == '' || data_type == 'zset'){
while(true){
resp = link.request('zlist', ['', '', batch]);
if(len(resp.data) == 0){
break;
}
last_num = 0;
foreach(resp.data as zname){
d_zset += 1;
deleted_num = zclear(link, zname, false);
d_zkeys += deleted_num;
if(d_zkeys - last_num >= batch){
last_num = d_zkeys;
printf('delete[zset] %d zset(s), %d key(s).\n', d_zset, d_zkeys);
}
}
if(d_zkeys - last_num >= batch){
printf('delete[zset] %d zset(s), %d key(s).\n', d_zset, d_zkeys);
}
}
printf('delete[zset] %d zset(s), %d key(s).\n', d_zset, d_zkeys);
}
printf('\n');
printf('===== flushdb stats =====\n');
if(data_type == '' || data_type == 'kv'){
printf('[kv] %8d key(s).\n', d_kv);
}
if(data_type == '' || data_type == 'hash'){
printf('[hash] %8d hash(s), %8d key(s).\n', d_hash, d_hkeys);
}
if(data_type == '' || data_type == 'zset'){
printf('[zset] %8d zset(s), %8d key(s).\n', d_zset, d_zkeys);
}
printf('\n');
printf('clear binlog\n');
link.request('clear_binlog');
printf('\n');
printf('compacting...\n');
link.request('compact');
printf('done.\n');
printf('\n');
}
function timespan(stime){
etime = datetime.datetime.now();
ts = etime - stime;
time_consume = ts.seconds + ts.microseconds/1000000.;
return time_consume;
}
host = '';
port = '';
opt = '';
args = [];
foreach(sys.argv[1 ..] as arg){
if(opt == '' && arg.startswith('-')){
opt = arg;
}else{
switch(opt){
case '-h':
host = arg;
opt = '';
break;
case '-p':
port = arg;
opt = '';
break;
default:
args.append(arg);
break;
}
}
}
if(host == ''){
host = '127.0.0.1';
foreach(args as arg){
if(!re.match('^[0-9]+$', args[0])){
host = arg;
break;
}
}
}
if(port == ''){
port = '8888';
foreach(args as arg){
if(re.match('^[0-9]+$', args[0])){
port = arg;
break;
}
}
}
try{
port = int(port);
}catch(Exception e){
print 'Invalid argument port: ', port;
usage();
sys.exit(0);
}
sys.path.append('./api/python');
sys.path.append('../api/python');
import SSDB.SSDB;
try{
link = new SSDB(host, port);
}catch(socket.error e){
printf('Failed to connect to: %s:%d\n', host, port);
print 'Connection error: ', str(e);
sys.exit(0);
}
welcome();
try{
resp = link.request('info', []);
print 'ssdb-server version: ' + resp.data[2] + '\n';
}catch(Exception e){
}
while(true){
line = '';
c = sprintf('ssdb %s:%s> ', host, str(port));
b = sys.stdout;
sys.stdout = sys.stderr;
try{
line = raw_input(c);
}catch(Exception e){
break;
}
sys.stdout = b;
if(line == ''){
continue;
}
line = line.strip();
if(line == 'q' || line == 'quit'){
print 'bye.';
break;
}
if(line == 'h' || line == 'help'){
show_command_help();
continue;
}
try{
ps = shlex.split(line);
}catch(Exception e){
print 'error: ', e;
continue;
}
if(len(ps) == 0){
continue;
}
cmd = ps[0].lower();
args = ps[1 .. ];
try{
if(cmd == 'flushdb'){
stime = datetime.datetime.now();
if(len(args) == 0){
flushdb(link, '');
}else{
flushdb(link, args[0]);
}
sys.stderr.write(sprintf('(%.3f sec)\n', timespan(stime)));
continue;
}
}catch(Exception e){
sys.stderr.write("error! - " + str(e) + "\n");
continue;
}
retry = 0;
max_retry = 5;
stime = datetime.datetime.now();
while(true){
stime = datetime.datetime.now();
resp = link.request(cmd, args);
if(resp.code == 'disconnected'){
link.close();
time.sleep(retry);
retry ++;
if(retry > max_retry){
print 'cannot connect to server, give up...';
break;
}
printf('[%d/%d] reconnecting to server... ', retry, max_retry);
try{
link = new SSDB(host, port);
print 'done.';
}catch(socket.error e){
print 'Connect error: ', str(e);
continue;
}
print '';
}else{
break;
}
}
time_consume = timespan(stime);
if(!resp.ok()){
if(resp.not_found()){
print 'not_found';
}else{
print 'error: ' + resp.code;
}
sys.stderr.write(sprintf('(%.3f sec)\n', time_consume));
}else{
switch(cmd){
case 'exists':
case 'hexists':
case 'zexists':
if(resp.data == true){
printf('true\n');
}else{
printf('false\n');
}
sys.stderr.write(sprintf('(%.3f sec)\n', time_consume));
break;
case 'multi_exists':
case 'multi_hexists':
case 'multi_zexists':
printf('%-15s %s\n', 'key', 'value');
print ('-' * 25);
foreach(resp.data as k=>v){
if(v == true){
s = 'true';
}else{
s = 'false';
}
printf(' %-15s : %s\n', repr_data(k), s);
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
case 'getset':
case 'setnx':
case 'get':
case 'zget':
case 'hget':
case 'qfront':
case 'qback':
case 'qget':
case 'qpop':
case 'qpop_front':
case 'qpop_back':
case 'incr':
case 'decr':
case 'zincr':
case 'zdecr':
case 'hincr':
case 'hdecr':
case 'hsize':
case 'zsize':
case 'qsize':
case 'zrank':
case 'zrrank':
case 'zsum':
case 'zcount':
case 'zavg':
case 'zremrangebyrank':
case 'zremrangebyscore':
case 'zavg':
case 'multi_del':
case 'multi_hdel':
case 'multi_zdel':
case 'hclear':
case 'zclear':
case 'qclear':
case 'qpush':
case 'qpush_front':
case 'qpush_back':
print repr_data(resp.data);
sys.stderr.write(sprintf('(%.3f sec)\n', time_consume));
break;
case 'set':
case 'setx':
case 'zset':
case 'hset':
case 'del':
case 'zdel':
case 'hdel':
print resp.code;
sys.stderr.write(sprintf('(%.3f sec)\n', time_consume));
break;
case 'scan':
case 'rscan':
case 'hgetall':
case 'hscan':
case 'hrscan':
printf('%-15s %s\n', 'key', 'value');
print ('-' * 25);
foreach(resp.data['index'] as k){
printf(' %-15s : %s\n', repr_data(k), repr_data(resp.data['items'][k]));
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data['index']), time_consume));
break;
case 'zscan':
case 'zrscan':
case 'zrange':
case 'zrrange':
printf('%-15s %s\n', 'key', 'score');
print ('-' * 25);
foreach(resp.data['index'] as k){
score = resp.data['items'][k];
printf(' %-15s: %s\n', repr_data(repr_data(k)), score);
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data['index']), time_consume));
break;
case 'keys':
case 'list':
case 'zkeys':
case 'hkeys':
printf(' %15s\n', 'key');
print ('-' * 17);
foreach(resp.data as k){
printf(' %15s\n', repr_data(k));
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
case 'hvals':
printf(' %15s\n', 'value');
print ('-' * 17);
foreach(resp.data as k){
printf(' %15s\n', repr_data(k));
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
case 'hlist':
case 'zlist':
case 'qlist':
case 'qslice':
case 'qrange':
printf(' %15s\n', 'name');
print ('-' * 17);
foreach(resp.data as k){
printf(' %15s\n', repr_data(k));
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
case 'multi_get':
case 'multi_hget':
case 'multi_zget':
printf('%-15s %s\n', 'key', 'value');
print ('-' * 25);
foreach(resp.data as k=>v){
printf(' %-15s : %s\n', repr_data(k), repr_data(v));
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
case 'info':
is_val = false;
for(i=1; i<len(resp.data); i++){
s = resp.data[i];
if(is_val){
s = ' ' + s.replace('\n', '\n ');
}
print s;
is_val = !is_val;
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
case 'key_range':
if(len(resp.data) != 6){
print 'error!';
}else{
for(i=0; i<len(resp.data); i++){
resp.data[i] = repr_data(resp.data[i]);
if(resp.data[i] == ''){
resp.data[i] = '""';
}
}
klen = 0;
vlen = 0;
for(i=0; i<len(resp.data); i+=2){
klen = max(len(resp.data[i]), klen);
vlen = max(len(resp.data[i+1]), vlen);
}
printf(' kv : %-*s - %-*s\n', klen, resp.data[0], vlen, resp.data[1]);
printf(' hash : %-*s - %-*s\n', klen, resp.data[2], vlen, resp.data[3]);
printf(' zset : %-*s - %-*s\n', klen, resp.data[4], vlen, resp.data[5]);
}
sys.stderr.write(sprintf('%d result(s) (%.3f sec)\n', len(resp.data), time_consume));
break;
default:
print repr_data(resp.code), repr_data(resp.data);
sys.stderr.write(sprintf('(%.3f sec)\n', time_consume));
break;
}
}
}
| 22.634812 | 98 | 0.556695 |
db816d921d2ab3bb230f8791186e497e857b3136 | 1,870 | cob | COBOL | example3.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example3.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example3.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example3.
AUTHOR. Ursin Filli
DATE-WRITTEN. April 28th 2020
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SPECIAL-NAMES.
CLASS PassingScore IS "A" THRU "C", "D".
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 Age PIC 99 VALUE 0.
01 Grade PIC 99 VALUE 0.
01 Score PIC X(1) VALUE "B".
01 CanVoteFlag PIC 9 VALUE 0.
88 CanVote VALUE 1.
88 CantVote VALUE 0.
01 TestNumber PIC X.
88 IsPrime VALUE "1", "3", "5", "7".
88 IsOdd VALUE "1", "3", "5", "7", "9".
88 IsEven VALUE "2", "4", "6", "8".
88 LessThen5 VALUE "1" THRU "4".
88 ANumber VALUE "0" THRU "9".
PROCEDURE DIVISION.
DISPLAY "Enter Age : " WITH NO ADVANCING
ACCEPT Age
IF Age > 18 THEN
DISPLAY "You can vote"
ELSE
DISPLAY "You can't vote"
END-IF
IF Age LESS THAN 5 THEN
DISPLAY "Stay Home"
END-IF
IF Age = 5 THEN
DISPLAY "Go to Kindergarten"
END-IF
IF Age > 5 AND Age < 18 THEN
COMPUTE Grade = Age - 5
DISPLAY "Go to Grade " Grade
END-IF
IF Age GREATER THAN OR EQUAL TO 18
DISPLAY "Go to College"
END-IF
IF Score IS PassingScore THEN
DISPLAY "You Passed"
ELSE
DISPLAY "You Failed"
END-IF
*> NUMERIC ALPHABETIC ALPHABETIC-LOWER ALPHABETIC-UPPER
IF Score IS NOT NUMERIC THEN
DISPLAY "Not a Number"
END-IF
IF Age > 18 THEN
SET CanVote TO TRUE
ELSE
SET CantVote TO TRUE
END-IF
DISPLAY "Vote " CanVoteFlag
DISPLAY "Enter Singe Number or X to Exit : "
ACCEPT TestNumber
PERFORM UNTIL NOT ANumber
EVALUATE TRUE
WHEN IsPrime DISPLAY "Prime"
WHEN IsOdd DISPLAY "Odd"
WHEN IsEven DISPLAY "Even"
WHEN LessThen5 DISPLAY "Less than 5"
WHEN OTHER DISPLAY "Default Action"
END-EVALUATE
ACCEPT TestNumber
END-PERFORM
STOP RUN.
| 23.974359 | 55 | 0.646524 |
39e74203fec1c834c25d6edbaf5b1af0afe82fd2 | 232 | cpy | COBOL | cics-genapp/base/src/COPY/POLLOO2.cpy | jbyibm/dbb-pipeline-public | d6db8f96bb9aee85026c4b585896e53e3764fd19 | [
"Apache-2.0"
] | 1 | 2021-09-02T20:19:02.000Z | 2021-09-02T20:19:02.000Z | cics-genapp/base/src/COPY/POLLOO2.cpy | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | cics-genapp/base/src/COPY/POLLOO2.cpy | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | 01 REQUEST.
03 CA-CUSPOL-REQUEST
05 CA-POLICIES OCCURS 5 TIMES.
07 CA-POLICY-NUMBER PIC 9(10) DISPLAY.
07 CA-POLICY-TYPE PIC X(1) DISPLAY.
03 CA-POLICY-DATA PIC X(32427). | 38.666667 | 49 | 0.551724 |
68d40cfbacfed9bc485cfb6def76885b5b9ccbc7 | 1,849 | cbl | COBOL | cobol/tst_mfcob.cbl | Timitoo-Systems/timtest | 5516af2da998f9a2abe2b65db46595503f4c2112 | [
"MIT"
] | 1 | 2021-06-09T23:02:10.000Z | 2021-06-09T23:02:10.000Z | cobol/tst_mfcob.cbl | Timitoo-Systems/timtest | 5516af2da998f9a2abe2b65db46595503f4c2112 | [
"MIT"
] | null | null | null | cobol/tst_mfcob.cbl | Timitoo-Systems/timtest | 5516af2da998f9a2abe2b65db46595503f4c2112 | [
"MIT"
] | null | null | null | $ set sourceformat"FREE" DefaultByte"00"
special-names.
call-convention 8 is static.
identification division.
program-id. mftest.
*>---------------------------------------------------------------*
*> Timitoo Systems Test for Microfocus Cobol *
*> UNTESTED CODE *
*>---------------------------------------------------------------*
environment division.
configuration section.
data division.
file section.
working-storage section.
01 rcOK pic s9(8) value 0.
01 rcFAILED pic s9(8) value 1.
01 API-HANDLE usage pointer.
01 TIM-RET-CODE pic s9(8) comp-5 value 0.
01 TIM-CPI pic s9(9) value 31415.
01 TIM-X pic s9(9) binary value 2.
01 TIM-DBL comp-2 value 0.
01 TIM-STR pic x(8) value nulls.
01 TIM-TMP pic s9(9) value zero.
procedure division.
*>---- AFPBgnSession --------------------------------------------*
move rcFAILED to TIM-RET-CODE.
move null to API-HANDLE.
display 'TIM-RET-CODE (before): ' TIM-RET-CODE upon console end-display.
display 'API-HANDLE (before): ' API-HANDLE upon console end-display.
call static "AFPBgnSession" using
by reference
API-HANDLE
returning
TIM-RET-CODE
end-call.
display 'TIM-RET-CODE (after): ' TIM-RET-CODE upon console end-display.
display 'API-HANDLE (after): ' API-HANDLE upon console end-display.
*>---------------------------------------------------------------*
stop run.
| 35.557692 | 79 | 0.43483 |
e30e2f1ae7f63be95cfc2a4e38e14beb9da03894 | 14,191 | cbl | COBOL | cow.cbl | ScenicFlighter/cobol-web | 7b22a790fd3db80749f2f24bf5fda78c40576e3f | [
"MIT"
] | null | null | null | cow.cbl | ScenicFlighter/cobol-web | 7b22a790fd3db80749f2f24bf5fda78c40576e3f | [
"MIT"
] | null | null | null | cow.cbl | ScenicFlighter/cobol-web | 7b22a790fd3db80749f2f24bf5fda78c40576e3f | [
"MIT"
] | null | null | null | identification division.
program-id. cow.
environment division.
data division.
working-storage section.
01 newline pic x value x'0a'.
01 analyzed-query pic x(1600).
01 the-great-dispatch.
03 routing-table occurs 10 times.
05 routing-pattern pic x(999).
05 routing-destiny pic x(999).
01 tester pic x(1) value "n".
01 anyfound pic x(1) value "n".
01 ctr pic 99 usage comp-5.
01 the-values.
05 query-values occurs 10 times.
10 query-value-name pic x(90).
10 query-value pic x(90).
procedure division.
copy "config.cbl".
perform web-header.
call 'getquery' using analyzed-query.
perform varying ctr from 1 by 1
until ctr > 5
call 'checkquery' using analyzed-query routing-pattern(ctr) tester the-values
if (tester="y")
*> display routing-pattern(ctr) "<hr>"
move "y" to anyfound
call routing-destiny(ctr) using the-values
end-if
end-perform
if (anyfound="n") perform bad-query-error.
*> if (anyfound="y") call 'showvars' using the-values.
goback.
bad-query-error.
display "<b>Cobol-on-Wheelchair error:</b> query pattern not found (<i>" function trim(analyzed-query) "</i>)".
web-header.
display
newline
end-display.
identification division.
program-id. getquery.
environment division.
input-output section.
file-control.
select webinput assign to keyboard.
data division.
file section.
fd webinput.
01 postchunk pic x(1024).
working-storage section.
78 name-count value 34.
01 name-index pic 99 usage comp-5.
01 value-string pic x(256).
01 environment-names.
02 name-strings.
03 filler pic x(20) value 'AUTH_TYPE'.
03 filler pic x(20) value 'CONTENT_LENGTH'.
03 filler pic x(20) value 'CONTENT_TYPE'.
03 filler pic x(20) value 'DOCUMENT_ROOT'.
03 filler pic x(20) value 'GATEWAY_INTERFACE'.
03 filler pic x(20) value 'HTTP_ACCEPT'.
03 filler pic x(20) value 'HTTP_ACCEPT_CHARSET'.
03 filler pic x(20) value 'HTTP_ACCEPT_ENCODING'.
03 filler pic x(20) value 'HTTP_ACCEPT_LANGUAGE'.
03 filler pic x(20) value 'HTTP_COOKIE'.
03 filler pic x(20) value 'HTTP_CONNECTION'.
03 filler pic x(20) value 'HTTP_HOST'.
03 filler pic x(20) value 'HTTP_REFERER'.
03 filler pic x(20) value 'HTTP_USER_AGENT'.
03 filler pic x(20) value 'LIB_PATH'.
03 filler pic x(20) value 'PATH'.
03 filler pic x(20) value 'PATH_INFO'.
03 filler pic x(20) value 'PATH_TRANSLATED'.
03 filler pic x(20) value 'QUERY_STRING'.
03 filler pic x(20) value 'REMOTE_ADDR'.
03 filler pic x(20) value 'REMOTE_HOST'.
03 filler pic x(20) value 'REMOTE_IDENT'.
03 filler pic x(20) value 'REMOTE_PORT'.
03 filler pic x(20) value 'REQUEST_METHOD'.
03 filler pic x(20) value 'REQUEST_URI'.
03 filler pic x(20) value 'SCRIPT_FILENAME'.
03 filler pic x(20) value 'SCRIPT_NAME'.
03 filler pic x(20) value 'SERVER_ADDR'.
03 filler pic x(20) value 'SERVER_ADMIN'.
03 filler pic x(20) value 'SERVER_NAME'.
03 filler pic x(20) value 'SERVER_PORT'.
03 filler pic x(20) value 'SERVER_PROTOCOL'.
03 filler pic x(20) value 'SERVER_SIGNATURE'.
03 filler pic x(20) value 'SERVER_SOFTWARE'.
02 filler redefines name-strings.
03 name-string pic x(20) occurs name-count times.
linkage section.
01 the-query pic x(1600).
procedure division using the-query.
perform varying name-index from 1 by 1
until name-index > name-count
accept value-string from environment
name-string(name-index)
end-accept
if (name-string(name-index) = "PATH_INFO")
move value-string to the-query
end-if
end-perform.
goback.
end program getquery.
identification division.
program-id. showvars.
data division.
working-storage section.
01 ctr pic 99 usage comp-5.
linkage section.
01 the-values.
05 query-values occurs 10 times.
10 query-value-name pic x(90).
10 query-value pic x(90).
procedure division using the-values.
display "<table cellpadding=10 border=1 cellspacing=4 bgcolor=lightgray>"
perform varying ctr from 1 by 1
until ctr > 10
display "<tr><td>" query-value-name(ctr) "</td><td>" query-value(ctr) "</td></tr>"
end-perform
display "</table>"
goback.
end program showvars.
identification division.
program-id. checkquery.
data division.
working-storage section.
01 choppery.
05 chopped-path-pieces occurs 99 times.
10 chopped-path-piece pic x(80) value spaces.
05 chopped-pattern-pieces occurs 99 times.
10 chopped-pattern-piece pic x(80) value spaces.
01 counter pic s9(04) comp.
01 positio pic s9(04).
01 tmp-pointer pic s9(04) comp value +1.
01 tmp-pointer2 pic s9(04) comp value +1.
01 counter-of-values pic s9(2).
01 query-analysis.
05 query-values occurs 10 times.
10 query-value-name pic x(90).
10 query-value pic x(90).
linkage section.
01 the-query pic x(255).
01 the-pattern pic x(255).
01 result pic x(1).
01 query-analysis-out.
05 query-values-out occurs 10 times.
10 query-value-name-out pic x(90).
10 query-value-out pic x(90).
procedure division using the-query the-pattern result query-analysis-out.
move spaces to choppery.
move "y" to result.
move 0 to counter-of-values.
move 1 to tmp-pointer.
move 1 to tmp-pointer2.
perform varying counter from 2 by 1 until counter > 99
subtract 1 from counter giving positio
unstring the-query delimited by '/'
into chopped-path-piece(positio)
with pointer tmp-pointer
unstring the-pattern delimited by '/'
into chopped-pattern-piece(positio)
with pointer tmp-pointer2
end-perform.
move 0 to counter.
*> display "<h3>" the-query " vs " the-pattern "</h3>"
perform varying counter from 1 by 1 until counter > 99 or result = "n"
*> for filling only entered values
*> if (chopped-path-piece(counter) equal spaces and counter>1)
*> display "break"
*> exit perform
*> else
*> display counter "::" result " (" chopped-path-piece(counter) "/" chopped-pattern-piece(counter) ")<P>"
if (chopped-pattern-piece(counter)(1:1) equal "%")
add 1 to counter-of-values
move chopped-pattern-piece(counter) to query-value-name(counter-of-values)
move chopped-path-piece(counter) to query-value(counter-of-values)
*> display "got val " chopped-pattern-piece(counter) "<P>"
end-if
if
(chopped-path-piece(counter) not equal chopped-pattern-piece(counter)
and
chopped-pattern-piece(counter)(1:1) not equal "%")
move "n" to result
*> display "<P><b>fail at " counter "</b> (" chopped-path-piece(counter) " :: " chopped-pattern-piece(counter) ")</p>"
end-if
*> end-if
end-perform.
if (result="y")
move query-analysis to query-analysis-out
end-if
goback.
end program checkquery.
*> ***********************************************
identification division.
program-id. templates.
environment division.
input-output section.
file-control.
select readfile
assign to readfile-name
file status is readfile-status
organization is line sequential.
data division.
file section.
fd readfile.
01 readline pic x(1024).
working-storage section.
01 readfile-name pic x(255).
01 readfile-status pic x(2).
01 templine pic x(1024).
01 the-var pic x(100).
01 what-we-change pic x(100).
01 counter PIC 9(4).
linkage section.
01 the-vars.
03 COW-vars OCCURS 99 times.
05 COW-varname pic x(99).
05 COW-varvalue pic x(99).
01 template-filename pic x(255).
procedure division using the-vars template-filename.
move
function concatenate("views/",function trim(template-filename))
to readfile-name.
start-readfile.
open input readfile
call 'checkfilestatus' using readfile-name readfile-status
read readfile
perform until readfile-status = '10'
move function trim(readline) to templine
PERFORM VARYING counter FROM 1 BY 1 UNTIL counter > 99
move
function concatenate(
'{{' function trim(COW-varname(counter)) '}}'
)
to
what-we-change
move
function SUBSTITUTE(
templine,
function trim(what-we-change),
function trim(COW-varvalue(counter)))
to templine
END-PERFORM
display function trim(templine)
read readfile
end-perform
close readfile.
identification division.
program-id. checkfilestatus.
data division.
working-storage section.
01 status-message pic x(72).
01 display-message pic x(72) value spaces.
linkage section.
01 file-name pic x(64).
01 file-status pic x(2).
procedure division using file-name file-status.
start-checkfilestatus.
if file-status = '00'
goback
end-if
evaluate file-status
when 00 move 'SUCCESS.' TO status-message
when 02 move 'SUCCESS DUPLICATE.' TO status-message
when 04 move 'SUCCESS INCOMPLETE.' TO status-message
when 05 move 'SUCCESS OPTIONAL.' TO status-message
when 07 move 'SUCCESS NO UNIT.' TO status-message
when 10 move 'END OF FILE.' TO status-message
when 14 move 'OUT OF KEY RANGE.' TO status-message
when 21 move 'KEY INVALID.' TO status-message
when 22 move 'KEY EXISTS.' TO status-message
when 23 move 'KEY NOT EXISTS.' TO status-message
when 30 move 'PERMANENT ERROR.' TO status-message
when 31 move 'INCONSISTENT FILENAME.' TO status-message
when 34 move 'BOUNDARY VIOLATION.' TO status-message
when 35 move 'FILE NOT FOUND.' TO status-message
when 37 move 'PERMISSION DENIED.' TO status-message
when 38 move 'CLOSED WITH LOCK.' TO status-message
when 39 move 'CONFLICT ATTRIBUTE.' TO status-message
when 41 move 'ALREADY OPEN.' TO status-message
when 42 move 'NOT OPEN.' TO status-message
when 43 move 'READ NOT DONE.' TO status-message
when 44 move 'RECORD OVERFLOW.' TO status-message
when 46 move 'READ ERROR.' TO status-message
when 47 move 'INPUT DENIED.' TO status-message
when 48 move 'OUTPUT DENIED.' TO status-message
when 49 move 'I/O DENIED.' TO status-message
when 51 move 'RECORD LOCKED.' TO status-message
when 52 move 'END-OF-PAGE.' TO status-message
when 57 move 'I/O LINAGE.' TO status-message
when 61 move 'FILE SHARING FAILURE.' TO status-message
when 91 move 'FILE NOT AVAILABLE.' TO status-message
end-evaluate
string 'ERROR ' delimited by size
file-name delimited by space
space delimited by size
status-message delimited by '.'
into display-message
display display-message
stop run
.
end program checkfilestatus.
end program templates.
end program cow.
| 26.086397 | 134 | 0.514129 |
d3a7d263bf6861d691a7972c56582bcee6a5502c | 331 | cpy | COBOL | corona/datarec.cpy | andreas19/cobol-uebungen | a8c1e7d4a25d88ff0c35fb89341bd107756d947d | [
"Unlicense"
] | null | null | null | corona/datarec.cpy | andreas19/cobol-uebungen | a8c1e7d4a25d88ff0c35fb89341bd107756d947d | [
"Unlicense"
] | null | null | null | corona/datarec.cpy | andreas19/cobol-uebungen | a8c1e7d4a25d88ff0c35fb89341bd107756d947d | [
"Unlicense"
] | null | null | null | 01 DataRec.
88 EndOf-:tag: value high-values.
02 DistrictId-:tag:.
03 StateId-:tag: pic 99.
03 FILLER pic 999.
02 Date-:tag:.
03 Year-:tag: pic 9999.
03 Month-:tag: pic 99.
03 Day-:tag: pic 99.
02 Cases-:tag: pic 9(6).
| 30.090909 | 43 | 0.44713 |
0640a6ad1878b0a4e13c0cc5cc4e28486548c0ee | 1,887 | cbl | COBOL | Cobol4VisualStudio.Examples/Salesperson.cbl | BradCandell/Cobol4VisualStudio | 89a4f9570f04e2c4a8d116503a4a1549a3e285d0 | [
"MIT"
] | 2 | 2016-06-15T16:25:57.000Z | 2016-07-11T13:57:05.000Z | Cobol4VisualStudio.Examples/Salesperson.cbl | BradCandell/Cobol4VisualStudio | 89a4f9570f04e2c4a8d116503a4a1549a3e285d0 | [
"MIT"
] | null | null | null | Cobol4VisualStudio.Examples/Salesperson.cbl | BradCandell/Cobol4VisualStudio | 89a4f9570f04e2c4a8d116503a4a1549a3e285d0 | [
"MIT"
] | null | null | null | 000100 ID DIVISION.
000200 PROGRAM-ID. SLS02.
000300 FILE-CONTROL.
000400 SELECT SALESPERSON-FILE
000500 ASSIGN TO DISK.
000600 SELECT REPORT-FILE
000700 ASSIGN TO PRINTER.
000800 DATA DIVISION.
000900 FILE SECTION.
001000 FD SALESPERSON-FILE.
001100 01 SALESPERSON-RECORD.
001200 05 FILLER PIC XX.
001300 05 SP-NUMBER PIC X(4).
001400 05 SP-NAME PIC X(18).
001500 05 FILLER PIC X(21).
001600 05 SP-CURRENT-SALES PIC 9(5)V99.
001700 05 SP-CURRENT-RETURNS PIC 9(4)V99.
001800 FD REPORT-FILE.
001900 01 REPORT-RECORD.
002000 05 FILLER PIC X(10).
002100 05 RT-NUMBER PIC X(4).
002200 05 FILLER PIC X(6).
002300 05 RT-NAME PIC X(18).
002400 05 FILLER PIC X(6).
002500 05 RT-CURRENT-SALES PIC ZZ,ZZZ.99.
002600 05 FILLER PIC X(6).
002700 05 RT-CURRENT-RETURNS PIC Z,ZZZ.99.
002800 05 FILLER PIC X(65).
002900 WORKING-STORAGE SECTION.
003000 01 WS-EOF-FLAG PIC X.
003100*
003200 PROCEDURE DIVISION.
003300*
003400 MAIN-ROUTINE.
003500 OPEN INPUT SALESPERSON-FILE
003600 OUTPUT REPORT-FILE
003700 MOVE "N" TO WS-EOF-FLAG
003800 READ SALESPERSON-FILE
003900 AT END MOVE "Y" TO WS-EOF-FLAG
004000 END-READ
004100*
004200 PERFORM UNTIL WS-EOF-FLAG IS EQUAL TO "Y"
004300 MOVE SPACES TO REPORT-RECORD
004400 MOVE SP-NUMBER TO RT-NUMBER
004500 MOVE SP-NAME TO RT-NAME
004600 MOVE SP-CURRENT-SALES TO RT-CURRENT-SALES
004700 MOVE SP-CURRENT-RETURNS TO RT-CURRENT-RETURNS
004800 WRITE REPORT-RECORD
004900 READ SALESPERSON-FILE
005000 AT END MOVE "Y" TO WS-EOF-FLAG
005100 END-READ
005200 END-PERFORM
005300*
005400 CLOSE SALESPERSON-FILE, REPORT-FILE
005500 STOP RUN. | 34.309091 | 56 | 0.643349 |
037b0cbfac1f37cd5f487cb77f5dcb6e60f1bfa2 | 3,737 | cbl | COBOL | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/DCJB8WSR.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/DCJB8WSR.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/DCJB8WSR.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. DCJB8WSR.
AUTHOR. HENRY ZHENG.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-PHONE-LINE.
05 WS-STU-PHONE1 PIC XXX.
05 WS-STU-PHONE2 PIC XXX.
05 WS-STU-PHONE3 PIC X(4).
01 WS-POST-CODE.
05 WS-STU-POST1 PIC XXX.
05 WS-STU-POST2 PIC XXX.
01 WS-STUNUM-RESP PIC X(7).
01 WS-COUNT-SPACES PIC 9999.
Copy 'STUREQ'.
COPY 'STURESP'.
COPY 'STUREC'.
LINKAGE SECTION.
01 DFHCOMMAREA PIC X(164).
PROCEDURE DIVISION.
MOVE DFHCOMMAREA TO STU-REQ.
MOVE LOW-VALUES TO DFHCOMMAREA.
000-START-LOGIC.
* Handles can't find student number
EXEC CICS HANDLE CONDITION
NOTFND(300-NOTFND)
END-EXEC.
GO TO 200-MAIN-LOGIC.
200-MAIN-LOGIC.
*VALIDATION
*Some code was used from link below to count length of stunum
*https://tinyurl.com/ybnctgu8
MOVE 0 TO WS-COUNT-SPACES.
INSPECT FUNCTION REVERSE (STUNUM OF STU-REQ)
TALLYING WS-COUNT-SPACES
FOR LEADING SPACE.
COMPUTE WS-COUNT-SPACES =
LENGTH OF STUNUM OF STU-REQ - WS-COUNT-SPACES.
IF (WS-COUNT-SPACES = 0)
MOVE LOW-VALUES TO STU-RESP
MOVE 'YOU MUST INPUT A STUDENT NUMBER'
TO MSG OF STU-RESP
MOVE 1 TO STATUS-CODE OF STU-RESP
MOVE STU-RESP TO DFHCOMMAREA
EXEC CICS RETURN END-EXEC
END-IF.
IF ((WS-COUNT-SPACES > 0 AND WS-COUNT-SPACES < 7) OR
WS-COUNT-SPACES > 7)
MOVE LOW-VALUES TO STU-RESP
MOVE 'STUDENT NUMBER MUST BE 7 CHARACTERS LONG' TO
MSG OF STU-RESP
MOVE 1 TO STATUS-CODE OF STU-RESP
MOVE STU-RESP TO DFHCOMMAREA
EXEC CICS RETURN END-EXEC
END-IF.
IF (STUNUM OF STU-REQ IS NOT NUMERIC)
MOVE LOW-VALUES TO STU-RESP
MOVE 'STUDENT NUMBER MUST BE NUMBERIC' TO
MSG OF STU-RESP
MOVE 1 TO STATUS-CODE OF STU-RESP
MOVE STU-RESP TO DFHCOMMAREA
EXEC CICS RETURN END-EXEC
END-IF.
* PASSES ALL VALIDATION
MOVE STUNUM OF STU-REQ TO STU-NUMBER OF STUREC.
EXEC CICS READ
FILE('STUFILE')
INTO(STUFILE-RECORD)
RIDFLD(STU-KEY)
END-EXEC.
MOVE 0 TO STATUS-CODE OF STU-RESP
MOVE "Success" TO MSG OF STU-RESP.
MOVE STU-NUMBER TO STUNUM OF STU-RESP.
MOVE STU-NAME TO STUNAME OF STU-RESP.
MOVE STU-ADDRESS-1 TO ADDR1 OF STU-RESP.
MOVE STU-ADDRESS-2 TO ADDR2 OF STU-RESP.
MOVE STU-ADDRESS-3 TO ADDR3 OF STU-RESP.
MOVE STU-PHONE-1 TO WS-STU-PHONE1.
MOVE STU-PHONE-2 TO WS-STU-PHONE2.
MOVE STU-PHONE-3 TO WS-STU-PHONE3.
MOVE WS-PHONE-LINE TO PHONENUM OF STU-RESP.
MOVE STU-POSTAL-1 TO WS-STU-POST1.
MOVE STU-POSTAL-2 TO WS-STU-POST2.
MOVE WS-POST-CODE TO POSTCODE OF STU-RESP.
MOVE STU-RESP TO DFHCOMMAREA.
EXEC CICS RETURN END-EXEC.
300-NOTFND.
MOVE LOW-VALUES TO STU-RESP.
MOVE 'STUDENT NOT FOUND' TO MSG OF STU-RESP.
MOVE 2 TO STATUS-CODE OF STU-RESP.
MOVE STU-RESP TO DFHCOMMAREA.
EXEC CICS RETURN END-EXEC.
END PROGRAM DCJB8WSR.
| 30.137097 | 67 | 0.535189 |
0076e6468536d9c8b68b0bd62ba1264e9208e3c4 | 138 | cpy | COBOL | ccb2lr/src/test/resources/OneLine.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 3 | 2021-09-29T01:20:11.000Z | 2022-01-12T00:31:31.000Z | ccb2lr/src/test/resources/OneLine.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 16 | 2021-09-27T01:23:47.000Z | 2022-03-25T18:32:46.000Z | ccb2lr/src/test/resources/OneLine.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 1 | 2022-01-12T00:27:08.000Z | 2022-01-12T00:27:08.000Z | * TRAIN6 EXAMPLE COBOL COPYBOOK
01 ONE_LINE.
05 ACCOUNT_NO PIC X(9). | 46 | 62 | 0.384058 |
ab1eecd2dfaa5a5a445594a106cf7c3cb7062350 | 1,802 | cobol | COBOL | Task/Sorting-algorithms-Insertion-sort/COBOL/sorting-algorithms-insertion-sort-2.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Sorting-algorithms-Insertion-sort/COBOL/sorting-algorithms-insertion-sort-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Sorting-algorithms-Insertion-sort/COBOL/sorting-algorithms-insertion-sort-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | >>SOURCE FORMAT FREE
*> This code is dedicated to the public domain
*> This is GNUCOBOL 2.0
identification division.
program-id. insertionsort.
environment division.
configuration section.
repository. function all intrinsic.
data division.
working-storage section.
01 filler.
03 a pic 99.
03 a-lim pic 99 value 10.
03 array occurs 10 pic 99.
01 filler.
03 s pic 99.
03 o pic 99.
03 o1 pic 99.
03 sorted-len pic 99.
03 sorted-lim pic 99 value 10.
03 sorted-array occurs 10 pic 99.
procedure division.
start-insertionsort.
*> fill the array
compute a = random(seconds-past-midnight)
perform varying a from 1 by 1 until a > a-lim
compute array(a) = random() * 100
end-perform
*> display the array
perform varying a from 1 by 1 until a > a-lim
display space array(a) with no advancing
end-perform
display space 'initial array'
*> sort the array
move 0 to sorted-len
perform varying a from 1 by 1 until a > a-lim
*> find the insertion point
perform varying s from 1 by 1
until s > sorted-len
or array(a) <= sorted-array(s)
continue
end-perform
*>open the insertion point
perform varying o from sorted-len by -1
until o < s
compute o1 = o + 1
move sorted-array(o) to sorted-array(o1)
end-perform
*> move the array-entry to the insertion point
move array(a) to sorted-array(s)
add 1 to sorted-len
end-perform
*> display the sorted array
perform varying s from 1 by 1 until s > sorted-lim
display space sorted-array(s) with no advancing
end-perform
display space 'sorted array'
stop run
.
end program insertionsort.
| 25.380282 | 55 | 0.633185 |
d6865ab504f2c1d9f3e4ab66df8de85bcb10ab8a | 74 | cobol | COBOL | Task/Comments/COBOL/comments-3.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Comments/COBOL/comments-3.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Comments/COBOL/comments-3.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | *> This comment syntax was defined (with free format code) in COBOL 2002.
| 37 | 73 | 0.756757 |
e3059b6834ac60c2abd562eb1c99902ce32f4442 | 1,001 | cobol | COBOL | Task/Stack/COBOL/stack-6.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Stack/COBOL/stack-6.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Stack/COBOL/stack-6.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. stack-test.
DATA DIVISION.
LOCAL-STORAGE SECTION.
COPY stack.
COPY stack REPLACING stack BY new-stack.
PROCEDURE DIVISION.
CALL "push" USING
BY REFERENCE stack
BY CONTENT "daleth"
END-CALL
CALL "push" USING
BY REFERENCE stack
BY CONTENT "gimel"
END-CALL
CALL "push" USING
BY REFERENCE stack
BY CONTENT "beth"
END-CALL
CALL "push" USING
BY REFERENCE stack
BY CONTENT "aleph"
END-CALL
CALL "traverse-stack" USING
BY REFERENCE stack
END-CALL
CALL "reverse-stack" USING
BY REFERENCE stack
BY REFERENCE new-stack
END-CALL
CALL "traverse-stack" USING
BY REFERENCE new-stack
END-CALL
STOP RUN.
END PROGRAM stack-test.
COPY stack-utilities.
| 26.342105 | 47 | 0.529471 |
3abd44b59820e9fb174b38028da7e397f8df1ec6 | 4,941 | cob | COBOL | CUBE-Library-13/Files/SRTPERM-M100003.cob | retro-software/B5500-software | 9278e4b11c26b1d5de5bb413c68c703dc3d7f96d | [
"MIT"
] | 18 | 2016-06-26T16:37:50.000Z | 2022-02-04T13:54:10.000Z | CUBE-Library-13/Files/SRTPERM-M100003.cob | retro-software/B5500-software | 9278e4b11c26b1d5de5bb413c68c703dc3d7f96d | [
"MIT"
] | null | null | null | CUBE-Library-13/Files/SRTPERM-M100003.cob | retro-software/B5500-software | 9278e4b11c26b1d5de5bb413c68c703dc3d7f96d | [
"MIT"
] | 2 | 2018-07-09T05:08:08.000Z | 2019-04-21T13:07:57.000Z | 000100 REMARKS PROGRAM SRTLOCN, CUBE LIBRARY NUMBER IS M100003.
000200 REMARKS THIS VERSION DATED 06/01/67.
000300 IDENTIFICATION DIVISION. ZIP-SORT
000400 PROGRAM-ID. "SRTLOCN". ZIP-SORT
000500 ENVIRONMENT DIVISION. ZIP-SORT
000600 CONFIGURATION SECTION. ZIP-SORT
000700 SOURCE-COMPUTER. B-5000. ZIP-SORT
000800 OBJECT-COMPUTER. B-5000 MEMORY SIZE 4000 WORDS 4 TAPES. ZIP-SORT
000900 INPUT-OUTPUT SECTION. ZIP-SORT
001000 FILE-CONTROL. ZIP-SORT
001100 SELECT INPUT-FILE ASSIGN TO TAPE. ZIP-SORT
001200 SELECT SORT-FILE ASSIGN TO 3 SORT-TAPES. ZIP-SORT
001300 SELECT OUTPUT-FILE ASSIGN TO TAPE. ZIP-SORT
001400 I-O-CONTROL. ZIP-SORT
001500 APPLY TECHNIQUE-A ON INPUT-FILE ZIP-SORT
001600 APPLY TECHNIQUE-A ON OUTPUT-FILE. ZIP-SORT
001700 DATA DIVISION. ZIP-SORT
001800 FILE SECTION. ZIP-SORT
001900 FD INPUT-FILE ZIP-SORT
002000 RECORDING MODE IS STANDARD BLOCK CONTAINS 1 RECORDS ZIP-SORT
002100 RECORD CONTAINS 320 CHARACTERS LABEL RECORD IS STANDARD ZIP-SORT
002200 VALUE OF ID IS "UNSORTI" DATA RECORD IS INPUT-RECORD. ZIP-SORT
002300 01 INPUT-RECORD, SZ 320. ZIP-SORT
002400 SD SORT-FILE ZIP-SORT
002500 RECORD CONTAINS 320 CHARACTERS ZIP-SORT
002600 DATA RECORD IS SORT-RECORD. ZIP-SORT
002700 01 SORT-RECORD. ZIP-SORT
002800 02 SEQA PICTURE IS X(60). ZIP-SORT
002900 02 SEQB PICTURE IS X(60). ZIP-SORT
003000 02 SEQC PICTURE IS X(60). ZIP-SORT
003100 02 SEQD PICTURE IS X(60). ZIP-SORT
003200 02 SEQE PICTURE IS X(60). ZIP-SORT
003300 02 FILLER IS SZ 1. ZIP-SORT
003400 02 NUMB PICTURE IS X(19). ZIP-SORT
003500 FD OUTPUT-FILE ZIP-SORT
003600 RECORDING MODE IS STANDARD BLOCK CONTAINS 1 RECORDS ZIP-SORT
003700 RECORD CONTAINS 320 CHARACTERS LABEL RECORD IS STANDARD ZIP-SORT
003800 VALUE OF ID IS "SORTEDI" SAVE-FACTOR IS 1 ZIP-SORT
003900 DATA RECORD IS OUTPUT-RECORD. ZIP-SORT
004000 01 OUTPUT-RECORD SZ 320. ZIP-SORT
004100 PROCEDURE DIVISION. ZIP-SORT
004200 SORTING SECTION. ZIP-SORT
004300 START. SORT SORT-FILE ON ASCENDING KEY ZIP-SORT
004400 NUMB OF SORT-RECORD ZIP-SORT
004500 SEQA OF SORT-RECORD ZIP-SORT
004600 SEQB OF SORT-RECORD ZIP-SORT
004700 SEQC OF SORT-RECORD ZIP-SORT
004800 SEQD OF SORT-RECORD ZIP-SORT
004900 SEQE OF SORT-RECORD USING ZIP-SORT
005000 INPUT-FILE OUTPUT PROCEDURE IS ZIP-SORT
005100 FINAL. ZIP-SORT
005200 AA. STOP RUN. ZIP-SORT
005300 FINAL SECTION. ZIP-SORT
005400 AC. OPEN OUTPUT OUTPUT-FILE. ZIP-SORT
005500 FINISH. RETURN SORT-FILE INTO OUTPUT-RECORD ZIP-SORT
005600 AT END NEXT SENTENCE,ELSE ZIP-SORT
005700 WRITE OUTPUT-RECORD, ZIP-SORT
005800 GO TO FINISH. ZIP-SORT
005900 CLOSING SECTION. ZIP-SORT
006000 AB. STOP RUN. ZIP-SORT
006100 END-OF-JOB. ZIP-SORT
| 79.693548 | 80 | 0.420967 |
baa3890ddf5c5be668c6fca0814685033c879238 | 1,641 | cpy | COBOL | LegacyReference/COBKS05.cpy | aws-samples/mainframe-data-utilities | a4aaab3b851bb350da68f797e99e8c76b5a54f5c | [
"Apache-2.0"
] | 8 | 2021-11-23T03:17:13.000Z | 2022-03-30T18:17:47.000Z | LegacyReference/COBKS05.cpy | aws-samples/mainframe-data-utilities | a4aaab3b851bb350da68f797e99e8c76b5a54f5c | [
"Apache-2.0"
] | null | null | null | LegacyReference/COBKS05.cpy | aws-samples/mainframe-data-utilities | a4aaab3b851bb350da68f797e99e8c76b5a54f5c | [
"Apache-2.0"
] | 2 | 2022-02-09T07:40:50.000Z | 2022-02-24T19:58:34.000Z | *-----------------------------------------------------------------
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*-----------------------------------------------------------------
01 REC-CLIENT. 00039300
03 CLIENT-KEY. 00039400
05 CLIENT-ID PIC 9(009) COMP. 00039500
05 CLIENT-TYPE PIC 9(004) COMP. 00039500
03 CLIENT-MAIN. 00039400
05 CLIENT-NAME PIC X(030). 00039500
05 CLIENT-BDATE PIC X(010). 00039500
05 CLIENT-ED-LVL PIC X(010). 00039500
05 CLIENT-INCOME PIC 9(007)V99 COMP-3. 00039500
05 FILLER PIC X(439). 00039500
03 CLIENT-ADDRESS REDEFINES CLIENT-MAIN.
05 CLIENT-ADDR-NUMBER PIC 9(009) COMP. 00039500
05 CLIENT-ADDR-STREET PIC X(040). 00039500
05 FILLER PIC X(450). 00039500
03 CLIENT-HEADER REDEFINES CLIENT-MAIN.
05 CLIENT-RECORD-COUNT PIC 9(009) COMP. 00039500
05 FILLER PIC X(490). 00039500 | 78.142857 | 80 | 0.343693 |
e1e3a0084685b6a186f1d4517298305540afe555 | 7,661 | cbl | COBOL | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/AccountsBuilder.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/AccountsBuilder.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/AccountsBuilder.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2021-10-06T00:55:11.000Z | 2022-01-31T16:44:59.000Z | *****************************************************************
* *
* Copyright (C) 2020-2022 Micro Focus. All Rights Reserved. *
* This software may be used, modified, and distributed *
* (provided this notice is included without modification) *
* solely for demonstration purposes with other *
* Micro Focus software, and is otherwise subject to the EULA at *
* https://www.microfocus.com/en-us/legal/software-licensing. *
* *
* THIS SOFTWARE IS PROVIDED "AS IS" AND ALL IMPLIED *
* WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF *
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, *
* SHALL NOT APPLY. *
* TO THE EXTENT PERMITTED BY LAW, IN NO EVENT WILL *
* MICRO FOCUS HAVE ANY LIABILITY WHATSOEVER IN CONNECTION *
* WITH THIS SOFTWARE. *
* *
*****************************************************************
$set ilusing(java.io)
class-id com.mfcobolbook.databuilder.AccountsBuilder inherits
type AbstractBuilder.
working-storage section.
copy "PROCEDURE-NAMES.cpy".
01 openAccountFile procedure-pointer.
01 openCustomerFile procedure-pointer.
01 openTransactionFile procedure-pointer.
copy "ACCOUNT-RECORD.cpy" replacing ==(PREFIX)== by ==LAST==.
copy "CUSTOMER-RECORD.cpy" replacing ==(PREFIX)== by ==LAST==.
COPY "FUNCTION-CODES.cpy".
01 nextCustomerIndex binary-long.
01 nextAccountIndex binary-long.
78 CUSTOMER value "CUSTOMER".
78 ACCOUNT value "ACCOUNT".
method-id new (inputFile as string) public.
invoke super::new(inputFile)
goback.
end method.
method-id createRecords() returning success as condition-value override protected.
copy "FUNCTION-CODES.cpy".
try
invoke openFile (type FileType::customer, OPEN-WRITE, "05")
invoke openFile (type FileType::account, OPEN-WRITE, "05")
perform using csvFile as type TextFieldParser = new TextFieldParser(inputFile)
perform until csvFile::endOfData
declare thisRow = csvFile::next()
if size of thisRow < 8
raise new Exception("no fields")
end-if
if thisRow[0] = "id"
exit perform cycle
end-if
declare recordId = stringToInt(thisRow[0])
declare firstName = thisRow[2]
declare lastName = thisRow[3]
declare creditLimit = stringToInt(thisRow[5]) * 1000
declare dateString = convertDate(thisRow[6])
declare balance = stringToDecimal(thisRow[7])
invoke addCustomerRecord(firstName, lastName, recordId)
invoke addAccountRecord(recordId, balance, creditLimit)
end-perform
end-perform
catch e as type Exception
display e::getMessage()
exit method
finally
invoke openFile (type FileType::customer, CLOSE-FILE, "00")
invoke openFile (type FileType::account, CLOSE-FILE, "00")
end-try
set success to true
end method.
method-id convertDate(mockarooFmt as string) returning myFormat as string private.
declare parts = mockarooFmt::split("-")
if size of parts <> 3
set parts to mockarooFmt::split("/")
if size of parts <> 3
raise new Exception("date in unexpected format")
end-if
end-if
set myFormat to parts[2] & parts[1] & parts[0]
end method.
method-id addCustomerRecord (firstName as string
lastName as string,
recordId as binary-double)
private.
01 #function pic x.
copy "CUSTOMER-RECORD.cpy" replacing ==(PREFIX)== by ==LS==.
01 file-status.
03 status-byte-1 pic x.
03 status-byte-2 pic x.
set LS-FIRST-NAME to firstName
set LS-LAST-NAME to lastName
set LS-CUSTOMER-ID to recordId
move WRITE-RECORD TO #function
call WRITE-CUSTOMER-RECORD using by value #function
by reference LS-CUSTOMER-RECORD
file-status
if file-status <> "00" and file-status <> "02"
move LOW-VALUES to LAST-CUSTOMER-RECORD
raise new Exception("Customer write failed with exception " & file-status & " id " & recordId)
end-if
* set recordId to LS-CUSTOMER-ID
end method.
method-id addAccountRecord (recordId as binary-double,
balance as decimal,
creditLimit as binary-long)
private.
copy "ACCOUNT-RECORD.cpy" replacing ==(PREFIX)== by ==LS==.
01 file-status.
03 status-byte-1 pic x.
03 status-byte-2 pic x.
01 #function pic x.
set #function to WRITE-RECORD
set LS-CUSTOMER-ID to recordId
set LS-ACCOUNT-ID to recordId
set LS-BALANCE to balance
set LS-TYPE to "C"
set LS-CREDIT-LIMIT to creditLimit
call WRITE-ACCOUNT-RECORD using by value #function
by reference LS-ACCOUNT
file-status
if file-status <> "00" and file-status <> "02"
move LOW-VALUES to LAST-CUSTOMER-RECORD
raise new Exception("Account write failed with exception " & file-status & " id " & recordId)
end-if
end method.
method-id getCustomerEndIndex() returning i as binary-long private.
copy "CUSTOMER-RECORD.cpy" replacing ==(PREFIX)== by ==LS==.
01 file-status.
03 status-byte-1 pic x.
03 status-byte-2 pic x.
call READ-LAST-CUSTOMER-RECORD using by reference LS-CUSTOMER-RECORD file-status
add 1 to LS-CUSTOMER-ID giving i
end method.
method-id getAccountEndIndex() returning i as binary-long private.
copy "ACCOUNT-RECORD.cpy" replacing ==(PREFIX)== by ==LS==.
01 file-status.
03 status-byte-1 pic x.
03 status-byte-2 pic x.
call READ-LAST-ACCOUNT-RECORD using by reference LS-ACCOUNT file-status
add 1 to LS-ACCOUNT-ID giving nextAccountIndex
end method.
end class.
| 45.60119 | 109 | 0.484271 |
37876e9f669b95eb4a0e5b16747249953f6e849f | 1,939 | cbl | COBOL | chapter-10/kubernetes/DatabaseInitializer/src/com/mfcobolbook/database/MainProgram.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-10/kubernetes/DatabaseInitializer/src/com/mfcobolbook/database/MainProgram.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-10/kubernetes/DatabaseInitializer/src/com/mfcobolbook/database/MainProgram.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2021-10-06T00:55:11.000Z | 2022-01-31T16:44:59.000Z | *****************************************************************
* *
* Copyright (C) 2020-2022 Micro Focus. All Rights Reserved. *
* This software may be used, modified, and distributed *
* (provided this notice is included without modification) *
* solely for demonstration purposes with other *
* Micro Focus software, and is otherwise subject to the EULA at *
* https://www.microfocus.com/en-us/legal/software-licensing. *
* *
* THIS SOFTWARE IS PROVIDED "AS IS" AND ALL IMPLIED *
* WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF *
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, *
* SHALL NOT APPLY. *
* TO THE EXTENT PERMITTED BY LAW, IN NO EVENT WILL *
* MICRO FOCUS HAVE ANY LIABILITY WHATSOEVER IN CONNECTION *
* WITH THIS SOFTWARE. *
* *
*****************************************************************
class-id com.mfcobolbook.database.MainProgram public.
COPY "DataMigrationEntryPoints.cpy".
method-id main(args as string occurs any) public static.
if (size of (args) <> 1)
display "Specify a destination folder"
end-if
call "DatabaseInitializer"
call CREATE-TABLES
call BULK-COPY using "customer" "c:\temp\csvs\customer.csv"
call BULK-COPY using "account" "c:\temp\csvs\account.csv"
call BULK-COPY using "transaction" "c:\temp\csvs\transaction.csv"
end method.
end class.
| 51.026316 | 77 | 0.453326 |
16987633be25abb680c6dbfc9be9ec6237118cf1 | 5,332 | cob | COBOL | languages/cobol/cobol24/ch18/chapt18a.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch18/chapt18a.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch18/chapt18a.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | 000010 @OPTIONS MAIN,TEST
000020 Identification Division.
000030 Program-Id. Chapt18a.
000031* Transaction Entry
000043 Environment Division.
000050 Configuration Section.
000055 Source-Computer. IBM-PC.
000056 Object-Computer. IBM-PC.
000057 Special-Names.
000058 Crt Status Is Keyboard-Status
000059 Cursor Is Cursor-Position.
000061 Input-Output Section.
000062 File-Control.
000063 Select Optional Trans-File Assign To "TRANS.TXT"
000064 Organization Is Line Sequential
000065 File Status Is Trans-File-Status.
000066 Data Division.
000067 File Section.
000068 Fd Trans-File.
000069 01 Trans-Record.
000070 03 Transaction-Date Pic 9(8).
000071 03 Transaction-Type Pic X(4).
000072 03 Transaction-Dealer Pic X(8).
000073 03 Transaction-Price Pic S9(7)v99.
000074 03 Transaction-Qty Pic 9(3).
000075 03 Filler Pic X(40).
000076 Working-Storage Section.
000077 01 Keyboard-Status.
000078 03 Accept-Status Pic 9.
000079 03 Function-Key Pic X.
000080 88 F1-Pressed Value X"01".
000081 88 F3-Pressed Value X"03".
000082 88 F4-Pressed Value X"04".
000083 03 System-Use Pic X.
000084 01 Cursor-Position.
000085 03 Cursor-Row Pic 9(2) Value 1.
000086 03 Cursor-Column Pic 9(2) Value 1.
000088 01 File-Error-Flag Pic X Value Space.
000089 88 File-Error Value "Y".
000090 01 Trans-File-Status Pic XX Value Spaces.
000091 88 Trans-File-Success Value "00" Thru "09".
000092 01 Error-Message Pic X(50) Value Spaces.
000093 01 Open-Error-Message.
000094 03 Filler Pic X(31)
000095 Value "Error Opening Transaction File ".
000096 03 Open-Status Pic XX Value Spaces.
000097 01 Write-Error-Message.
000098 03 Filler Pic X(31)
000099 Value "Error Writing Transaction File ".
000100 03 Write-Status Pic XX Value Spaces.
000101 Screen Section.
000102 01 Data-Entry-Screen
000103 Blank Screen, Auto
000104 Foreground-Color Is 7,
000105 Background-Color Is 1.
000106*
000107 03 Screen-Literal-Group.
000108 05 Line 01 Column 30 Value "Darlene's Treasures"
000109 Highlight Foreground-Color 4 Background-Color 1.
000110 05 Line 03 Column 28 Value "Transaction Entry Program"
000111 Highlight.
000112 05 Line 4 Column 01 Value "Date: ".
000113 05 Line 5 Column 01 Value "Category: ".
000114 05 Line 6 Column 01 Value "Dealer Number: ".
000115 05 Line 7 Column 01 Value "Price: ".
000116 05 Line 8 Column 01 Value "Quantity: ".
000122 05 Line 22 Column 01 Value "F1-Save Record".
000124 05 Line 22 Column 23 Value "F3-Exit".
000125 05 Line 22 Column 56 Value "F4-Clear".
000127 03 Required-Reverse-Group Reverse-Video Required.
000128 05 Line 4 Column 16 Pic 99/99/9999
000129 Using Transaction-Date.
000130 05 Line 5 Column 16 Pic X(4)
000131 Using Transaction-Type.
000132 05 Line 6 Column 16 Pic X(8)
000133 Using Transaction-Dealer.
000134 05 Line 7 Column 16 Pic ZZ,ZZZ.99-
000135 Using Transaction-Price
000136 Blank When Zero.
000137 05 Line 8 Column 16 Pic ZZ9
000138 Using Transaction-Qty
000139 Blank When Zero.
000143 03 Highlight-Display Highlight.
000163 05 Line 20 Column 01 Pic X(50) From Error-Message
000164 Foreground-Color 5 Background-Color 1.
000166 Procedure Division.
000167 Chapt18a-Start.
000168 Perform Open-File
000170 If Not File-Error
000171 Initialize Trans-Record
000172 Perform Process-Input Until F3-Pressed Or
000173 File-Error
000174 Perform Close-File
000175 End-If
000176 Stop Run
000177 .
000178 Open-File.
000187 Open Extend Trans-File
000197 If Not Trans-File-Success
000198 Move Trans-File-Status To Open-Status
000199 Move Open-Error-Message To Error-Message
000200 Perform Display-And-Accept-Error
000257 End-If
000267 .
000277 Process-Input.
000288 Display Data-Entry-Screen
000297 Accept Data-Entry-Screen
000298 Move Spaces To Error-Message
000299 Evaluate True
000300 When F1-Pressed
000301 Perform Write-Record
000302 When F4-Pressed
000303 Initialize Trans-Record
000304 When F3-Pressed
000305 Continue
000306 When Other
000307 Continue
000308 End-Evaluate
000317 .
000327 Write-Record.
000337 Write Trans-Record
000338 If Trans-File-Success
000339 Initialize Trans-Record
000340 Move "Record Written" To Error-Message
000341 Move "0101" To Cursor-Position
000342 Else
000351 Move Trans-File-Status To Write-Status
000352 Move Write-Error-Message To Error-Message
000357 Perform Display-And-Accept-Error
000397 End-If
000407 .
000417 Display-And-Accept-Error.
000427 Set File-Error To True
000437 Display Data-Entry-Screen
000447 Accept Data-Entry-Screen
000457 .
000467 Close-File.
000477 Close Trans-File
000487 .
| 38.359712 | 70 | 0.664666 |
36e1646413512aebfbe3310d2e6eddd049df8485 | 173 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/perform/PerformProcedureVarying.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/asg/procedure/perform/PerformProcedureVarying.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/asg/procedure/perform/PerformProcedureVarying.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. PERFORMPROCEDURETIMES.
PROCEDURE DIVISION.
PERFORM PROC1
WITH TEST BEFORE
VARYING SOMEID FROM 1 BY 2 UNTIL SOMEID = 9. | 28.833333 | 49 | 0.739884 |
3a0ee9f1b705c8e062dfaa0ecde544e6b07903bf | 11,329 | cbl | COBOL | cobol_mf/dbconf.cbl | adrianmahjour/db2-samples | ff984aec81c5c08ce28443d896c0818cfae4f789 | [
"Apache-2.0"
] | 54 | 2019-08-02T13:15:07.000Z | 2022-03-21T17:36:48.000Z | cobol_mf/dbconf.cbl | junsulee75/db2-samples | d9ee03101cad1f9167eebc1609b4151559124017 | [
"Apache-2.0"
] | 13 | 2019-07-26T13:51:16.000Z | 2022-03-25T21:43:52.000Z | cobol_mf/dbconf.cbl | junsulee75/db2-samples | d9ee03101cad1f9167eebc1609b4151559124017 | [
"Apache-2.0"
] | 75 | 2019-07-20T04:53:24.000Z | 2022-03-23T20:56:55.000Z | ***********************************************************************
** (c) Copyright IBM Corp. 2007 All rights reserved.
**
** The following sample of source code ("Sample") is owned by International
** Business Machines Corporation or one of its subsidiaries ("IBM") and is
** copyrighted and licensed, not sold. You may use, copy, modify, and
** distribute the Sample in any form without payment to IBM, for the purpose of
** assisting you in the development of your applications.
**
** The Sample code is provided to you on an "AS IS" basis, without warranty of
** any kind. IBM HEREBY EXPRESSLY DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR
** IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Some jurisdictions do
** not allow for the exclusion or limitation of implied warranties, so the above
** limitations or exclusions may not apply to you. IBM shall not be liable for
** any damages you suffer as a result of using, copying, modifying or
** distributing the Sample, even if IBM has been advised of the possibility of
** such damages.
***********************************************************************
**
** SOURCE FILE NAME: dbconf.cbl
**
** SAMPLE: Update database configuration
**
** DB2 APIs USED:
** sqlgcrea -- CREATE DATABASE
** sqlgdrpd -- DROP DATABASE
** sqlgxdb -- GET DATABASE CONFIGURATION
** sqlgddb -- GET DATABASE CONFIGURATION DEFAULTS
** sqlgeudb -- UPDATE DATABASE CONFIGURATION
** sqlgrdb -- RESET DATABASE CONFIGURATION
** sqlgisig -- INSTALL SIGNAL HANDLER
** sqlgaddr -- GET ADDRESS
**
** OUTPUT FILE: dbconf.out (available in the online documentation)
***********************************************************************
**
** For more information on the sample programs, see the README file.
**
** For information on developing COBOL applications, see the
** Application Development Guide.
**
** For information on DB2 APIs, see the Administrative API Reference.
**
** For the latest information on programming, compiling, and running
** DB2 applications, visit the DB2 application development website:
** http://www.software.ibm.com/data/db2/udb/ad
***********************************************************************
Identification Division.
Program-Id. "dbconf".
Data Division.
Working-Storage Section.
copy "sqlutil.cbl".
copy "sqlenv.cbl".
copy "sqlca.cbl".
* Local Variables
77 rc pic s9(9) comp-5.
77 errloc pic x(80).
* Variables for Create/Drop database
77 DBNAME pic x(8) value "dbconf".
77 DBNAME-LEN pic s9(4) comp-5 value 6.
77 ALIAS pic x(8) value "dbconf".
77 ALIAS-LEN pic s9(4) comp-5 value 6.
77 PATH pic x(255).
77 PATH-LEN pic s9(4) comp-5 value 0.
77 reserved1 pic 9(4) comp-5 value 0.
77 reserved2 pic s9(4) comp-5 value 0.
* Variables for Get/Update/Reset Database Configuration
77 listnumber pic s9(4) comp-5 value 4.
77 locklist pic s9(4) comp-5.
77 buff-page pic 9(9) comp-5.
77 maxfilop pic s9(4) comp-5.
77 softmax pic s9(4) comp-5.
77 logpath pic x(40).
77 reserved3 pic 9(4) comp-5 value 0.
77 reserved4 pointer.
01 list-of-lengths.
05 item-length occurs 4 times pic 9(4) comp-5.
01 tokenlist.
05 tokens occurs 4 times.
10 token pic 9(4) comp-5.
$IF P64 SET
10 filler pic x(6).
$ELSE
10 filler pic x(2).
$END
10 tokenptr usage is pointer.
Procedure Division.
dbconf-pgm section.
display "Sample COBOL Program : DBCONF.CBL".
move SQLF-DBTN-LOCKLIST to token(1).
move SQLF-DBTN-BUFF-PAGE to token(2).
move SQLF-DBTN-MAXFILOP to token(3).
move SQLF-DBTN-SOFTMAX to token(4).
move "GET ADDRESS" to errloc.
**************************
* GET ADDRESS API called *
**************************
call "sqlgaddr" using by reference locklist
by reference tokenptr(1)
returning rc.
call "sqlgaddr" using by reference buff-page
by reference tokenptr(2)
returning rc.
call "sqlgaddr" using by reference maxfilop
by reference tokenptr(3)
returning rc.
call "sqlgaddr" using by reference softmax
by reference tokenptr(4)
returning rc.
* setup database description block SQLEDBDESC
move SQLE-DBDESC-2 to SQLDBDID.
move 0 to SQLDBCCP.
move 0 to SQLDBCSS.
move 0 to SQLDBSGP.
move 10 to SQLDBNSG.
move -1 to SQLTSEXT.
SET SQLCATTS TO NULLS.
SET SQLUSRTS TO NULLS.
SET SQLTMPTS TO NULLS.
* setup database country information structure SQLEDBDESC
move "IBM-850" to SQLDBCODESET of SQLEDBCOUNTRYINFO.
move "En_US" to SQLDBLOCALE of SQLEDBCOUNTRYINFO.
display "CREATing the temporary database DBCONF ...".
display "please wait... this will take a while ...".
******************************
* CREATE DATABASE API called *
******************************
call "sqlgcrea" using by value PATH-LEN
by value ALIAS-LEN
by value DBNAME-LEN
by reference sqlca
by value 0
by value 0
by reference SQLEDBCOUNTRYINFO
by reference SQLEDBDESC
by reference PATH
by reference ALIAS
by reference DBNAME
returning rc.
move "creating the database" to errloc.
call "checkerr" using SQLCA errloc.
display "database DBCONF created".
display "getting the database configuration for DBCONF".
**************************************************
* GET DATABASE CONFIGURATION API called *
**************************************************
call "sqlgxdb" using by value DBNAME-LEN
by value listnumber
by reference tokenlist
by reference sqlca
by reference DBNAME
returning rc.
move "get database config" to errloc.
call "checkerr" using SQLCA errloc.
display "listing the database configuration".
perform print-info.
* altering the default Database Configuration
move 4 to locklist.
move 2000 to buff-page.
move 3 to maxfilop.
move 1 to softmax.
display "UPDATing the database configuration".
********************************************
* UPDATE DATABASE CONFIGURATION API called *
********************************************
call "sqlgeudb" using by value reserved3
by value DBNAME-LEN
by value listnumber
by reference list-of-lengths
by reference tokenlist
by reference sqlca
by value reserved4
by reference DBNAME
returning rc.
* This API always returns a warning about the risk of changing buffer page size.
* To receive this warning uncomment the following 'move' and 'call' statements.
* move "updating the database configuration" to errloc.
* call "checkerr" using SQLCA errloc.
display "listing the UPDATEd database configuration".
perform print-info.
display "RESETting the database configuration".
*******************************************
* RESET DATABASE CONFIGURATION API called *
*******************************************
call "sqlgrdb" using by value DBNAME-LEN
by reference sqlca
by reference DBNAME
returning rc.
display "getting DBCONF database configuration defaults".
**************************************************
* GET DATABASE CONFIGURATION DEFAULTS API called *
**************************************************
call "sqlgddb" using by value DBNAME-LEN
by value listnumber
by reference tokenlist
by reference sqlca
by reference DBNAME
returning rc.
move "get database config" to errloc.
call "checkerr" using SQLCA errloc.
display "printing the database configuration after RESET".
perform print-info.
display "DROPping the database DBCONF".
****************************
* DROP DATABASE API called *
****************************
call "sqlgdrpd" using by value reserved1
by value DBNAME-LEN
by reference sqlca
by value reserved2
by reference DBNAME
returning rc.
move "dropping the database" to errloc.
call "checkerr" using SQLCA errloc.
end-dbconf. stop run.
print-info section.
******************************
* PRINT INFORMATION *
******************************
display " ".
display "Max. storage for lost lists (4kb) : ",
locklist.
display "Buffer pool size (4kb) : ",
buff-page.
display "Max. DB files open per application : ",
maxfilop.
display "percent log reclaimed before soft checkpoint: ",
softmax.
display " ".
end-print-info. exit.
| 40.605735 | 87 | 0.466502 |
91eec18a0338cbbc37430c4f139f4acd3f807ea7 | 699 | ccp | COBOL | cpp/STL/accum.ccp | yanrong/book_demo | 20cd13f3c3507a11e826ebbf22bd1c7bcb36e06f | [
"Apache-2.0"
] | null | null | null | cpp/STL/accum.ccp | yanrong/book_demo | 20cd13f3c3507a11e826ebbf22bd1c7bcb36e06f | [
"Apache-2.0"
] | null | null | null | cpp/STL/accum.ccp | yanrong/book_demo | 20cd13f3c3507a11e826ebbf22bd1c7bcb36e06f | [
"Apache-2.0"
] | null | null | null | #include <numeric>
#include <vector>
#include <string>
#include <iostream>
#include <iterator>
#include <algorithm>
using namespace std;
int main()
{
vector<int> vec(10);
fill(vec.begin(),vec.end(),1);
int sum=accumulate(vec.begin(),vec.end(),0);
cout<<sum<<endl;
fill(vec.begin(),vec.begin()+vec.size()/2,10);
cout<<accumulate(vec.begin(),vec.end(),0)<<endl;
fill_n(vec.begin(),vec.size()/2,0);
cout<<accumulate(vec.begin(),vec.end(),0)<<endl;
fill_n(back_inserter(vec),10,42);
cout<<accumulate(vec.begin(),vec.end(),0)<<endl;
vector<string> v;
string s;
while(cin>>s)
v.push_back(s);
string concat=accumulate(v.begin(),v.end(),string(""));
cout<<concat<<endl;
return 0;
}
| 21.181818 | 56 | 0.660944 |
0a9ec9385c834c3a0e6094d0fb988b03ad705b00 | 67,085 | cob | COBOL | Source/T3DIICHAP12/hammer03.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP12/hammer03.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP12/hammer03.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00010114
ThumbNailHdrSize 40
ThumbHeader:28 00 00 00 5e 00 00 00 5e 00 00 00 01 00 18 00 00 00 00 00 48 68 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ColorBufSize 26696
ColorBufZipSize 3301
ZippedThumbnail:78 9c ed 9c 3d 68 db 6a 17 c7 cf f0 0e 67 e8 a0 a1 83 86 0e 15 64 a8 20 43 05 1d 62 b8 4b 0d 1d 2a e8 10 43 87 1a 3a 14 91 a1 88 0c c1 64 b8 88 2e 45 64 08 22 83 11 1e 82 c8 60 90 07 83 3c 18 a4 41 20 2d 06 7b 30 d8 83 21 1e 0c ce e0 c1 43 06 0f 19 32 74 c8 7b 9e 47 8a 1b bb bd b7 bd f7 fa 23 4d 0d 7f 82 9a da 21 fe f5 9c ff f9 78 9e 7b a3 38 8a 36 fa 9e 00 d6 fe 2b dc 5b 6d d8 6c d8 6c d8 6c d8 6c d8 ac 5f 1b 36 1b 36 1b 36 1b 36 1b 36 eb d7 86 cd 86 cd 86 cd 86 cd 86 cd fa b5 61 b3 61 f3 4b b0 f1 1a 9e dd b2 8d b6 a1 75 35 fa 4a 7f 5c 3b 83 fb c1 c6 ec 9a c2 25 e2 04 f0 92 6b 0c 78 01 e2 40 cc f6 b3 c4 c9 6f f8 6b e7 b1 3e 36 24 af e5 29 23 39 65 43 ba e2 84 46 4c c2 05 aa 3d f5 fe 04 d3 0a d9 68 6d cd e8 1a c4 26 6a 44 ea 40 4d d9 5c 03 de 80 7e 0c da 09 08 3d 0e e9 22 0d a6 84 d3 1a 83 69 85 6c bc d8 13 63 01 fb 0c 80 78 21 4a 2d 91 61 18 33 99 87 70 43 98 04 74 df 22 41 12 db 29 21 a6 01 12 a1 87 ce 86 64 c7 36 d6 00 62 fa c4 00 35 f6 35 c9 a6 6c 8d b1 b9 ab e6 ce 2d a4 01 93 d2 93 57 9f 68 2b f7 1b 2b b4 84 3a 42 1d 20 64 4a 93 68 04 d7 8f 70 0e 4f a2 ce 13 cc 1f 83 d0 02 bd a5 3f 74 36 24 37 76 e5 9a cc f0 c4 b7 31 14 82 f5 1c 86 c0 2a 58 82 84 1e fc 47 60 ef 40 87 1e 9e a0 f1 1e cc b0 f0 e0 d8 50 dd 56 fb aa 32 50 48 64 33 f4 9c 38 b2 11 18 42 4d 80 80 12 47 84 53 c8 ee 31 0c 53 35 b9 04 4a c0 2e 93 dc 92 c8 c1 1f 1c 9b 99 aa 74 09 d3 e6 46 1c 0b f4 7d b5 a1 ca 65 09 8a 00 27 60 fd 01 d6 2e e8 fb 20 d7 40 29 82 b3 0d 72 19 a0 c1 62 cb 69 38 2b 06 b3 7c 36 53 03 a5 58 c1 31 a6 6c be 80 30 a6 2a 7d 4b eb 82 81 11 0f 40 aa 70 e7 ed 83 52 83 dc 67 28 50 1e ed 02 c6 90 8f f3 ab 07 b3 7c 36 7a a8 8b 5d 41 19 29 14 22 f9 7e 1e 47 48 b6 5b 38 84 a1 80 13 aa d8 ef 50 2b 82 d8 03 28 41 41 e4 6c 2e 18 18 32 9e 73 2e 7a b0 5f 81 12 ae 21 a1 96 cf 86 a4 05 1a 99 0a 2b 46 97 00 15 b0 df 02 6f 69 66 8a 91 b5 0d 26 b0 0c b2 de 32 30 53 25 af 6c 3e 41 bb b2 ea 22 b5 12 36 a4 7c 3d 0f 55 5e 95 78 4f e3 ed cc 94 24 92 f6 06 f0 03 78 4f 19 b6 39 36 f4 32 fb 3d d8 0d f3 81 b2 21 b1 aa 54 46 0a 20 16 43 3d 70 77 40 23 18 af 59 2f cc d8 bc 06 dc 83 e1 ff d2 40 21 2a d6 3b 18 22 76 9e 61 a6 01 f2 44 5a 3d 98 15 b2 21 b9 a1 2b 57 e4 24 80 b0 05 ca 01 40 8f 85 51 ae 04 f2 3e 64 5e a7 b9 36 c5 e3 be 02 e1 8a 0d 5c 66 6f 0d 41 b3 5a 36 89 68 aa a2 18 ca 7f 90 88 07 eb 8b 2f 40 6a 80 f0 99 f5 37 14 28 77 f1 38 2f 58 67 93 1d 67 d6 02 66 1d 6c 52 42 1f 34 0b c0 d8 02 f2 59 c2 20 ee b1 5c 93 43 f0 5f 7c 65 63 bd 84 4c 5d 61 73 fb ef c5 c6 2f da c6 23 d0 b7 59 1e 79 22 ab 5f cc 8a 1a 8c 49 a6 06 cd 2d c6 c6 7c 0d 7a 7d 0d e5 69 dd 6c a2 30 92 df 82 f9 08 58 19 7a 09 89 47 27 b3 15 ab f6 7d 28 1c 40 7e 1f cc 20 75 1a ab 65 61 17 b5 96 f6 3b b0 89 23 e9 1d 50 5a 11 1b 6a 97 95 52 ea 3d c9 58 0e 7d 80 16 48 65 91 cc 29 79 b1 13 bb 78 a0 63 57 70 5a ab 1b 1e d6 c7 46 d9 01 eb 09 63 c3 46 ee 67 98 ee b9 46 69 dc d0 a8 e0 85 33 4e 23 6f bb b8 67 ca 17 ab eb 91 d7 18 37 af a0 29 60 c2 46 7f 79 6b c0 09 9b 01 2b ef 73 cb 2c f3 c8 47 a1 83 e5 ac da 55 1f 3a 1b 7c 9f 06 4d f3 31 e2 11 a7 72 bb 54 4f f0 7c bb cc 62 a1 b3 d5 c4 9e 60 b4 56 b1 25 5d 13 1b e3 d4 a0 d9 9b 4a 52 f4 02 e5 5d 36 6b 32 23 e6 a1 43 11 c3 fa c3 1a 28 6d 65 ee 5d fa 81 c7 42 e7 ad 83 03 5c c1 8a 74 4d 6c d4 a2 9a ac 45 29 70 e0 18 e0 14 a0 cc 8b 14 b1 69 03 b6 f9 94 35 c0 79 6b 09 23 f1 09 e1 19 62 59 55 06 f2 b2 8d 67 4d 6c 94 ba c2 d8 04 ac 1e b1 a0 29 73 85 b7 69 c5 0f 66 d8 f9 43 63 3e 77 78 e8 34 71 eb 1c 7b a2 d6 5d 6e 49 5f 13 1b 33 34 19 9b 1a ef fa aa 1c 4c f2 d0 e7 39 15 a7 90 e4 f0 9b 29 93 85 8e 8b c2 39 be 75 c9 96 ec 86 7d 3f d9 34 22 f2 c4 b9 4a fb f3 ca 56 33 2c 62 2a 7c 77 51 4d 3d 86 45 52 97 d7 f0 1b be ef 09 61 da e2 4c 95 7f e7 b2 d0 11 26 58 ca 8b 03 61 79 c6 f3 1f d8 18 45 1f 3f e5 a5 1d df ab fd e3 f7 12 51 2c f2 70 29 72 24 53 36 75 3e 9c 27 f5 fc 8a 4d 11 df 79 6f 2d 42 c1 61 ae 23 4e 28 b3 b2 fd cc 92 8c e7 3f b0 f1 02 5f dc f6 f1 f1 8d f4 22 fa a7 d1 93 29 67 52 bf f9 0c 70 76 9b 50 09 9b 98 d9 31 23 74 01 42 8c df 7d 7b fe 9d 9d 86 ce eb 88 28 e6 4b 4b 69 96 ff 9b df b0 7e ec f1 35 c3 b3 eb 7c 1b fc 7f 25 bd ac 33 1e 01 77 e1 cf a9 17 e7 e2 1c 65 90 da 56 99 17 5f f2 f6 8f c6 86 aa f8 dd 9f 60 57 6d 78 93 c3 c3 02 9e 6a 78 68 08 5b e7 ce 59 f3 9e b1 21 a9 bb 11 b1 61 78 f6 8d 9f c4 a3 56 54 56 b4 09 cf 9f ec 84 21 3d fc fd c2 35 7b aa a9 4c 64 a3 6f 7c 77 4d a1 14 15 36 b7 ff d1 c1 27 13 7c de cc be 3e bf 7f 6c 58 e1 78 9a e0 b9 56 8e 75 3f fe f1 b5 87 dc 94 4d 91 4f 96 6d 9e 47 fd db d2 fd 3d c9 57 f3 63 94 53 77 a4 63 19 f7 6c 7c e7 e1 ae 47 93 a8 79 bc e0 d0 59 44 0d 77 4e 23 e1 71 87 e1 11 27 ca c9 8f 7b 0e 27 74 52 36 15 5e 92 be f0 c3 cb 36 df df 4c 37 ec d3 30 ba 0d a6 fc 28 37 f7 73 f2 ed 1c bb be 53 53 59 5e 57 65 b1 a4 7a c1 7d 63 c3 7e cd f7 34 08 8e 19 9e ad 61 a6 f2 e3 59 30 57 cb b1 22 55 65 e6 cb 3e 5f 9f 3f 57 6e bf d6 40 8a c5 5c 57 4d 2f e8 5c 71 7d 41 a7 3d eb b9 8d 48 1c 0b ec af f6 1c 7c d1 24 b4 56 b8 c8 76 67 51 bd 5f 18 c9 cf 79 e1 20 3c 3b cd 4c f5 07 4b 5e 72 26 ac 40 1a 3d 5d 6e c7 9f 20 a9 5c 54 9b 0a 75 3d aa 7a cd 20 ca b7 f2 d9 76 46 0f 34 e0 b7 76 b2 17 f3 3f d6 ec 99 c4 46 9c 88 78 9a c7 93 05 cf e7 8b eb 8b 9d 33 ca ac 26 3e e6 78 de 3a d9 5a f6 ef bd 27 57 cf b1 10 29 82 f0 a7 00 ef 79 7e 35 40 0b f3 7e cd 8d 6a 3e b1 f1 cb ae 77 e6 78 a7 8e 5b 72 18 b6 2e c8 ed f9 36 59 eb 6b 2c 6e f8 2d 26 bd b5 e0 8b 16 0b 9d 19 b4 3d 9f b5 1d bc aa e3 9e 21 57 e5 bf 7f 3d bb 47 51 86 ec c7 8c 74 20 66 1a 8a 13 da 14 2b 5c 3e f1 60 54 38 18 bb 64 25 21 f5 ed d6 02 fb 98 66 e5 25 b8 2d f7 1e b3 21 65 76 f8 06 ea f9 10 bb 19 ac 28 5a fd 2f ad 99 d2 2a 1b 64 e9 93 a9 fb 59 f3 b3 d1 09 a3 af a2 28 3c b1 49 04 c6 2d d9 56 c9 48 d8 64 83 cc 5c 2c 26 b7 0d d8 98 31 81 85 9f 48 2c 9a 8d 53 f3 f0 55 01 9f 52 db 71 8d 41 0e df 1a 76 fd 1b 7f 0c a3 5c 55 4d e7 84 2a e8 87 9a 7d 6c 75 e2 e6 79 a3 79 1e 33 d1 b3 f5 d9 24 19 47 85 fc 71 2e 77 a2 26 cb 76 a5 a6 08 01 4e bb 28 bb 6b 27 e5 8c 6a 9c da 52 cd ee 82 17 5e 4b 98 c3 b3 d5 2c ee ab b8 67 61 20 e3 81 2d be b4 bd 70 e6 1f db af 79 94 2f fa 99 26 94 11 cf d0 38 28 50 7c 8c bb e7 c4 66 d8 ea d0 d7 66 48 ad 9d 8c fb 28 1d 8b da 59 de a9 da 62 c0 6e 31 91 87 09 75 34 c2 94 01 55 75 c6 e6 3a 5d a0 2e 7c e8 5c ce 8e 42 2e 2a f8 cc 61 dd 7f 51 23 77 ce bc 9a f9 ad dd 33 d7 39 b1 28 65 28 59 b2 27 19 62 43 b6 3b e9 0f 09 0f b1 19 b6 3b 9d b0 49 de 33 ec 77 6e c6 13 12 7d 47 a9 cb 6c d3 13 b3 c9 5c 0c 45 25 50 94 ba c2 ae 71 b3 eb a5 a0 f4 e7 37 84 f7 98 8d 17 ba 42 51 84 23 85 06 75 66 cd c2 d0 ab 7e fd 5b fb c4 b2 3e 19 94 32 f6 91 65 1e 1a c4 89 3c 86 c0 30 36 6d c6 46 89 95 84 4a 22 c2 96 3b 55 19 9b 36 4c 09 b1 a6 f1 8a 8f a4 13 d0 7b 4b 39 e2 5b da 6e cb 0e 6d 7c 93 c7 92 0c a7 88 af 5c ab f8 b5 a1 b7 3e 99 85 7d 9d 4c b6 13 44 ee a9 9d 80 19 b6 53 30 94 50 54 b3 ee b2 21 e9 65 2d 05 d3 e6 ce 3b e2 1d f4 15 5f a0 5e cd 9f 48 dc 7b 36 24 a3 62 c2 07 05 ab 98 a9 2b d3 13 4a fa e8 e3 de f9 cd 68 9c 88 9e 49 14 19 4c 83 e1 35 cf a0 7c 9c 1b 8f ce 6f c6 e3 54 a3 b1 13 d8 d8 bb 5d 97 7e b9 33 57 8c 97 78 b7 76 c9 3b 51 aa d2 da 71 5e 8d b3 fa ed 71 ad 53 b7 a7 60 48 d7 a3 31 55 25 a2 92 e0 b9 99 5c df 5c 5e 37 db 91 db 9f 79 d9 79 ab 23 0f a4 99 61 f4 0b 24 1d f1 f2 2e 13 2c 99 8d 1b b8 7e c5 cd 05 2a 0d 3b 54 7b 55 aa c6 45 18 8e 3a 77 3f 37 35 c2 14 2b 09 1b 42 75 73 75 73 3d 9a 78 03 f7 ee 6b e8 af f2 ad dc 4c c4 30 30 c2 52 6f 59 2c fb 9e 68 ec c9 81 54 08 74 6a de 84 cf 42 32 34 39 a3 99 98 30 6b 05 9a 10 58 9d e2 c9 75 73 7d 43 99 15 f5 fd bb af 21 19 61 21 a9 4a e9 e8 79 85 d4 df 2c f5 97 5f fe 39 43 b6 91 61 cb 4e a2 72 c4 37 59 5d d0 2e f3 77 3f b4 d3 b7 0b 27 7a 62 3c a4 eb cb eb 9b f1 f5 b8 c7 63 e8 8e ac d0 64 f3 57 3d f1 5f 34 97 7f b4 b9 7c 36 4e c3 c1 3a 9b 29 95 92 9c 69 2b f4 4f 2e 7d 11 ef 7e e8 e1 45 47 2e 4b e4 3a 49 19 9f 0c c6 64 39 93 8b 31 e9 6b 4e 0d 86 7e ec 79 55 8f 46 30 f1 24 27 7d 70 bd ea e2 97 a0 2b 67 43 2a 54 75 bb 6a 52 ad a6 b6 3e 29 34 c3 f1 8c e5 48 0d d1 ae 5a 43 aa e4 1c 0f b1 21 cb a1 d0 a1 1e 99 de e5 57 3d af ec d2 98 61 d5 2c bf ea 6b 1f 3a 28 4c a4 67 63 b7 b2 5c 3c ab 3a bb d3 4a 79 bb 62 35 1b 3e 4d ce d4 9a 38 93 19 cb d1 da 39 39 96 59 7f c3 fb e2 09 d5 2f 6a f9 06 e3 a8 e6 13 95 44 19 1a a6 ea 82 5b 73 0b fb 8c 0d 0a e3 ec eb 73 f5 d0 55 db ea dc 4c f2 ab b1 61 78 4e b5 ec 71 46 8a 45 6a 6c b5 5e 8e 65 ca c5 30 ea 7b 4e d7 ce c6 19 6a 75 fd 96 cb e6 a9 56 47 ef 69 e3 cb e1 e4 62 e2 75 5d a7 62 27 6c c4 9a 80 1f f3 d2 1b 57 7c 7a ce ce 35 13 ed 78 58 c9 64 eb f3 eb d2 5f 8d 0d c9 ad bb ca 89 42 b3 37 45 80 54 17 99 47 4f 15 80 1c 93 eb 44 64 3c d9 56 a6 30 d0 c9 91 87 dd a1 d6 ce 27 6c d8 9e 86 5d 14 38 9f d1 76 84 1f 4d ac ca e6 12 2e 67 af e5 bf 9f 0a 5d aa ed 6c a8 b8 cb 86 e3 29 c4 7a 33 88 94 98 4d 96 9d 51 93 5c c7 ec 1b f9 7a ce 2a b3 f3 73 7c e6 ce b3 79 d2 c1 ed 0e 9e 2a 62 43 f8 f9 03 b2 7b cc 66 2a 9d fa 9e 59 3c 18 82 53 b5 a5 40 a2 14 53 5a 32 19 4f a7 db c4 36 92 9b 8b 75 51 d8 9e b2 19 de d1 18 4b 59 62 a9 c7 0b be 56 b1 ee ff af 40 2e c8 41 19 f1 48 81 13 39 c1 93 0d 32 64 2d c9 33 d5 35 72 1d b5 9b 4d 62 42 7a 1e cd c6 4d 93 ed 18 49 87 1a b1 31 e2 fb bf db fa 49 19 9f 9a ea 6e 47 da 9a 66 47 24 9c 4a 4a 5d d1 43 4d 3e 93 d2 0b 04 15 c8 04 8a d1 2d 24 93 b6 fc 82 ef a3 ef ea 11 d1 8a f0 71 04 65 e9 01 b1 99 77 0e 81 38 75 bc 1a 6b 59 9c ba 83 65 76 3c 23 96 45 b5 a6 9a 81 91 1c 6a 6a 1f 6f 79 30 f9 5c b7 0f cf 6d 33 b4 1e 2e 1b 92 f2 a2 13 85 1c 4f e8 7c f7 6e 46 66 67 4a 25 91 27 6d 79 ea ae 6f 7c 8a fc 85 1e 6a de 2f 36 09 9e 73 4a b4 bf 79 97 57 8b e4 ed 14 86 5d 8c fe c5 d5 9f 5f 95 4d aa 15 cc 4a f7 98 8d 1f 34 37 6c fe 42 f4 e9 37 6c 7e 96 4d 07 c5 af df 59 c6 25 ac 5f 88 4d 2d a9 c6 ac d0 e0 23 ea 76 5d 28 8a f8 d4 4f d8 d8 a5 df 99 4d 94 5c 2c 20 2a 89 fe 28 f0 3b 15 22 75 80 1b 36 5c ca 8e 97 b0 81 8f 19 c6 86 74 24 e3 e3 ce 86 0d 6f 56 d8 25 73 62 53 12 d2 6b fb 15 c0 fd dc 86 0d 97 7d 1a e1 8e 41 54 84 8a a0 54 15 9a 10 8c c0 f8 99 0b 95 bf 01 9b 88 2d bc bc 85 af 5e 1e 0a 9b 7b ab 0d 9b 0d 9b 7f c7 e6 ff 24 e8 bf a9
PolH V0.08 Id 19091156 Parent 0 Size 00053878
Name DSourcemodelswarhammertris
center -0.717198 -0.745144 -1.94726e-006
x axis 1 4.33311e-009 1.5249e-006
y axis -4.3388e-009 1 3.73123e-006
z axis -1.5249e-006 -3.73123e-006 1
Transform
1.00002 5.51713e-008 -1.44658e-006 1.05649e-005
6.37176e-007 1.00001 -3.78264e-006 9.12696e-006
-8.5058e-007 -2.07158e-006 1 -4.23193e-006
0 0 0 1
World Vertices 460
0.030970 -0.465290 -0.552713
0.029891 -0.467203 -0.865414
0.028567 0.190071 -0.556721
0.027488 0.188157 -0.869422
-0.436752 0.193343 0.257929
-0.325267 0.136813 -1.399508
-0.605969 0.088978 -1.398246
-0.434348 -0.462020 0.261936
-0.904844 -0.467936 -0.424379
-0.483663 -0.490188 -0.488242
-0.907248 0.187426 -0.428387
-1.114868 -0.137768 0.105940
-0.904874 0.191637 0.259555
-1.163514 -0.141193 -0.425490
-0.323293 -0.401519 -1.396217
-0.604338 -0.355732 -1.395527
-0.768267 -0.332923 -1.395101
-0.976805 -0.141467 -0.582491
-0.769640 0.041570 -1.397391
-0.902471 -0.463724 0.263563
-0.272668 -0.700839 -0.612764
-0.108825 -0.700242 -0.613334
-0.695769 0.378120 0.007517
-0.555332 0.378632 0.007029
-0.438175 0.167257 -0.179710
-0.812674 0.165894 -0.178409
-0.811379 0.168190 0.196833
-0.436882 0.169554 0.195532
-0.697171 0.375632 -0.398994
-0.556734 0.376143 -0.399482
-0.439687 0.164577 -0.617491
-0.814184 0.163213 -0.616190
-0.812782 0.165702 -0.209678
-0.438284 0.167066 -0.210979
-0.043240 -0.472627 -1.709464
-0.252817 -0.471480 -1.396031
-0.837971 -0.473613 -1.393998
-1.097633 -0.172190 -1.707666
-1.193955 -0.177315 -2.489093
-1.056046 -0.346196 -3.395412
-0.164530 0.155457 -2.275784
-0.164348 -0.456730 -2.866195
-0.166580 0.151820 -2.869916
-0.162213 -0.476499 -2.271920
-0.255135 0.160474 -1.399895
-0.840288 0.158343 -1.397862
-0.026003 -0.389255 -3.398704
-1.057419 0.028297 -3.397703
-0.027720 0.078860 -3.401567
-0.045558 0.159328 -1.713329
-0.934739 -0.149718 -1.958539
-1.004402 -0.478804 -2.143912
-0.560589 -0.290320 -2.209142
-1.009388 -0.511204 -3.613465
-0.940780 -0.160436 -3.709666
-0.542485 -0.087621 -3.523857
-0.866284 0.153663 -2.148264
-1.006477 -0.623831 -2.893536
-0.609087 -0.481946 -2.895778
-1.522442 -0.344839 -2.893466
-1.263396 -0.152635 -2.238830
-1.523816 0.029654 -2.895754
-0.939692 0.312656 -2.899505
-0.540843 0.056641 -2.899313
-1.267605 -0.160101 -3.458366
-0.941744 0.191225 -3.618003
-1.126940 -0.724579 -3.987011
-1.125538 -0.722092 -3.580499
-1.594779 -0.537316 -3.705098
-1.595751 -0.539038 -3.986530
-0.236870 -0.154817 -3.211784
0.208397 -0.717614 -3.647675
-1.129658 0.401386 -3.587370
-1.131060 0.398898 -3.993882
-1.597526 0.211669 -3.709679
-1.598497 0.209945 -3.991111
0.675248 -0.694608 -3.993416
0.675679 -0.693842 -3.868335
0.207211 -0.719719 -3.991646
0.671731 0.382824 -3.874919
0.671299 0.382058 -4.000000
0.203090 0.403758 -3.998517
0.204277 0.405864 -3.654546
0.439727 -0.297562 -3.995036
0.438697 -0.016693 -3.996754
0.440914 -0.295457 -3.651064
0.439885 -0.014588 -3.652783
1.187351 0.079659 -3.999928
1.189067 -0.388457 -3.997065
0.036635 -2.010070 -0.543267
0.033152 -1.356623 -0.859976
0.034232 -1.354710 -0.547273
0.035555 -2.011985 -0.855968
-0.317542 -1.969706 -1.386627
-0.428684 -2.006800 0.271383
-0.598587 -1.923918 -1.385937
-0.480574 -1.332797 -0.483088
-0.901584 -1.357355 -0.418941
-0.431087 -1.351439 0.267375
-0.896806 -2.008506 0.273009
-1.109203 -1.682549 0.115387
-0.899181 -2.012715 -0.414934
-1.157850 -1.685973 -0.416043
-0.319517 -1.431373 -1.389919
-0.600219 -1.479208 -1.388656
-0.762602 -1.877703 -1.385654
-0.971139 -1.686248 -0.573044
-0.763976 -1.503210 -1.387945
-0.899210 -1.353144 0.269002
-0.271124 -1.122144 -0.610188
-0.107279 -1.121545 -0.610758
-0.430280 -1.986074 -0.166542
-0.545805 -2.219409 0.022916
-0.686242 -2.219921 0.023404
-0.804778 -1.987438 -0.165241
-0.803483 -1.985142 0.210000
-0.428985 -1.983776 0.208699
-0.431791 -1.988753 -0.604324
-0.547207 -2.221897 -0.383595
-0.687644 -2.222409 -0.383107
-0.806288 -1.990118 -0.603023
-0.804885 -1.987629 -0.196511
-0.430387 -1.986265 -0.197812
-0.834624 -1.386439 -1.388416
-0.249470 -1.384306 -1.390449
-0.039893 -1.385453 -1.703882
-1.188462 -1.675285 -2.479934
-1.092140 -1.670158 -1.698506
-1.051754 -1.516482 -3.388257
-0.158683 -2.001510 -2.856748
-0.160915 -1.392960 -2.860469
-0.156634 -1.997874 -2.262616
-0.158866 -1.389324 -2.266338
-0.832392 -1.994988 -1.384695
-0.247237 -1.992856 -1.386728
-0.020339 -1.934034 -3.389258
-1.050382 -1.890975 -3.385967
-0.022055 -1.465919 -3.392120
-0.037661 -1.994002 -1.700161
-0.555953 -1.554230 -2.201413
-1.001142 -1.368223 -2.138473
-0.929074 -1.694499 -1.949091
-0.536306 -1.772836 -3.513552
-0.935116 -1.705217 -3.700221
-1.006298 -1.353813 -3.608312
-0.858387 -1.999667 -2.135096
-1.004246 -1.232381 -2.889814
-0.605741 -1.394771 -2.890195
-1.518151 -1.515126 -2.886308
-1.516778 -1.889618 -2.884018
-1.257732 -1.697415 -2.229385
-0.533633 -1.909442 -2.887290
-0.930593 -2.168355 -2.884334
-1.261938 -1.704879 -3.448920
-0.933418 -2.079135 -3.604119
-1.591861 -1.333113 -3.700233
-1.123994 -1.143395 -3.577923
-1.125395 -1.145884 -3.984434
-1.592832 -1.334835 -3.981663
0.209942 -1.138917 -3.645099
-0.231204 -1.699596 -3.202337
-1.589114 -2.082097 -3.695653
-1.121276 -2.269361 -3.977565
-1.119873 -2.266871 -3.571054
-1.590086 -2.083820 -3.977085
0.208755 -1.141022 -3.989070
0.677396 -1.161958 -3.865474
0.676964 -1.162724 -3.990553
0.212875 -2.264500 -3.982200
0.680912 -2.239388 -3.983969
0.681344 -2.238622 -3.858890
0.214061 -2.262393 -3.638228
0.445549 -1.559368 -3.643335
0.445392 -1.842343 -3.985590
0.444362 -1.561474 -3.987306
0.446579 -1.840238 -3.641619
1.194732 -1.933237 -3.987619
1.193016 -1.465121 -3.990481
-0.199127 -0.718247 0.325239
-0.220939 -0.856853 0.638880
0.058126 -0.717692 0.261803
-0.083342 -0.437334 0.260573
-0.834153 -0.537514 -0.361654
-1.043894 -0.136173 0.324587
-1.905686 -0.909231 0.738831
-1.439074 -0.910204 0.299422
-0.014359 -0.721967 -0.394625
-0.831579 -1.239687 -0.357360
-0.012986 -1.096459 -0.392335
-0.550513 -0.343120 0.636869
-1.348772 0.144354 0.449007
-1.018637 -0.344826 0.638496
-1.321800 -0.650209 0.641414
-1.320085 -1.118324 0.644276
-0.220596 -0.950475 0.639452
-0.991196 -1.444811 0.645141
-1.340962 -1.985572 0.462033
-0.546478 -1.443190 0.643597
0.059498 -1.092184 0.264093
-1.786211 -1.634765 0.680321
-1.791533 -0.183608 0.671447
-0.079908 -1.373565 0.266299
-0.103958 -1.139210 0.327489
-0.599864 0.052695 0.321897
-1.037906 -1.680379 0.427844
-0.662935 -1.866644 0.365148
-2.296751 -0.851427 2.772485
-1.873895 -1.271197 2.773598
-1.410577 0.041233 2.763956
-0.987722 -0.378537 2.765070
-2.466034 -1.026583 1.022928
-1.741094 -1.142882 0.708423
-2.043180 -1.446350 1.024041
-2.163949 -0.723113 0.707311
-0.524120 0.086308 1.947556
-0.946977 0.506077 1.946444
-0.665098 -0.032955 1.667330
-0.760561 -0.154344 1.011697
-1.087955 0.386814 1.666217
-1.183417 0.265425 1.010584
-1.878427 -1.279235 1.460253
-2.301283 -0.859467 1.459140
-1.860137 -0.416582 0.892013
-1.437281 -0.836350 0.893126
-1.263104 -1.877528 2.775205
-0.840247 -2.297297 2.776318
-0.376931 -0.984869 2.766677
0.045926 -1.404637 2.767789
-1.432387 -2.052684 1.025649
-0.707446 -2.168983 0.711142
-1.009531 -2.472453 1.026762
-1.130301 -1.749215 0.710030
0.509526 -0.939794 1.950276
0.086671 -0.520025 1.949164
0.392040 -1.082377 1.670112
0.273087 -1.180446 1.014417
-0.030817 -0.662608 1.668999
-0.149769 -0.760678 1.013305
-0.844778 -2.305336 1.462972
-1.267635 -1.885567 1.461860
-0.826490 -1.442682 0.894734
-0.403635 -1.862451 0.895845
-1.895881 -1.480785 2.962588
-1.520852 -1.949642 2.620179
-1.473024 -1.900553 2.963701
-1.943708 -1.529873 2.619066
-1.382102 -1.104034 3.021049
-1.100200 -1.383880 3.021790
-1.241637 -1.763094 2.336626
-0.168622 -0.729127 2.357859
-1.758460 -1.250044 2.335267
-1.038374 -1.374957 0.613605
-1.367347 -1.025062 0.612597
-0.807127 -0.813704 0.390465
-0.732429 -0.169435 2.356375
-0.752886 -0.470542 2.889910
-0.218461 0.066308 2.321885
0.063444 -0.213539 2.322626
-0.470981 -0.750388 2.890650
0.134003 -0.424700 2.198589
-1.289725 -1.859759 1.868308
-1.853532 -1.300068 1.866826
-1.392298 -0.603844 0.610101
-0.948870 -0.251138 0.606409
-0.429805 0.134991 2.197106
0.013183 0.015755 1.570875
-0.008411 -0.004673 2.071421
-1.691176 -1.278553 1.459602
-0.363287 -0.366034 0.605092
-0.244024 -0.974158 0.608406
-0.593571 -1.396740 0.612203
-1.268322 -1.698320 1.460715
-1.572807 -0.192083 2.984848
-1.571189 -0.189212 3.453900
-1.663632 -0.423037 3.549466
-1.665789 -0.426864 2.924064
-2.347057 0.249431 2.922271
-2.136529 0.344203 2.983507
-2.134912 0.347075 3.452559
-2.344899 0.253258 3.547675
-2.130039 -0.892857 3.553955
-2.811307 -0.216564 3.552163
-2.953386 -0.361338 2.928106
-2.272119 -1.037632 2.929899
-2.414875 -0.523982 2.802158
-2.296643 -0.851235 2.803755
-2.249376 -0.826702 2.959800
-2.554773 -0.523537 2.958997
-2.299556 -0.856403 1.959461
-2.416386 -0.526661 2.364377
-2.089673 -0.644984 1.957442
-2.086760 -0.639816 2.801735
-1.899572 -0.474337 2.956434
-2.204967 -0.171171 2.955631
-0.997737 -2.875573 4.000000
-1.001405 -2.882081 2.936816
-0.232007 -2.060066 2.929123
-1.518229 -2.369031 2.935455
-0.701845 -1.593656 2.927886
-0.698285 -1.587340 3.959801
-0.228445 -2.053750 3.961038
-1.514561 -2.362522 3.998640
-1.051568 -2.087222 2.807031
-1.144077 -2.391837 2.809217
-1.004129 -2.109500 2.963362
-1.307379 -2.391478 2.966137
-1.145587 -2.394517 2.371436
-1.054480 -2.092390 1.962738
-0.843052 -2.302274 1.963294
-0.840140 -2.297106 2.807587
-0.698820 -2.389261 2.964023
-1.001984 -2.694643 2.966941
-0.376843 -1.927033 1.803029
-0.210478 -2.110429 2.335196
-0.375008 -1.923780 2.334619
-0.187475 -1.734129 2.614255
0.280220 -1.615393 2.611913
0.115691 -1.428745 2.611338
0.000376 -1.897287 2.614608
0.489130 -1.405697 2.328462
0.418196 -1.713481 1.798975
0.299448 -1.245793 1.796519
0.301283 -1.242539 2.328111
-0.377821 -1.245587 2.236658
0.607962 -2.014586 2.206696
0.398080 -2.226006 2.208715
0.373680 -2.251410 1.896238
0.091711 -2.042357 1.802117
0.630204 -1.993009 1.893770
0.675759 -2.301325 1.207526
0.583835 -2.439996 1.552682
0.349193 -2.371205 1.459255
0.817038 -2.205084 1.550438
0.444610 -2.297009 2.052632
0.677813 -2.062099 2.050388
0.233243 -2.251923 1.896728
0.441681 -2.090185 1.425942
0.302670 -1.946818 1.988433
0.490759 -1.968201 2.206817
0.606476 -1.875875 1.924406
0.722318 -1.995348 1.455663
0.327518 -2.132638 2.208387
0.839839 -2.276748 1.300624
0.769358 -2.442375 1.051708
0.768220 -2.161698 1.018721
0.698610 -1.972411 1.393061
0.464871 -2.090483 1.363321
0.793503 -2.228959 1.488122
0.511205 -2.138273 1.175823
0.745163 -2.019817 1.268105
0.607198 -2.487103 1.490346
0.396069 -2.418036 1.428109
0.676832 -2.535001 1.271497
0.419000 -2.465911 1.240693
0.464994 -2.420079 1.052623
0.675825 -2.230532 1.300907
-0.000855 -2.983139 1.120225
1.399222 -1.807733 1.108189
1.187472 -1.598424 1.013822
1.212193 -1.690239 1.295745
0.816189 -2.654196 0.833944
0.559324 -2.701181 0.960204
0.674589 -2.515421 0.645952
0.371065 -2.515190 0.865900
0.486870 -2.328475 0.707997
0.440856 -2.280112 0.989305
0.558962 -2.395565 1.177235
0.746683 -2.582512 1.115189
2.937677 -0.187874 0.967866
2.984337 -0.235090 0.874180
2.843601 -0.094784 0.936348
2.960521 -0.212344 0.780308
2.819676 -0.072230 0.811206
2.889937 -0.142573 0.748851
1.632553 -1.666829 1.043977
1.350327 -1.387558 0.949424
1.468326 -1.503203 1.106084
1.492912 -1.854397 1.076880
1.305300 -1.667258 1.170196
1.678783 -1.714810 0.825210
1.539031 -1.902569 0.826843
1.560784 -1.599164 0.668550
1.397411 -1.787392 0.607724
1.209692 -1.600444 0.669770
1.396447 -1.435730 0.699387
1.163592 -1.528675 0.950934
-1.925480 -0.384627 2.330540
-2.113328 -0.221469 2.330189
-1.927314 -0.387881 1.798948
-1.434782 0.110407 2.607258
-1.622631 0.273566 2.606906
-1.737945 -0.194976 2.610176
-1.902475 -0.008326 2.609600
-1.251024 0.293360 1.792440
-1.719576 0.408682 1.793350
-1.413718 0.483263 2.323455
-1.249189 0.296613 2.324031
-1.247024 -0.382729 2.234372
-2.023141 0.597309 2.199773
-2.233024 0.385889 2.201793
-2.046061 0.079808 1.796492
-2.257421 0.360484 1.889315
-2.000899 0.618885 1.886847
-2.375877 0.333973 1.452085
-2.446630 0.568348 1.544707
-2.307724 0.660377 1.199675
-2.303953 0.431489 2.045400
-2.213428 0.803258 1.542463
-2.070749 0.666398 2.043156
-2.095454 0.428427 1.419266
-2.256907 0.220049 1.890175
-1.952560 0.291949 1.982499
-1.883675 0.596096 1.917854
-1.975899 0.480450 2.200326
-2.002752 0.709828 1.448492
-2.139141 0.316013 2.201897
-2.168278 0.753364 1.010994
-2.449044 0.752531 1.043240
-2.284595 0.824878 1.292402
-2.236964 0.779384 1.480146
-2.095757 0.451450 1.356583
-1.979476 0.686125 1.386015
-2.026892 0.732001 1.260810
-2.143388 0.496943 1.168838
-2.541569 0.659908 1.263029
-2.422971 0.380422 1.420691
-2.493744 0.591200 1.482187
-2.470515 0.402508 1.233089
-2.424521 0.448343 1.045019
-1.819179 1.387173 1.099720
-2.984337 -0.021437 1.112373
-2.237182 0.661208 1.293242
-1.608074 1.176715 1.006466
-1.700814 1.201502 1.288080
-2.520321 0.656165 0.637545
-2.706062 0.540368 0.951612
-2.660625 0.797237 0.824795
-2.332170 0.469985 0.700579
-2.518450 0.353231 0.858297
-2.284214 0.425066 0.982134
-2.401027 0.542816 1.169446
-2.589179 0.728997 1.106411
-0.116391 2.843598 0.928560
-0.257559 2.983139 0.865649
-0.210250 2.937072 0.959583
-0.234390 2.959244 0.771900
-0.093329 2.819511 0.803541
-0.164022 2.889091 0.740815
-1.679816 1.621359 1.035261
-1.515156 1.458499 1.098233
-1.398234 1.340940 0.942192
-1.678182 1.294446 1.162346
-1.866443 1.480433 1.068040
-1.727555 1.666661 0.816247
-1.914289 1.525543 0.817756
-1.797499 1.384197 0.599318
-1.610634 1.549102 0.660205
-1.446082 1.386050 0.691908
-1.609346 1.198016 0.662352
-1.537987 1.153181 0.943825
Texture Vertices 1
0.000000 0.000000
Faces 784
Face verts 3 flags 0 mat 0
<2,0> <1,0> <0,0>
Face verts 3 flags 0 mat 0
<2,0> <3,0> <1,0>
Face verts 3 flags 0 mat 0
<5,0> <3,0> <4,0>
Face verts 3 flags 0 mat 0
<6,0> <5,0> <4,0>
Face verts 3 flags 0 mat 0
<9,0> <8,0> <7,0>
Face verts 3 flags 0 mat 0
<12,0> <11,0> <10,0>
Face verts 3 flags 0 mat 0
<13,0> <10,0> <11,0>
Face verts 3 flags 0 mat 0
<2,0> <7,0> <4,0>
Face verts 3 flags 0 mat 0
<2,0> <0,0> <7,0>
Face verts 3 flags 0 mat 0
<5,0> <1,0> <3,0>
Face verts 3 flags 0 mat 0
<5,0> <14,0> <1,0>
Face verts 3 flags 0 mat 0
<8,0> <9,0> <15,0>
Face verts 3 flags 0 mat 0
<9,0> <14,0> <15,0>
Face verts 3 flags 0 mat 0
<18,0> <17,0> <16,0>
Face verts 3 flags 0 mat 0
<10,0> <17,0> <18,0>
Face verts 3 flags 0 mat 0
<16,0> <17,0> <8,0>
Face verts 3 flags 0 mat 0
<10,0> <13,0> <17,0>
Face verts 3 flags 0 mat 0
<4,0> <19,0> <12,0>
Face verts 3 flags 0 mat 0
<4,0> <7,0> <19,0>
Face verts 3 flags 0 mat 0
<7,0> <0,0> <9,0>
Face verts 3 flags 0 mat 0
<10,0> <18,0> <6,0>
Face verts 3 flags 0 mat 0
<20,0> <9,0> <0,0>
Face verts 3 flags 0 mat 0
<20,0> <21,0> <14,0>
Face verts 3 flags 0 mat 0
<19,0> <7,0> <8,0>
Face verts 3 flags 0 mat 0
<8,0> <11,0> <19,0>
Face verts 3 flags 0 mat 0
<8,0> <13,0> <11,0>
Face verts 3 flags 0 mat 0
<12,0> <19,0> <11,0>
Face verts 3 flags 0 mat 0
<8,0> <17,0> <13,0>
Face verts 3 flags 0 mat 0
<2,0> <4,0> <3,0>
Face verts 3 flags 0 mat 0
<12,0> <10,0> <4,0>
Face verts 3 flags 0 mat 0
<20,0> <14,0> <9,0>
Face verts 3 flags 0 mat 0
<20,0> <0,0> <21,0>
Face verts 3 flags 0 mat 0
<14,0> <21,0> <1,0>
Face verts 3 flags 0 mat 0
<1,0> <21,0> <0,0>
Face verts 3 flags 0 mat 0
<15,0> <16,0> <8,0>
Face verts 3 flags 0 mat 0
<6,0> <4,0> <10,0>
Face verts 3 flags 0 mat 0
<6,0> <18,0> <5,0>
Face verts 3 flags 0 mat 0
<14,0> <18,0> <16,0>
Face verts 3 flags 0 mat 0
<14,0> <5,0> <18,0>
Face verts 3 flags 0 mat 0
<16,0> <15,0> <14,0>
Face verts 3 flags 0 mat 0
<24,0> <23,0> <22,0>
Face verts 3 flags 0 mat 0
<25,0> <24,0> <22,0>
Face verts 3 flags 0 mat 0
<26,0> <25,0> <22,0>
Face verts 3 flags 0 mat 0
<23,0> <24,0> <27,0>
Face verts 3 flags 0 mat 0
<27,0> <22,0> <23,0>
Face verts 3 flags 0 mat 0
<26,0> <22,0> <27,0>
Face verts 3 flags 0 mat 0
<30,0> <29,0> <28,0>
Face verts 3 flags 0 mat 0
<31,0> <30,0> <28,0>
Face verts 3 flags 0 mat 0
<32,0> <31,0> <28,0>
Face verts 3 flags 0 mat 0
<29,0> <30,0> <33,0>
Face verts 3 flags 0 mat 0
<33,0> <28,0> <29,0>
Face verts 3 flags 0 mat 0
<32,0> <28,0> <33,0>
Face verts 3 flags 0 mat 0
<36,0> <35,0> <34,0>
Face verts 3 flags 0 mat 0
<38,0> <37,0> <36,0>
Face verts 3 flags 0 mat 0
<39,0> <38,0> <36,0>
Face verts 3 flags 0 mat 2
<42,0> <41,0> <40,0>
Face verts 3 flags 0 mat 0
<43,0> <36,0> <34,0>
Face verts 3 flags 0 mat 0
<45,0> <44,0> <35,0>
Face verts 3 flags 0 mat 0
<45,0> <36,0> <37,0>
Face verts 3 flags 0 mat 0
<45,0> <35,0> <36,0>
Face verts 3 flags 0 mat 0
<48,0> <47,0> <46,0>
Face verts 3 flags 0 mat 0
<39,0> <47,0> <38,0>
Face verts 3 flags 0 mat 0
<47,0> <42,0> <40,0>
Face verts 3 flags 0 mat 0
<46,0> <39,0> <41,0>
Face verts 3 flags 0 mat 0
<38,0> <45,0> <37,0>
Face verts 3 flags 0 mat 0
<47,0> <45,0> <38,0>
Face verts 3 flags 0 mat 0
<46,0> <41,0> <48,0>
Face verts 3 flags 0 mat 0
<44,0> <49,0> <35,0>
Face verts 3 flags 0 mat 0
<35,0> <49,0> <34,0>
Face verts 3 flags 0 mat 2
<48,0> <42,0> <47,0>
Face verts 3 flags 0 mat 0
<48,0> <41,0> <42,0>
Face verts 3 flags 0 mat 0
<49,0> <40,0> <43,0>
Face verts 3 flags 0 mat 0
<49,0> <44,0> <45,0>
Face verts 3 flags 0 mat 0
<40,0> <41,0> <43,0>
Face verts 3 flags 0 mat 0
<43,0> <41,0> <39,0>
Face verts 3 flags 0 mat 0
<43,0> <34,0> <49,0>
Face verts 3 flags 0 mat 2
<40,0> <49,0> <45,0>
Face verts 3 flags 0 mat 2
<47,0> <40,0> <45,0>
Face verts 3 flags 0 mat 0
<39,0> <46,0> <47,0>
Face verts 3 flags 0 mat 0
<36,0> <43,0> <39,0>
Face verts 3 flags 0 mat 0
<52,0> <51,0> <50,0>
Face verts 3 flags 0 mat 0
<55,0> <54,0> <53,0>
Face verts 3 flags 0 mat 0
<52,0> <50,0> <56,0>
Face verts 3 flags 0 mat 0
<52,0> <57,0> <51,0>
Face verts 3 flags 0 mat 0
<52,0> <58,0> <57,0>
Face verts 3 flags 0 mat 0
<51,0> <57,0> <59,0>
Face verts 3 flags 0 mat 0
<59,0> <61,0> <60,0>
Face verts 3 flags 0 mat 0
<61,0> <56,0> <60,0>
Face verts 3 flags 0 mat 2
<63,0> <56,0> <62,0>
Face verts 3 flags 0 mat 0
<58,0> <53,0> <57,0>
Face verts 3 flags 0 mat 0
<64,0> <59,0> <53,0>
Face verts 3 flags 0 mat 0
<59,0> <64,0> <61,0>
Face verts 3 flags 0 mat 0
<65,0> <62,0> <61,0>
Face verts 3 flags 0 mat 0
<62,0> <55,0> <63,0>
Face verts 3 flags 0 mat 0
<56,0> <50,0> <60,0>
Face verts 3 flags 0 mat 0
<50,0> <51,0> <60,0>
Face verts 3 flags 0 mat 0
<61,0> <64,0> <65,0>
Face verts 3 flags 0 mat 0
<55,0> <52,0> <63,0>
Face verts 3 flags 0 mat 0
<55,0> <58,0> <52,0>
Face verts 3 flags 0 mat 0
<57,0> <53,0> <59,0>
Face verts 3 flags 0 mat 2
<62,0> <56,0> <61,0>
Face verts 3 flags 0 mat 0
<53,0> <58,0> <55,0>
Face verts 3 flags 0 mat 0
<55,0> <65,0> <54,0>
Face verts 3 flags 0 mat 0
<53,0> <54,0> <64,0>
Face verts 3 flags 0 mat 0
<54,0> <65,0> <64,0>
Face verts 3 flags 0 mat 0
<56,0> <63,0> <52,0>
Face verts 3 flags 0 mat 2
<55,0> <62,0> <65,0>
Face verts 3 flags 0 mat 0
<59,0> <60,0> <51,0>
Face verts 3 flags 0 mat 0
<68,0> <67,0> <66,0>
Face verts 3 flags 0 mat 0
<69,0> <68,0> <66,0>
Face verts 3 flags 0 mat 0
<71,0> <67,0> <70,0>
Face verts 3 flags 0 mat 0
<74,0> <73,0> <72,0>
Face verts 3 flags 0 mat 0
<75,0> <73,0> <74,0>
Face verts 3 flags 0 mat 0
<75,0> <74,0> <68,0>
Face verts 3 flags 0 mat 0
<69,0> <75,0> <68,0>
Face verts 3 flags 0 mat 0
<78,0> <77,0> <76,0>
Face verts 3 flags 0 mat 0
<71,0> <77,0> <78,0>
Face verts 3 flags 0 mat 0
<70,0> <67,0> <68,0>
Face verts 3 flags 0 mat 0
<81,0> <80,0> <79,0>
Face verts 3 flags 0 mat 0
<82,0> <81,0> <79,0>
Face verts 3 flags 0 mat 0
<85,0> <84,0> <83,0>
Face verts 3 flags 0 mat 2
<72,0> <82,0> <70,0>
Face verts 3 flags 0 mat 2
<74,0> <72,0> <70,0>
Face verts 3 flags 0 mat 0
<68,0> <74,0> <70,0>
Face verts 3 flags 0 mat 0
<76,0> <83,0> <78,0>
Face verts 3 flags 0 mat 0
<66,0> <78,0> <69,0>
Face verts 3 flags 0 mat 0
<70,0> <86,0> <85,0>
Face verts 3 flags 0 mat 0
<77,0> <71,0> <85,0>
Face verts 3 flags 0 mat 0
<79,0> <80,0> <87,0>
Face verts 3 flags 0 mat 0
<76,0> <77,0> <88,0>
Face verts 3 flags 0 mat 0
<84,0> <80,0> <81,0>
Face verts 3 flags 0 mat 0
<80,0> <84,0> <87,0>
Face verts 3 flags 0 mat 0
<85,0> <71,0> <70,0>
Face verts 3 flags 0 mat 0
<79,0> <86,0> <82,0>
Face verts 3 flags 0 mat 0
<73,0> <81,0> <82,0>
Face verts 3 flags 0 mat 0
<72,0> <73,0> <82,0>
Face verts 3 flags 0 mat 0
<86,0> <79,0> <87,0>
Face verts 3 flags 0 mat 0
<67,0> <71,0> <78,0>
Face verts 3 flags 0 mat 0
<66,0> <67,0> <78,0>
Face verts 3 flags 0 mat 0
<75,0> <81,0> <73,0>
Face verts 3 flags 0 mat 0
<84,0> <81,0> <75,0>
Face verts 3 flags 0 mat 0
<69,0> <84,0> <75,0>
Face verts 3 flags 0 mat 0
<76,0> <88,0> <83,0>
Face verts 3 flags 0 mat 0
<85,0> <88,0> <77,0>
Face verts 3 flags 0 mat 0
<83,0> <88,0> <85,0>
Face verts 3 flags 0 mat 0
<86,0> <87,0> <84,0>
Face verts 3 flags 0 mat 0
<84,0> <85,0> <86,0>
Face verts 3 flags 0 mat 0
<69,0> <83,0> <84,0>
Face verts 3 flags 0 mat 0
<78,0> <83,0> <69,0>
Face verts 3 flags 0 mat 0
<70,0> <82,0> <86,0>
Face verts 3 flags 0 mat 0
<91,0> <90,0> <89,0>
Face verts 3 flags 0 mat 0
<90,0> <92,0> <89,0>
Face verts 3 flags 0 mat 0
<94,0> <92,0> <93,0>
Face verts 3 flags 0 mat 0
<94,0> <93,0> <95,0>
Face verts 3 flags 0 mat 0
<98,0> <97,0> <96,0>
Face verts 3 flags 0 mat 0
<101,0> <100,0> <99,0>
Face verts 3 flags 0 mat 0
<100,0> <101,0> <102,0>
Face verts 3 flags 0 mat 0
<94,0> <98,0> <89,0>
Face verts 3 flags 0 mat 0
<98,0> <91,0> <89,0>
Face verts 3 flags 0 mat 0
<92,0> <90,0> <93,0>
Face verts 3 flags 0 mat 0
<90,0> <103,0> <93,0>
Face verts 3 flags 0 mat 0
<104,0> <96,0> <97,0>
Face verts 3 flags 0 mat 0
<104,0> <103,0> <96,0>
Face verts 3 flags 0 mat 0
<107,0> <106,0> <105,0>
Face verts 3 flags 0 mat 0
<105,0> <106,0> <101,0>
Face verts 3 flags 0 mat 0
<97,0> <106,0> <107,0>
Face verts 3 flags 0 mat 0
<106,0> <102,0> <101,0>
Face verts 3 flags 0 mat 0
<99,0> <108,0> <94,0>
Face verts 3 flags 0 mat 0
<108,0> <98,0> <94,0>
Face verts 3 flags 0 mat 0
<96,0> <91,0> <98,0>
Face verts 3 flags 0 mat 0
<95,0> <105,0> <101,0>
Face verts 3 flags 0 mat 0
<91,0> <96,0> <109,0>
Face verts 3 flags 0 mat 0
<103,0> <110,0> <109,0>
Face verts 3 flags 0 mat 0
<97,0> <98,0> <108,0>
Face verts 3 flags 0 mat 0
<108,0> <100,0> <97,0>
Face verts 3 flags 0 mat 0
<100,0> <102,0> <97,0>
Face verts 3 flags 0 mat 0
<100,0> <108,0> <99,0>
Face verts 3 flags 0 mat 0
<102,0> <106,0> <97,0>
Face verts 3 flags 0 mat 0
<92,0> <94,0> <89,0>
Face verts 3 flags 0 mat 0
<94,0> <101,0> <99,0>
Face verts 3 flags 0 mat 0
<96,0> <103,0> <109,0>
Face verts 3 flags 0 mat 0
<110,0> <91,0> <109,0>
Face verts 3 flags 0 mat 0
<90,0> <110,0> <103,0>
Face verts 3 flags 0 mat 0
<91,0> <110,0> <90,0>
Face verts 3 flags 0 mat 0
<97,0> <107,0> <104,0>
Face verts 3 flags 0 mat 0
<101,0> <94,0> <95,0>
Face verts 3 flags 0 mat 0
<93,0> <105,0> <95,0>
Face verts 3 flags 0 mat 0
<107,0> <105,0> <103,0>
Face verts 3 flags 0 mat 0
<105,0> <93,0> <103,0>
Face verts 3 flags 0 mat 0
<103,0> <104,0> <107,0>
Face verts 3 flags 0 mat 0
<113,0> <112,0> <111,0>
Face verts 3 flags 0 mat 0
<113,0> <111,0> <114,0>
Face verts 3 flags 0 mat 0
<113,0> <114,0> <115,0>
Face verts 3 flags 0 mat 0
<116,0> <111,0> <112,0>
Face verts 3 flags 0 mat 0
<112,0> <113,0> <116,0>
Face verts 3 flags 0 mat 0
<116,0> <113,0> <115,0>
Face verts 3 flags 0 mat 0
<119,0> <118,0> <117,0>
Face verts 3 flags 0 mat 0
<119,0> <117,0> <120,0>
Face verts 3 flags 0 mat 0
<119,0> <120,0> <121,0>
Face verts 3 flags 0 mat 0
<122,0> <117,0> <118,0>
Face verts 3 flags 0 mat 0
<118,0> <119,0> <122,0>
Face verts 3 flags 0 mat 0
<122,0> <119,0> <121,0>
Face verts 3 flags 0 mat 0
<125,0> <124,0> <123,0>
Face verts 3 flags 0 mat 0
<123,0> <127,0> <126,0>
Face verts 3 flags 0 mat 0
<123,0> <126,0> <128,0>
Face verts 3 flags 0 mat 0
<131,0> <130,0> <129,0>
Face verts 3 flags 0 mat 2
<125,0> <123,0> <132,0>
Face verts 3 flags 0 mat 0
<124,0> <134,0> <133,0>
Face verts 3 flags 0 mat 0
<127,0> <123,0> <133,0>
Face verts 3 flags 0 mat 0
<123,0> <124,0> <133,0>
Face verts 3 flags 0 mat 0
<137,0> <136,0> <135,0>
Face verts 3 flags 0 mat 0
<126,0> <136,0> <128,0>
Face verts 3 flags 0 mat 0
<131,0> <129,0> <136,0>
Face verts 3 flags 0 mat 0
<130,0> <128,0> <137,0>
Face verts 3 flags 0 mat 0
<127,0> <133,0> <126,0>
Face verts 3 flags 0 mat 0
<126,0> <133,0> <136,0>
Face verts 3 flags 0 mat 0
<135,0> <130,0> <137,0>
Face verts 3 flags 0 mat 0
<124,0> <138,0> <134,0>
Face verts 3 flags 0 mat 0
<125,0> <138,0> <124,0>
Face verts 3 flags 0 mat 0
<136,0> <129,0> <135,0>
Face verts 3 flags 0 mat 2
<129,0> <130,0> <135,0>
Face verts 3 flags 0 mat 0
<132,0> <131,0> <138,0>
Face verts 3 flags 0 mat 0
<133,0> <134,0> <138,0>
Face verts 3 flags 0 mat 2
<132,0> <130,0> <131,0>
Face verts 3 flags 0 mat 2
<128,0> <130,0> <132,0>
Face verts 3 flags 0 mat 0
<138,0> <125,0> <132,0>
Face verts 3 flags 0 mat 0
<133,0> <138,0> <131,0>
Face verts 3 flags 0 mat 0
<133,0> <131,0> <136,0>
Face verts 3 flags 0 mat 0
<136,0> <137,0> <128,0>
Face verts 3 flags 0 mat 2
<128,0> <132,0> <123,0>
Face verts 3 flags 0 mat 0
<141,0> <140,0> <139,0>
Face verts 3 flags 0 mat 0
<144,0> <143,0> <142,0>
Face verts 3 flags 0 mat 0
<145,0> <141,0> <139,0>
Face verts 3 flags 0 mat 0
<140,0> <146,0> <139,0>
Face verts 3 flags 0 mat 0
<146,0> <147,0> <139,0>
Face verts 3 flags 0 mat 0
<148,0> <146,0> <140,0>
Face verts 3 flags 0 mat 0
<150,0> <149,0> <148,0>
Face verts 3 flags 0 mat 0
<150,0> <145,0> <149,0>
Face verts 3 flags 0 mat 0
<152,0> <145,0> <151,0>
Face verts 3 flags 0 mat 0
<146,0> <144,0> <147,0>
Face verts 3 flags 0 mat 0
<144,0> <148,0> <153,0>
Face verts 3 flags 0 mat 0
<149,0> <153,0> <148,0>
Face verts 3 flags 0 mat 0
<149,0> <152,0> <154,0>
Face verts 3 flags 0 mat 0
<151,0> <142,0> <152,0>
Face verts 3 flags 0 mat 0
<150,0> <141,0> <145,0>
Face verts 3 flags 0 mat 0
<150,0> <140,0> <141,0>
Face verts 3 flags 0 mat 0
<154,0> <153,0> <149,0>
Face verts 3 flags 0 mat 0
<151,0> <139,0> <142,0>
Face verts 3 flags 0 mat 0
<139,0> <147,0> <142,0>
Face verts 3 flags 0 mat 0
<148,0> <144,0> <146,0>
Face verts 3 flags 0 mat 0
<149,0> <145,0> <152,0>
Face verts 3 flags 0 mat 0
<142,0> <147,0> <144,0>
Face verts 3 flags 0 mat 0
<143,0> <154,0> <142,0>
Face verts 3 flags 0 mat 0
<153,0> <143,0> <144,0>
Face verts 3 flags 0 mat 0
<153,0> <154,0> <143,0>
Face verts 3 flags 0 mat 0
<139,0> <151,0> <145,0>
Face verts 3 flags 0 mat 0
<154,0> <152,0> <142,0>
Face verts 3 flags 0 mat 0
<140,0> <150,0> <148,0>
Face verts 3 flags 0 mat 0
<157,0> <156,0> <155,0>
Face verts 3 flags 0 mat 0
<157,0> <155,0> <158,0>
Face verts 3 flags 0 mat 2
<160,0> <156,0> <159,0>
Face verts 3 flags 0 mat 0
<163,0> <162,0> <161,0>
Face verts 3 flags 0 mat 0
<161,0> <162,0> <164,0>
Face verts 3 flags 0 mat 0
<155,0> <161,0> <164,0>
Face verts 3 flags 0 mat 0
<155,0> <164,0> <158,0>
Face verts 3 flags 0 mat 0
<167,0> <166,0> <165,0>
Face verts 3 flags 0 mat 0
<165,0> <166,0> <159,0>
Face verts 3 flags 0 mat 0
<155,0> <156,0> <160,0>
Face verts 3 flags 0 mat 0
<170,0> <169,0> <168,0>
Face verts 3 flags 0 mat 0
<170,0> <168,0> <171,0>
Face verts 3 flags 0 mat 0
<174,0> <173,0> <172,0>
Face verts 3 flags 0 mat 0
<160,0> <171,0> <163,0>
Face verts 3 flags 0 mat 0
<160,0> <163,0> <161,0>
Face verts 3 flags 0 mat 0
<160,0> <161,0> <155,0>
Face verts 3 flags 0 mat 0
<165,0> <174,0> <167,0>
Face verts 3 flags 0 mat 0
<158,0> <165,0> <157,0>
Face verts 3 flags 0 mat 0
<172,0> <175,0> <160,0>
Face verts 3 flags 0 mat 0
<172,0> <159,0> <166,0>
Face verts 3 flags 0 mat 0
<176,0> <169,0> <170,0>
Face verts 3 flags 0 mat 0
<177,0> <166,0> <167,0>
Face verts 3 flags 0 mat 0
<168,0> <169,0> <173,0>
Face verts 3 flags 0 mat 0
<176,0> <173,0> <169,0>
Face verts 3 flags 0 mat 2
<160,0> <159,0> <172,0>
Face verts 3 flags 0 mat 0
<171,0> <175,0> <170,0>
Face verts 3 flags 0 mat 0
<171,0> <168,0> <162,0>
Face verts 3 flags 0 mat 0
<171,0> <162,0> <163,0>
Face verts 3 flags 0 mat 0
<176,0> <170,0> <175,0>
Face verts 3 flags 0 mat 0
<165,0> <159,0> <156,0>
Face verts 3 flags 0 mat 0
<165,0> <156,0> <157,0>
Face verts 3 flags 0 mat 0
<162,0> <168,0> <164,0>
Face verts 3 flags 0 mat 0
<164,0> <168,0> <173,0>
Face verts 3 flags 0 mat 0
<164,0> <173,0> <158,0>
Face verts 3 flags 0 mat 0
<174,0> <177,0> <167,0>
Face verts 3 flags 0 mat 0
<166,0> <177,0> <172,0>
Face verts 3 flags 0 mat 0
<172,0> <177,0> <174,0>
Face verts 3 flags 0 mat 0
<173,0> <176,0> <175,0>
Face verts 3 flags 0 mat 0
<175,0> <172,0> <173,0>
Face verts 3 flags 0 mat 0
<173,0> <174,0> <158,0>
Face verts 3 flags 0 mat 0
<158,0> <174,0> <165,0>
Face verts 3 flags 0 mat 0
<175,0> <171,0> <160,0>
Face verts 3 flags 0 mat 0
<180,0> <179,0> <178,0>
Face verts 3 flags 0 mat 0
<183,0> <182,0> <181,0>
Face verts 3 flags 0 mat 0
<185,0> <183,0> <184,0>
Face verts 3 flags 0 mat 0
<187,0> <186,0> <182,0>
Face verts 3 flags 0 mat 0
<188,0> <186,0> <187,0>
Face verts 3 flags 0 mat 0
<191,0> <190,0> <189,0>
Face verts 3 flags 0 mat 0
<193,0> <192,0> <189,0>
Face verts 3 flags 0 mat 0
<179,0> <193,0> <189,0>
Face verts 3 flags 0 mat 0
<194,0> <193,0> <179,0>
Face verts 3 flags 0 mat 0
<195,0> <193,0> <194,0>
Face verts 3 flags 0 mat 0
<195,0> <197,0> <196,0>
Face verts 3 flags 0 mat 0
<187,0> <182,0> <185,0>
Face verts 3 flags 0 mat 0
<194,0> <179,0> <180,0>
Face verts 3 flags 0 mat 0
<198,0> <194,0> <180,0>
Face verts 3 flags 0 mat 0
<184,0> <193,0> <199,0>
Face verts 3 flags 0 mat 0
<190,0> <191,0> <200,0>
Face verts 3 flags 0 mat 0
<199,0> <195,0> <196,0>
Face verts 3 flags 0 mat 0
<193,0> <184,0> <192,0>
Face verts 3 flags 0 mat 0
<192,0> <191,0> <189,0>
Face verts 3 flags 0 mat 0
<184,0> <200,0> <192,0>
Face verts 3 flags 0 mat 0
<178,0> <189,0> <181,0>
Face verts 3 flags 0 mat 0
<186,0> <180,0> <181,0>
Face verts 3 flags 0 mat 0
<186,0> <181,0> <182,0>
Face verts 3 flags 0 mat 0
<202,0> <198,0> <201,0>
Face verts 3 flags 0 mat 0
<190,0> <203,0> <189,0>
Face verts 3 flags 0 mat 0
<195,0> <199,0> <193,0>
Face verts 3 flags 0 mat 0
<189,0> <178,0> <179,0>
Face verts 3 flags 0 mat 0
<187,0> <204,0> <201,0>
Face verts 3 flags 0 mat 0
<201,0> <188,0> <187,0>
Face verts 3 flags 0 mat 0
<186,0> <198,0> <180,0>
Face verts 3 flags 0 mat 0
<188,0> <198,0> <186,0>
Face verts 3 flags 0 mat 0
<198,0> <202,0> <194,0>
Face verts 3 flags 0 mat 0
<194,0> <202,0> <197,0>
Face verts 3 flags 0 mat 0
<197,0> <205,0> <196,0>
Face verts 3 flags 0 mat 0
<196,0> <201,0> <204,0>
Face verts 3 flags 0 mat 0
<205,0> <201,0> <196,0>
Face verts 3 flags 0 mat 0
<180,0> <178,0> <181,0>
Face verts 3 flags 0 mat 0
<184,0> <199,0> <204,0>
Face verts 3 flags 0 mat 0
<204,0> <199,0> <196,0>
Face verts 3 flags 0 mat 0
<185,0> <184,0> <204,0>
Face verts 3 flags 0 mat 0
<190,0> <200,0> <183,0>
Face verts 3 flags 0 mat 0
<183,0> <200,0> <184,0>
Face verts 3 flags 0 mat 0
<190,0> <183,0> <203,0>
Face verts 3 flags 0 mat 0
<203,0> <183,0> <181,0>
Face verts 3 flags 0 mat 0
<202,0> <201,0> <197,0>
Face verts 3 flags 0 mat 0
<194,0> <197,0> <195,0>
Face verts 3 flags 0 mat 0
<182,0> <183,0> <185,0>
Face verts 3 flags 0 mat 0
<204,0> <187,0> <185,0>
Face verts 3 flags 0 mat 0
<188,0> <201,0> <198,0>
Face verts 3 flags 0 mat 0
<205,0> <197,0> <201,0>
Face verts 3 flags 0 mat 0
<191,0> <192,0> <200,0>
Face verts 3 flags 0 mat 0
<181,0> <189,0> <203,0>
Face verts 3 flags 0 mat 0
<208,0> <207,0> <206,0>
Face verts 3 flags 0 mat 3
<208,0> <209,0> <207,0>
Face verts 3 flags 0 mat 0
<212,0> <211,0> <210,0>
Face verts 3 flags 0 mat 0
<211,0> <213,0> <210,0>
Face verts 3 flags 0 mat 3
<208,0> <214,0> <209,0>
Face verts 3 flags 0 mat 3
<208,0> <215,0> <214,0>
Face verts 3 flags 0 mat 0
<215,0> <216,0> <214,0>
Face verts 3 flags 0 mat 3
<216,0> <218,0> <217,0>
Face verts 3 flags 0 mat 3
<217,0> <218,0> <219,0>
Face verts 3 flags 0 mat 0
<207,0> <220,0> <206,0>
Face verts 3 flags 0 mat 0
<220,0> <221,0> <206,0>
Face verts 3 flags 0 mat 0
<214,0> <216,0> <209,0>
Face verts 3 flags 0 mat 0
<220,0> <212,0> <221,0>
Face verts 3 flags 0 mat 0
<212,0> <210,0> <221,0>
Face verts 3 flags 0 mat 0
<219,0> <222,0> <217,0>
Face verts 3 flags 0 mat 0
<217,0> <222,0> <223,0>
Face verts 3 flags 0 mat 0
<222,0> <213,0> <211,0>
Face verts 3 flags 0 mat 0
<216,0> <217,0> <223,0>
Face verts 3 flags 0 mat 0
<209,0> <223,0> <207,0>
Face verts 3 flags 0 mat 0
<211,0> <220,0> <207,0>
Face verts 3 flags 0 mat 0
<211,0> <212,0> <220,0>
Face verts 3 flags 0 mat 0
<222,0> <219,0> <218,0>
Face verts 3 flags 0 mat 3
<208,0> <206,0> <222,0>
Face verts 3 flags 0 mat 0
<213,0> <222,0> <206,0>
Face verts 3 flags 0 mat 0
<211,0> <207,0> <223,0>
Face verts 3 flags 0 mat 0
<206,0> <221,0> <213,0>
Face verts 3 flags 0 mat 0
<221,0> <210,0> <213,0>
Face verts 3 flags 0 mat 0
<211,0> <223,0> <222,0>
Face verts 3 flags 0 mat 0
<222,0> <218,0> <208,0>
Face verts 3 flags 0 mat 0
<215,0> <218,0> <216,0>
Face verts 3 flags 0 mat 0
<223,0> <209,0> <216,0>
Face verts 3 flags 0 mat 3
<215,0> <208,0> <218,0>
Face verts 3 flags 0 mat 0
<226,0> <225,0> <224,0>
Face verts 3 flags 0 mat 0
<226,0> <227,0> <225,0>
Face verts 3 flags 0 mat 0
<230,0> <229,0> <228,0>
Face verts 3 flags 0 mat 0
<229,0> <231,0> <228,0>
Face verts 3 flags 0 mat 3
<226,0> <232,0> <227,0>
Face verts 3 flags 0 mat 3
<226,0> <233,0> <232,0>
Face verts 3 flags 0 mat 3
<233,0> <234,0> <232,0>
Face verts 3 flags 0 mat 3
<234,0> <236,0> <235,0>
Face verts 3 flags 0 mat 0
<235,0> <236,0> <237,0>
Face verts 3 flags 0 mat 0
<225,0> <238,0> <224,0>
Face verts 3 flags 0 mat 0
<238,0> <239,0> <224,0>
Face verts 3 flags 0 mat 0
<232,0> <234,0> <227,0>
Face verts 3 flags 0 mat 0
<238,0> <230,0> <239,0>
Face verts 3 flags 0 mat 0
<230,0> <228,0> <239,0>
Face verts 3 flags 0 mat 0
<237,0> <240,0> <235,0>
Face verts 3 flags 0 mat 0
<235,0> <240,0> <241,0>
Face verts 3 flags 0 mat 0
<240,0> <231,0> <229,0>
Face verts 3 flags 0 mat 0
<234,0> <235,0> <241,0>
Face verts 3 flags 0 mat 0
<227,0> <241,0> <225,0>
Face verts 3 flags 0 mat 0
<229,0> <238,0> <225,0>
Face verts 3 flags 0 mat 0
<229,0> <230,0> <238,0>
Face verts 3 flags 0 mat 0
<240,0> <237,0> <236,0>
Face verts 3 flags 0 mat 0
<226,0> <224,0> <240,0>
Face verts 3 flags 0 mat 0
<231,0> <240,0> <224,0>
Face verts 3 flags 0 mat 0
<229,0> <225,0> <241,0>
Face verts 3 flags 0 mat 0
<224,0> <239,0> <231,0>
Face verts 3 flags 0 mat 0
<239,0> <228,0> <231,0>
Face verts 3 flags 0 mat 0
<229,0> <241,0> <240,0>
Face verts 3 flags 0 mat 0
<240,0> <236,0> <226,0>
Face verts 3 flags 0 mat 3
<233,0> <236,0> <234,0>
Face verts 3 flags 0 mat 0
<241,0> <227,0> <234,0>
Face verts 3 flags 0 mat 0
<233,0> <226,0> <236,0>
Face verts 3 flags 0 mat 0
<244,0> <243,0> <242,0>
Face verts 3 flags 0 mat 0
<243,0> <245,0> <242,0>
Face verts 3 flags 0 mat 0
<247,0> <242,0> <246,0>
Face verts 3 flags 0 mat 0
<247,0> <244,0> <242,0>
Face verts 3 flags 0 mat 0
<244,0> <249,0> <248,0>
Face verts 3 flags 0 mat 0
<243,0> <250,0> <245,0>
Face verts 3 flags 0 mat 0
<253,0> <252,0> <251,0>
Face verts 3 flags 0 mat 3
<256,0> <255,0> <254,0>
Face verts 3 flags 0 mat 3
<242,0> <255,0> <246,0>
Face verts 3 flags 0 mat 0
<254,0> <257,0> <256,0>
Face verts 3 flags 0 mat 3
<255,0> <257,0> <258,0>
Face verts 3 flags 0 mat 3
<255,0> <256,0> <257,0>
Face verts 3 flags 0 mat 3
<249,0> <258,0> <257,0>
Face verts 3 flags 0 mat 0
<247,0> <258,0> <244,0>
Face verts 3 flags 0 mat 0
<258,0> <249,0> <244,0>
Face verts 3 flags 0 mat 0
<248,0> <243,0> <244,0>
Face verts 3 flags 0 mat 0
<255,0> <247,0> <246,0>
Face verts 3 flags 0 mat 3
<255,0> <258,0> <247,0>
Face verts 3 flags 0 mat 0
<250,0> <242,0> <245,0>
Face verts 3 flags 0 mat 3
<242,0> <254,0> <255,0>
Face verts 3 flags 0 mat 0
<243,0> <248,0> <250,0>
Face verts 3 flags 0 mat 0
<242,0> <250,0> <254,0>
Face verts 3 flags 0 mat 0
<257,0> <254,0> <249,0>
Face verts 3 flags 0 mat 0
<248,0> <249,0> <259,0>
Face verts 3 flags 0 mat 0
<260,0> <248,0> <259,0>
Face verts 3 flags 0 mat 0
<261,0> <250,0> <248,0>
Face verts 3 flags 0 mat 0
<260,0> <261,0> <248,0>
Face verts 3 flags 0 mat 0
<253,0> <263,0> <262,0>
Face verts 3 flags 0 mat 0
<261,0> <262,0> <264,0>
Face verts 3 flags 0 mat 3
<259,0> <266,0> <265,0>
Face verts 3 flags 0 mat 0
<261,0> <267,0> <262,0>
Face verts 3 flags 0 mat 3
<266,0> <264,0> <265,0>
Face verts 3 flags 0 mat 0
<263,0> <253,0> <268,0>
Face verts 3 flags 0 mat 0
<268,0> <253,0> <269,0>
Face verts 3 flags 0 mat 0
<262,0> <252,0> <253,0>
Face verts 3 flags 0 mat 0
<271,0> <260,0> <270,0>
Face verts 3 flags 0 mat 0
<270,0> <253,0> <251,0>
Face verts 3 flags 0 mat 0
<260,0> <259,0> <269,0>
Face verts 3 flags 0 mat 0
<253,0> <270,0> <269,0>
Face verts 3 flags 0 mat 0
<267,0> <271,0> <252,0>
Face verts 3 flags 0 mat 0
<271,0> <261,0> <260,0>
Face verts 3 flags 0 mat 0
<267,0> <261,0> <271,0>
Face verts 3 flags 0 mat 0
<250,0> <264,0> <254,0>
Face verts 3 flags 0 mat 0
<261,0> <264,0> <250,0>
Face verts 3 flags 0 mat 3
<259,0> <265,0> <269,0>
Face verts 3 flags 0 mat 3
<265,0> <264,0> <263,0>
Face verts 3 flags 0 mat 3
<266,0> <259,0> <249,0>
Face verts 3 flags 0 mat 3
<254,0> <264,0> <266,0>
Face verts 3 flags 0 mat 3
<262,0> <263,0> <264,0>
Face verts 3 flags 0 mat 0
<263,0> <268,0> <265,0>
Face verts 3 flags 0 mat 0
<268,0> <269,0> <265,0>
Face verts 3 flags 0 mat 0
<269,0> <270,0> <260,0>
Face verts 3 flags 0 mat 0
<270,0> <251,0> <271,0>
Face verts 3 flags 0 mat 0
<251,0> <252,0> <271,0>
Face verts 3 flags 0 mat 0
<252,0> <262,0> <267,0>
Face verts 3 flags 0 mat 3
<266,0> <249,0> <254,0>
Face verts 3 flags 0 mat 0
<274,0> <273,0> <272,0>
Face verts 3 flags 0 mat 0
<275,0> <274,0> <272,0>
Face verts 3 flags 0 mat 0
<272,0> <277,0> <276,0>
Face verts 3 flags 0 mat 0
<275,0> <272,0> <276,0>
Face verts 3 flags 0 mat 1
<272,0> <273,0> <278,0>
Face verts 3 flags 0 mat 1
<277,0> <272,0> <278,0>
Face verts 3 flags 0 mat 1
<273,0> <279,0> <278,0>
Face verts 3 flags 0 mat 1
<274,0> <279,0> <273,0>
Face verts 3 flags 0 mat 0
<276,0> <277,0> <278,0>
Face verts 3 flags 0 mat 1
<279,0> <276,0> <278,0>
Face verts 3 flags 0 mat 0
<282,0> <281,0> <280,0>
Face verts 3 flags 0 mat 0
<283,0> <282,0> <280,0>
Face verts 3 flags 0 mat 0
<281,0> <276,0> <279,0>
Face verts 3 flags 0 mat 0
<282,0> <276,0> <281,0>
Face verts 3 flags 0 mat 1
<280,0> <281,0> <279,0>
Face verts 3 flags 0 mat 1
<274,0> <280,0> <279,0>
Face verts 3 flags 0 mat 0
<280,0> <274,0> <275,0>
Face verts 3 flags 0 mat 0
<283,0> <280,0> <275,0>
Face verts 3 flags 0 mat 0
<275,0> <276,0> <282,0>
Face verts 3 flags 0 mat 0
<283,0> <275,0> <282,0>
Face verts 3 flags 0 mat 0
<286,0> <285,0> <284,0>
Face verts 3 flags 0 mat 0
<286,0> <284,0> <287,0>
Face verts 3 flags 0 mat 0
<290,0> <289,0> <288,0>
Face verts 3 flags 0 mat 0
<292,0> <291,0> <285,0>
Face verts 3 flags 0 mat 0
<292,0> <285,0> <286,0>
Face verts 3 flags 0 mat 0
<292,0> <293,0> <291,0>
Face verts 3 flags 0 mat 0
<291,0> <293,0> <284,0>
Face verts 3 flags 0 mat 0
<284,0> <293,0> <287,0>
Face verts 3 flags 0 mat 1
<290,0> <291,0> <284,0>
Face verts 3 flags 0 mat 1
<290,0> <284,0> <289,0>
Face verts 3 flags 0 mat 0
<285,0> <288,0> <284,0>
Face verts 3 flags 0 mat 0
<284,0> <288,0> <289,0>
Face verts 3 flags 0 mat 0
<296,0> <295,0> <294,0>
Face verts 3 flags 0 mat 0
<297,0> <295,0> <296,0>
Face verts 3 flags 0 mat 0
<297,0> <296,0> <298,0>
Face verts 3 flags 0 mat 1
<300,0> <299,0> <296,0>
Face verts 3 flags 0 mat 1
<296,0> <299,0> <298,0>
Face verts 3 flags 0 mat 0
<299,0> <294,0> <301,0>
Face verts 3 flags 0 mat 1
<299,0> <301,0> <297,0>
Face verts 3 flags 0 mat 0
<294,0> <297,0> <301,0>
Face verts 3 flags 0 mat 0
<294,0> <295,0> <297,0>
Face verts 3 flags 0 mat 1
<297,0> <298,0> <299,0>
Face verts 3 flags 0 mat 1
<294,0> <299,0> <300,0>
Face verts 3 flags 0 mat 0
<294,0> <300,0> <296,0>
Face verts 3 flags 0 mat 0
<304,0> <303,0> <302,0>
Face verts 3 flags 0 mat 0
<304,0> <305,0> <303,0>
Face verts 3 flags 0 mat 0
<308,0> <307,0> <306,0>
Face verts 3 flags 0 mat 0
<310,0> <302,0> <309,0>
Face verts 3 flags 0 mat 0
<310,0> <304,0> <302,0>
Face verts 3 flags 0 mat 0
<310,0> <309,0> <311,0>
Face verts 3 flags 0 mat 0
<309,0> <303,0> <311,0>
Face verts 3 flags 0 mat 0
<303,0> <305,0> <311,0>
Face verts 3 flags 0 mat 0
<308,0> <303,0> <309,0>
Face verts 3 flags 0 mat 0
<308,0> <306,0> <303,0>
Face verts 3 flags 0 mat 0
<302,0> <303,0> <307,0>
Face verts 3 flags 0 mat 0
<303,0> <306,0> <307,0>
Face verts 3 flags 0 mat 0
<314,0> <313,0> <312,0>
Face verts 3 flags 0 mat 0
<317,0> <316,0> <315,0>
Face verts 3 flags 0 mat 0
<316,0> <318,0> <315,0>
Face verts 3 flags 0 mat 0
<315,0> <318,0> <314,0>
Face verts 3 flags 0 mat 0
<318,0> <313,0> <314,0>
Face verts 3 flags 0 mat 0
<321,0> <320,0> <319,0>
Face verts 3 flags 0 mat 0
<322,0> <319,0> <317,0>
Face verts 3 flags 0 mat 0
<319,0> <316,0> <317,0>
Face verts 3 flags 0 mat 0
<315,0> <323,0> <317,0>
Face verts 3 flags 0 mat 0
<317,0> <323,0> <322,0>
Face verts 3 flags 0 mat 0
<322,0> <323,0> <321,0>
Face verts 3 flags 0 mat 0
<323,0> <312,0> <321,0>
Face verts 3 flags 0 mat 3
<316,0> <319,0> <324,0>
Face verts 3 flags 0 mat 0
<316,0> <324,0> <318,0>
Face verts 3 flags 0 mat 0
<324,0> <325,0> <318,0>
Face verts 3 flags 0 mat 0
<313,0> <318,0> <325,0>
Face verts 3 flags 0 mat 0
<327,0> <326,0> <320,0>
Face verts 3 flags 0 mat 0
<326,0> <328,0> <320,0>
Face verts 3 flags 0 mat 0
<312,0> <327,0> <321,0>
Face verts 3 flags 0 mat 0
<327,0> <320,0> <321,0>
Face verts 3 flags 0 mat 0
<325,0> <326,0> <313,0>
Face verts 3 flags 0 mat 0
<326,0> <327,0> <313,0>
Face verts 3 flags 0 mat 0
<325,0> <324,0> <326,0>
Face verts 3 flags 0 mat 0
<324,0> <328,0> <326,0>
Face verts 3 flags 0 mat 0
<319,0> <328,0> <324,0>
Face verts 3 flags 0 mat 0
<319,0> <320,0> <328,0>
Face verts 3 flags 0 mat 0
<314,0> <323,0> <315,0>
Face verts 3 flags 0 mat 0
<312,0> <323,0> <314,0>
Face verts 3 flags 0 mat 0
<327,0> <312,0> <313,0>
Face verts 3 flags 0 mat 0
<319,0> <322,0> <321,0>
Face verts 3 flags 0 mat 0
<331,0> <330,0> <329,0>
Face verts 3 flags 0 mat 0
<330,0> <333,0> <332,0>
Face verts 3 flags 0 mat 0
<332,0> <333,0> <334,0>
Face verts 3 flags 0 mat 0
<331,0> <336,0> <335,0>
Face verts 3 flags 0 mat 0
<335,0> <336,0> <337,0>
Face verts 3 flags 0 mat 0
<339,0> <334,0> <338,0>
Face verts 3 flags 0 mat 0
<336,0> <340,0> <339,0>
Face verts 3 flags 0 mat 0
<336,0> <339,0> <337,0>
Face verts 3 flags 0 mat 0
<335,0> <337,0> <341,0>
Face verts 3 flags 0 mat 0
<337,0> <339,0> <338,0>
Face verts 3 flags 0 mat 0
<334,0> <333,0> <341,0>
Face verts 3 flags 0 mat 0
<334,0> <341,0> <338,0>
Face verts 3 flags 0 mat 0
<333,0> <335,0> <341,0>
Face verts 3 flags 0 mat 0
<330,0> <331,0> <335,0>
Face verts 3 flags 0 mat 0
<330,0> <335,0> <333,0>
Face verts 3 flags 0 mat 0
<330,0> <332,0> <329,0>
Face verts 3 flags 0 mat 0
<331,0> <329,0> <336,0>
Face verts 3 flags 0 mat 3
<340,0> <332,0> <339,0>
Face verts 3 flags 0 mat 0
<339,0> <332,0> <334,0>
Face verts 3 flags 0 mat 0
<341,0> <337,0> <338,0>
Face verts 3 flags 0 mat 0
<332,0> <340,0> <329,0>
Face verts 3 flags 0 mat 0
<340,0> <336,0> <329,0>
Face verts 3 flags 0 mat 0
<344,0> <343,0> <342,0>
Face verts 3 flags 0 mat 3
<347,0> <346,0> <345,0>
Face verts 3 flags 0 mat 0
<344,0> <349,0> <348,0>
Face verts 3 flags 0 mat 0
<352,0> <351,0> <350,0>
Face verts 3 flags 0 mat 0
<352,0> <353,0> <351,0>
Face verts 3 flags 0 mat 0
<345,0> <342,0> <347,0>
Face verts 3 flags 0 mat 0
<345,0> <349,0> <342,0>
Face verts 3 flags 0 mat 0
<353,0> <354,0> <348,0>
Face verts 3 flags 0 mat 0
<346,0> <348,0> <345,0>
Face verts 3 flags 0 mat 0
<348,0> <349,0> <345,0>
Face verts 3 flags 0 mat 0
<352,0> <354,0> <353,0>
Face verts 3 flags 0 mat 0
<342,0> <349,0> <344,0>
Face verts 3 flags 0 mat 0
<352,0> <343,0> <354,0>
Face verts 3 flags 0 mat 0
<342,0> <343,0> <352,0>
Face verts 3 flags 0 mat 0
<347,0> <342,0> <350,0>
Face verts 3 flags 0 mat 0
<342,0> <352,0> <350,0>
Face verts 3 flags 0 mat 0
<351,0> <346,0> <350,0>
Face verts 3 flags 0 mat 0
<346,0> <347,0> <350,0>
Face verts 3 flags 0 mat 0
<351,0> <348,0> <346,0>
Face verts 3 flags 0 mat 0
<351,0> <353,0> <348,0>
Face verts 3 flags 0 mat 0
<344,0> <354,0> <343,0>
Face verts 3 flags 0 mat 0
<348,0> <354,0> <344,0>
Face verts 3 flags 0 mat 0
<357,0> <356,0> <355,0>
Face verts 3 flags 0 mat 0
<358,0> <356,0> <357,0>
Face verts 3 flags 0 mat 1
<355,0> <359,0> <357,0>
Face verts 3 flags 0 mat 1
<355,0> <356,0> <358,0>
Face verts 3 flags 0 mat 1
<359,0> <358,0> <357,0>
Face verts 3 flags 0 mat 0
<358,0> <359,0> <355,0>
Face verts 3 flags 0 mat 0
<362,0> <361,0> <360,0>
Face verts 3 flags 0 mat 0
<364,0> <363,0> <362,0>
Face verts 3 flags 0 mat 0
<363,0> <364,0> <365,0>
Face verts 3 flags 0 mat 0
<363,0> <365,0> <366,0>
Face verts 3 flags 0 mat 0
<366,0> <361,0> <363,0>
Face verts 3 flags 0 mat 0
<361,0> <366,0> <367,0>
Face verts 3 flags 0 mat 0
<360,0> <361,0> <367,0>
Face verts 3 flags 0 mat 0
<361,0> <362,0> <363,0>
Face verts 3 flags 0 mat 0
<370,0> <369,0> <368,0>
Face verts 3 flags 0 mat 1
<371,0> <369,0> <370,0>
Face verts 3 flags 0 mat 0
<372,0> <371,0> <370,0>
Face verts 3 flags 0 mat 0
<373,0> <371,0> <372,0>
Face verts 3 flags 0 mat 1
<368,0> <369,0> <374,0>
Face verts 3 flags 0 mat 1
<376,0> <375,0> <370,0>
Face verts 3 flags 0 mat 0
<378,0> <374,0> <377,0>
Face verts 3 flags 0 mat 0
<379,0> <374,0> <369,0>
Face verts 3 flags 0 mat 0
<374,0> <380,0> <377,0>
Face verts 3 flags 0 mat 0
<382,0> <380,0> <381,0>
Face verts 3 flags 0 mat 0
<371,0> <373,0> <381,0>
Face verts 3 flags 0 mat 0
<379,0> <371,0> <381,0>
Face verts 3 flags 0 mat 0
<384,0> <383,0> <382,0>
Face verts 3 flags 0 mat 0
<373,0> <372,0> <384,0>
Face verts 3 flags 0 mat 0
<381,0> <373,0> <384,0>
Face verts 3 flags 0 mat 0
<383,0> <384,0> <385,0>
Face verts 3 flags 0 mat 0
<372,0> <375,0> <384,0>
Face verts 3 flags 0 mat 1
<370,0> <375,0> <372,0>
Face verts 3 flags 0 mat 1
<370,0> <368,0> <376,0>
Face verts 3 flags 0 mat 0
<369,0> <371,0> <379,0>
Face verts 3 flags 0 mat 1
<385,0> <376,0> <378,0>
Face verts 3 flags 0 mat 0
<377,0> <367,0> <378,0>
Face verts 3 flags 0 mat 1
<378,0> <367,0> <366,0>
Face verts 3 flags 0 mat 0
<380,0> <360,0> <377,0>
Face verts 3 flags 0 mat 0
<377,0> <360,0> <367,0>
Face verts 3 flags 0 mat 0
<362,0> <360,0> <382,0>
Face verts 3 flags 0 mat 0
<382,0> <360,0> <380,0>
Face verts 3 flags 0 mat 0
<362,0> <382,0> <383,0>
Face verts 3 flags 0 mat 0
<362,0> <383,0> <364,0>
Face verts 3 flags 0 mat 0
<364,0> <383,0> <385,0>
Face verts 3 flags 0 mat 1
<364,0> <385,0> <365,0>
Face verts 3 flags 0 mat 1
<366,0> <365,0> <385,0>
Face verts 3 flags 0 mat 0
<366,0> <385,0> <378,0>
Face verts 3 flags 0 mat 0
<382,0> <381,0> <384,0>
Face verts 3 flags 0 mat 0
<380,0> <379,0> <381,0>
Face verts 3 flags 0 mat 0
<380,0> <374,0> <379,0>
Face verts 3 flags 0 mat 1
<378,0> <376,0> <374,0>
Face verts 3 flags 0 mat 0
<385,0> <375,0> <376,0>
Face verts 3 flags 0 mat 0
<385,0> <384,0> <375,0>
Face verts 3 flags 0 mat 1
<374,0> <376,0> <368,0>
Face verts 3 flags 0 mat 0
<388,0> <387,0> <386,0>
Face verts 3 flags 0 mat 0
<391,0> <390,0> <389,0>
Face verts 3 flags 0 mat 0
<391,0> <392,0> <390,0>
Face verts 3 flags 0 mat 0
<386,0> <392,0> <391,0>
Face verts 3 flags 0 mat 0
<386,0> <387,0> <392,0>
Face verts 3 flags 0 mat 0
<395,0> <394,0> <393,0>
Face verts 3 flags 0 mat 0
<389,0> <395,0> <396,0>
Face verts 3 flags 0 mat 0
<389,0> <390,0> <395,0>
Face verts 3 flags 0 mat 0
<389,0> <397,0> <391,0>
Face verts 3 flags 0 mat 3
<396,0> <397,0> <389,0>
Face verts 3 flags 0 mat 0
<393,0> <397,0> <396,0>
Face verts 3 flags 0 mat 0
<393,0> <388,0> <397,0>
Face verts 3 flags 0 mat 0
<398,0> <395,0> <390,0>
Face verts 3 flags 0 mat 0
<392,0> <398,0> <390,0>
Face verts 3 flags 0 mat 0
<392,0> <399,0> <398,0>
Face verts 3 flags 0 mat 0
<399,0> <392,0> <387,0>
Face verts 3 flags 0 mat 0
<394,0> <401,0> <400,0>
Face verts 3 flags 0 mat 0
<394,0> <402,0> <401,0>
Face verts 3 flags 0 mat 0
<393,0> <400,0> <388,0>
Face verts 3 flags 0 mat 0
<393,0> <394,0> <400,0>
Face verts 3 flags 0 mat 0
<387,0> <401,0> <399,0>
Face verts 3 flags 0 mat 0
<387,0> <400,0> <401,0>
Face verts 3 flags 0 mat 0
<401,0> <398,0> <399,0>
Face verts 3 flags 0 mat 0
<401,0> <402,0> <398,0>
Face verts 3 flags 0 mat 0
<398,0> <402,0> <395,0>
Face verts 3 flags 0 mat 0
<402,0> <394,0> <395,0>
Face verts 3 flags 0 mat 0
<391,0> <397,0> <386,0>
Face verts 3 flags 0 mat 0
<386,0> <397,0> <388,0>
Face verts 3 flags 0 mat 0
<387,0> <388,0> <400,0>
Face verts 3 flags 0 mat 0
<393,0> <396,0> <395,0>
Face verts 3 flags 0 mat 0
<405,0> <404,0> <403,0>
Face verts 3 flags 0 mat 0
<407,0> <406,0> <404,0>
Face verts 3 flags 0 mat 0
<408,0> <406,0> <407,0>
Face verts 3 flags 0 mat 0
<410,0> <409,0> <403,0>
Face verts 3 flags 0 mat 0
<411,0> <409,0> <410,0>
Face verts 3 flags 0 mat 0
<413,0> <408,0> <412,0>
Face verts 3 flags 0 mat 0
<412,0> <414,0> <409,0>
Face verts 3 flags 0 mat 0
<411,0> <412,0> <409,0>
Face verts 3 flags 0 mat 0
<415,0> <411,0> <410,0>
Face verts 3 flags 0 mat 0
<413,0> <412,0> <411,0>
Face verts 3 flags 0 mat 0
<415,0> <406,0> <408,0>
Face verts 3 flags 0 mat 0
<413,0> <415,0> <408,0>
Face verts 3 flags 0 mat 0
<415,0> <410,0> <406,0>
Face verts 3 flags 0 mat 0
<410,0> <403,0> <404,0>
Face verts 3 flags 0 mat 0
<406,0> <410,0> <404,0>
Face verts 3 flags 0 mat 0
<405,0> <407,0> <404,0>
Face verts 3 flags 0 mat 0
<409,0> <405,0> <403,0>
Face verts 3 flags 0 mat 0
<412,0> <407,0> <414,0>
Face verts 3 flags 0 mat 0
<408,0> <407,0> <412,0>
Face verts 3 flags 0 mat 0
<413,0> <411,0> <415,0>
Face verts 3 flags 0 mat 0
<405,0> <414,0> <407,0>
Face verts 3 flags 0 mat 0
<405,0> <409,0> <414,0>
Face verts 3 flags 0 mat 0
<418,0> <417,0> <416,0>
Face verts 3 flags 0 mat 0
<421,0> <420,0> <419,0>
Face verts 3 flags 0 mat 0
<423,0> <422,0> <416,0>
Face verts 3 flags 0 mat 0
<426,0> <425,0> <424,0>
Face verts 3 flags 0 mat 0
<425,0> <427,0> <424,0>
Face verts 3 flags 0 mat 0
<419,0> <418,0> <421,0>
Face verts 3 flags 0 mat 0
<418,0> <422,0> <421,0>
Face verts 3 flags 0 mat 0
<423,0> <428,0> <427,0>
Face verts 3 flags 0 mat 0
<421,0> <423,0> <420,0>
Face verts 3 flags 0 mat 0
<421,0> <422,0> <423,0>
Face verts 3 flags 0 mat 0
<427,0> <428,0> <424,0>
Face verts 3 flags 0 mat 0
<416,0> <422,0> <418,0>
Face verts 3 flags 0 mat 0
<428,0> <417,0> <424,0>
Face verts 3 flags 0 mat 0
<424,0> <417,0> <418,0>
Face verts 3 flags 0 mat 0
<426,0> <418,0> <419,0>
Face verts 3 flags 0 mat 0
<426,0> <424,0> <418,0>
Face verts 3 flags 0 mat 0
<426,0> <420,0> <425,0>
Face verts 3 flags 0 mat 0
<426,0> <419,0> <420,0>
Face verts 3 flags 0 mat 0
<420,0> <423,0> <425,0>
Face verts 3 flags 0 mat 0
<423,0> <427,0> <425,0>
Face verts 3 flags 0 mat 0
<417,0> <428,0> <416,0>
Face verts 3 flags 0 mat 0
<416,0> <428,0> <423,0>
Face verts 3 flags 0 mat 0
<431,0> <430,0> <429,0>
Face verts 3 flags 0 mat 0
<429,0> <430,0> <432,0>
Face verts 3 flags 0 mat 0
<429,0> <433,0> <431,0>
Face verts 3 flags 0 mat 0
<432,0> <430,0> <431,0>
Face verts 3 flags 0 mat 0
<429,0> <432,0> <433,0>
Face verts 3 flags 0 mat 0
<431,0> <433,0> <432,0>
Face verts 3 flags 0 mat 0
<436,0> <435,0> <434,0>
Face verts 3 flags 0 mat 0
<434,0> <438,0> <437,0>
Face verts 3 flags 0 mat 0
<439,0> <437,0> <438,0>
Face verts 3 flags 0 mat 0
<440,0> <439,0> <438,0>
Face verts 3 flags 0 mat 0
<438,0> <435,0> <440,0>
Face verts 3 flags 0 mat 0
<441,0> <440,0> <435,0>
Face verts 3 flags 0 mat 0
<441,0> <435,0> <436,0>
Face verts 3 flags 0 mat 0
<438,0> <434,0> <435,0>
Face verts 3 flags 0 mat 0
<444,0> <443,0> <442,0>
Face verts 3 flags 0 mat 0
<442,0> <443,0> <445,0>
Face verts 3 flags 0 mat 0
<442,0> <445,0> <446,0>
Face verts 3 flags 0 mat 0
<446,0> <445,0> <447,0>
Face verts 3 flags 0 mat 0
<448,0> <443,0> <444,0>
Face verts 3 flags 0 mat 1
<442,0> <450,0> <449,0>
Face verts 3 flags 0 mat 1
<452,0> <448,0> <451,0>
Face verts 3 flags 0 mat 0
<443,0> <448,0> <453,0>
Face verts 3 flags 0 mat 0
<452,0> <454,0> <448,0>
Face verts 3 flags 0 mat 0
<456,0> <454,0> <455,0>
Face verts 3 flags 0 mat 0
<456,0> <447,0> <445,0>
Face verts 3 flags 0 mat 0
<456,0> <445,0> <453,0>
Face verts 3 flags 0 mat 0
<455,0> <458,0> <457,0>
Face verts 3 flags 0 mat 0
<457,0> <446,0> <447,0>
Face verts 3 flags 0 mat 0
<457,0> <447,0> <456,0>
Face verts 3 flags 0 mat 0
<459,0> <457,0> <458,0>
Face verts 3 flags 0 mat 0
<457,0> <450,0> <446,0>
Face verts 3 flags 0 mat 0
<446,0> <450,0> <442,0>
Face verts 3 flags 0 mat 1
<449,0> <444,0> <442,0>
Face verts 3 flags 0 mat 0
<453,0> <445,0> <443,0>
Face verts 3 flags 0 mat 0
<451,0> <449,0> <459,0>
Face verts 3 flags 0 mat 1
<451,0> <441,0> <452,0>
Face verts 3 flags 0 mat 0
<440,0> <441,0> <451,0>
Face verts 3 flags 0 mat 1
<452,0> <436,0> <454,0>
Face verts 3 flags 0 mat 0
<441,0> <436,0> <452,0>
Face verts 3 flags 0 mat 0
<455,0> <436,0> <434,0>
Face verts 3 flags 0 mat 0
<454,0> <436,0> <455,0>
Face verts 3 flags 0 mat 0
<458,0> <455,0> <434,0>
Face verts 3 flags 0 mat 0
<437,0> <458,0> <434,0>
Face verts 3 flags 0 mat 0
<459,0> <458,0> <437,0>
Face verts 3 flags 0 mat 0
<439,0> <459,0> <437,0>
Face verts 3 flags 0 mat 0
<459,0> <439,0> <440,0>
Face verts 3 flags 0 mat 0
<451,0> <459,0> <440,0>
Face verts 3 flags 0 mat 0
<457,0> <456,0> <455,0>
Face verts 3 flags 0 mat 0
<456,0> <453,0> <454,0>
Face verts 3 flags 0 mat 0
<453,0> <448,0> <454,0>
Face verts 3 flags 0 mat 0
<448,0> <449,0> <451,0>
Face verts 3 flags 0 mat 0
<449,0> <450,0> <459,0>
Face verts 3 flags 0 mat 0
<450,0> <457,0> <459,0>
Face verts 3 flags 0 mat 1
<444,0> <449,0> <448,0>
DrawFlags 0
Unit V0.01 Id 19091157 Parent 19091156 Size 00000009
Units 2
ObRQ V0.01 Id 19091161 Parent 19091156 Size 00000121
Object Radiosity Quality: 0
Object Radiosity Max Area: 0
Object Radiosity Min Area: 0
Object Radiosity Mesh Accuracy: 0
Axes V0.01 Id 19107396 Parent 19091156 Size 00000059
Transform
2 0 0 -0.717196
0 2 0 -0.745146
0 0 2 0
0 0 0 1
Unit V0.01 Id 19107397 Parent 19107396 Size 00000009
Units 2
Mat1 V0.06 Id 19064836 Parent 19091156 Size 00000102
mat# 0
shader: phong facet: auto32
rgb 0.00784314,1,0.0352941
alpha 1 ka 0.1 ks 0.1 exp 0 ior 1
ShBx V0.03 Id 19064837 Parent 19064836 Size 00000427
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (2, 255, 9)
Flags: 3
Shader class: transparency
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Shader class: reflectance
Shader name: "matte" (matte)
Number of parameters: 2
ambient factor: float 0.1
diffuse factor: float 1
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Mat1 V0.06 Id 19159828 Parent 19091156 Size 00000101
mat# 1
shader: phong facet: auto32
rgb 1,0.0823529,0.0588235
alpha 1 ka 0.1 ks 0.1 exp 0 ior 1
ShBx V0.03 Id 19159829 Parent 19159828 Size 00000429
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (255, 21, 15)
Flags: 3
Shader class: transparency
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Shader class: reflectance
Shader name: "matte" (matte)
Number of parameters: 2
ambient factor: float 0.1
diffuse factor: float 1
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Mat1 V0.06 Id 19168900 Parent 19091156 Size 00000101
mat# 2
shader: phong facet: auto32
rgb 0.0392157,0.0117647,1
alpha 1 ka 0.1 ks 0.1 exp 0 ior 1
ShBx V0.03 Id 19168901 Parent 19168900 Size 00000428
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (10, 3, 255)
Flags: 3
Shader class: transparency
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Shader class: reflectance
Shader name: "matte" (matte)
Number of parameters: 2
ambient factor: float 0.1
diffuse factor: float 1
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Mat1 V0.06 Id 19130628 Parent 19091156 Size 00000099
mat# 3
shader: phong facet: auto32
rgb 0.929412,0.913726,1
alpha 1 ka 0.1 ks 0.1 exp 0 ior 1
ShBx V0.03 Id 19130629 Parent 19130628 Size 00000431
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (237, 233, 255)
Flags: 3
Shader class: transparency
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
Shader class: reflectance
Shader name: "matte" (matte)
Number of parameters: 2
ambient factor: float 0.1
diffuse factor: float 1
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
END V1.00 Id 0 Parent 0 Size 0 | 30.957545 | 9,919 | 0.649758 |
20e4c2d75ac0d687123995fc22385d9e601bb827 | 25,872 | cob | COBOL | Source/T3DIICHAP12/sphere_green_alpha01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP12/sphere_green_alpha01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP12/sphere_green_alpha01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00006793
ThumbNailHdrSize 40
ThumbHeader:28 00 00 00 5e 00 00 00 5e 00 00 00 01 00 18 00 00 00 00 00 48 68 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ColorBufSize 26696
ColorBufZipSize 2194
ZippedThumbnail:78 9c ed 9c ab 8f ea 4c 18 c6 f7 ef 1b 39 72 6c e5 c8 91 b5 95 95 95 58 24 c7 b1 62 13 6a 9a 6c 05 c9 41 90 1c 04 c9 59 81 40 20 10 08 c4 8a 7e 73 69 a7 ef 5c 5a d8 52 60 f7 7c 93 3c 69 0a bb 9b 43 7f 3c ef 65 6e 67 91 2f 16 41 3e bd bc 3c fd 23 7c 5b 05 36 81 4d 60 13 d8 04 36 cf 57 60 13 d8 04 36 81 4d 60 f3 7c 05 36 81 4d 60 13 d8 04 36 cf 57 60 13 d8 fc 2c 36 f3 7c 9e e5 59 f2 96 b0 37 46 df 28 29 08 5a 22 7e a5 05 a5 25 65 25 4b 8a 24 2b 32 fe 6b ff 1b 36 9c 47 f4 2b 42 bf 10 2a a5 96 08 ad 10 5a 4b 6d 1b 7d 34 37 1b f9 7e 89 58 ce f8 1f fe a3 6c b2 b7 8c bd c5 b8 c0 68 87 c5 a3 6f e4 a3 1f a4 f8 cb 1d 42 47 a9 13 42 e7 e6 5a c9 ab 7a 7f 27 7e 1f 97 98 15 6c 9a 4f ff 09 36 3c 22 d8 2b c3 af 18 15 c2 01 f8 03 e3 53 a3 0a e3 4f 2c 9e fe 53 62 e8 97 02 b6 6f 20 15 38 ce e3 9f cc 66 96 cf c8 1b e1 11 81 b7 58 50 39 4b 1e 8e 50 ab eb 20 ed a5 56 88 e4 e4 ae d9 e8 6e 6c 78 1a c5 2b 8c d6 3c 82 30 de 0b 8b e0 8a 34 f2 43 c2 57 e2 a9 0c 3c fc 1b f8 51 6c e2 32 16 19 96 9b 9f 53 39 62 52 11 d2 82 b9 92 d0 25 4e 27 99 ab 64 a6 e6 df c3 0f 61 c3 cb af 48 2d 87 3a a9 28 30 96 14 1e d2 42 ea 44 a5 61 f8 5d 75 92 39 fd 3e 78 c6 66 93 ac 12 e1 95 6e 2a 5d ea 77 d2 85 d0 db 0b 3c 93 7c f2 8d d9 a4 45 ca 23 a8 79 82 da 19 a4 8a 9a 6b ab c8 be b7 39 91 eb 50 19 06 2a d0 b8 e5 7d 3c 36 dc d5 3c c7 68 30 a4 05 d3 32 e8 51 f3 6b 5e 4b 5d 07 e9 2c 6a fb 88 95 6b 24 36 93 62 c2 1b 33 59 8c 74 28 d5 4f 0c 00 d0 e6 5a 8b 02 35 3f b5 80 7d 0d 15 77 0f 29 47 2b ec 63 b0 e1 4e e6 e5 5a 46 53 1b 47 91 4d c5 86 41 2b 26 45 9b 6b 4d 08 dc 7f 19 92 70 cf 01 91 25 99 17 23 e0 b9 99 0d ff 92 c4 48 60 83 40 28 d9 48 5c 2a cc 27 eb 47 a6 ab 04 9e 2e 48 90 93 4a cd d1 32 5a 14 4f 67 c3 47 81 a2 8f 39 6b d3 a8 38 f2 52 61 26 95 38 ae 62 26 24 5e c6 cd 8d 0f 98 c7 49 ae 9f 2c f7 a4 65 fa 5c 36 c5 42 a4 99 93 9d 66 4c 2a 10 49 ac 90 70 25 55 12 d7 8a 7b 74 25 2a 8b 10 c7 43 57 f4 a9 6c 26 e5 04 ef ea 6f ab 01 43 3b c0 b4 54 38 8f 44 28 4d ea 9b 0b 72 39 99 11 4a fd 78 b6 e8 c6 ac 73 1b 1b b6 65 f5 88 da 34 8d 93 57 2c 2a 49 5a a5 96 b2 2a b3 6e b4 ba 08 75 39 49 5b 27 5b de d4 2c df c2 86 07 d4 1e 9a 86 a8 8f 66 81 b1 a8 24 0d 00 57 93 6a a2 ae ea 06 2a 05 26 eb b7 91 32 90 fa 54 6c c7 9e c4 86 7f 2b 08 98 26 32 4c 53 87 52 0c b2 4b 02 2c 92 49 00 5a d3 6a ea 4a bd af 39 5d b4 91 15 5f 6a 7e e8 96 6a 75 03 9b 78 17 3b a6 b1 a2 c9 05 93 69 67 68 06 b3 6a d6 25 0d 09 9a e9 a2 87 74 64 f1 b0 9a 2e 87 8f 22 6e 60 43 ce 44 b3 b1 4c 03 a3 09 24 98 1a 8c 49 65 3e 97 5a 54 8b b9 90 b8 51 52 ef 43 42 d0 40 5d 78 74 58 29 eb 24 1f c9 c3 d9 f0 12 a0 e6 0d 40 85 b2 d8 18 25 49 85 92 fc fa 6b a3 68 24 5c ef d5 bb 92 be ef c2 e3 25 04 f1 58 65 2b 3a 45 0f 67 93 ad b3 86 8d ee f7 ea 2c ec 35 8d ce 31 ca 2e 1a 8c 24 f1 fb 37 d0 9f ea 8f ba b1 08 c1 3c d4 85 07 66 1d 9d 91 07 57 f2 a1 6c 78 f5 56 6c dc 0a 65 99 26 f5 99 46 3e b4 f0 87 82 a1 f4 b7 fa cb a5 5f 42 42 ca 3d fd f1 d5 15 56 fc 6b 7c 2c 1b b2 25 0e 1b 3b a0 7c a6 a9 13 8c 72 8c 06 a3 a8 40 69 3c 3a c4 20 1e 27 35 a7 4d 97 6d 87 15 ff 84 bc 66 3c 90 8d 48 36 5b e4 f5 8d 13 50 ad 69 a6 c0 34 1a 8c 22 b1 af f6 96 34 21 68 1d 6f ee b1 ac 43 1d df 90 13 79 20 1b 31 8d b5 17 d3 dd 90 0d ac de 3d 6c 2c d3 28 30 c7 ea a8 05 f1 40 36 5d d6 49 41 55 87 be d1 6c d0 19 cd cb 21 29 67 10 1b 31 f6 de d5 6c 24 9e 7a ec 6d 26 9b d8 2d dd 90 0d 34 8d a2 72 ae ce 5c 1a 8f 15 59 0d 9b b9 37 ac d2 3a ac 20 9b 3a a6 c4 e0 61 35 24 e5 0c 62 43 73 aa d9 c0 e1 b7 1b 53 a9 e9 9b b9 99 6c 74 34 59 6c 14 1e 37 ac b4 75 24 9b a9 2f e5 78 f2 0d 67 93 ac 87 74 39 83 d8 c4 45 2c 16 b4 fd 23 a9 2b 63 aa 2e d7 83 d9 e8 6a 05 4d a3 26 84 f4 0c ab 66 33 59 0d 59 82 18 9c 6f ea f9 2c a3 2f d6 35 3c 36 6b f8 95 f9 46 83 e9 62 03 d3 b1 04 53 e7 9b c4 60 23 be 1c 8b cd 03 f3 cd 3c 17 75 0a 57 9d 6c 14 1e dd d6 f7 b3 e9 4a c7 5e df 48 30 16 1b 11 50 4d 01 6f db 3f 95 05 c5 27 3c e3 01 cf 38 94 0d 17 de d4 ab 0a 5d ed 9f db 17 7b 53 8e 5b c6 af 4b 36 6d 91 4a 6a 36 d6 90 aa f5 0d 3d 0c 9c 00 1c ca 86 16 b4 9f 8d 9b 91 d5 03 c1 16 c7 6a ff 34 12 58 a1 40 40 2d e4 c8 61 06 32 8d 95 85 95 69 20 1b e1 9b 64 37 70 b8 39 94 4d 52 24 e8 78 39 ac 9c ee 38 83 91 a5 dd 03 47 0e 90 4a 03 e6 dd 6a fc 32 93 4d ec 61 d3 d6 a9 c9 66 e0 5a f0 50 36 d3 62 2a f6 5b 19 43 f1 cb d6 b1 1a 64 30 dc 7c d7 24 2c 2a 56 d7 37 f1 9b 26 61 80 8d 9a b0 d6 bd df 7c f9 e0 b1 e6 a2 58 88 32 fe e9 b1 ce 35 78 f4 2c 8e 77 a6 c2 9c a6 b0 db 61 17 8c 66 43 9d 64 c3 af 03 1f f0 b6 b9 ad 25 d1 6c f4 1c 7f 7f 64 c1 e0 b2 0c 04 21 e9 72 ad 43 49 95 a7 89 8c 26 08 06 0c 31 db 80 6a 8a 94 60 c3 df 7c 06 1b b1 01 e9 68 87 95 17 4f 57 d9 d2 ee d1 93 a0 9a 84 77 66 d4 97 66 3c 6c e0 80 21 dd 0f 5f c1 bb 81 0d 1f 8d e3 83 18 c9 c1 15 69 18 59 5e 03 59 f1 a5 21 e9 99 73 ef a4 ba 1b 4a 60 e9 2f 61 6d f5 b6 07 9a 4f 9a 4b e7 62 1b 26 36 96 55 46 d6 f1 ad c7 18 06 82 f1 05 d7 63 e0 1a 0c 98 3f 6f 7b 3c c7 2e ae 69 18 ac de 83 67 6e c6 60 33 cb 67 a2 5a 9d 3c 91 e5 a6 e6 9e 0c a4 86 eb a9 6f e9 2a f5 65 5e 30 41 1c 33 87 8d 04 43 78 fb 35 6c a8 30 12 1b ae 68 1d 59 d6 f9 12 21 08 09 2e ee 99 eb 9a ed b4 1e 28 d7 86 a0 69 d4 ae 85 78 73 eb 06 e4 9b d9 4c f3 a9 d8 ac 79 b6 f1 5c 49 08 42 ea a0 95 9a 46 61 3e 36 86 69 44 a6 39 0e 9f 42 1f 8f 0d 57 f2 96 88 b0 fa f4 e0 b1 32 90 9e 21 84 93 3d 96 7c 5b 29 0c 00 70 4b 86 76 0c cc c2 fc 1f bd 65 c9 6e 54 36 5c 74 49 eb 13 08 3e 3c 17 3d 04 d5 b5 1d 07 30 70 df a1 ba 17 e6 d1 94 6c 86 af d7 dd 81 cd 42 b5 82 60 23 f0 97 08 b9 65 1f 62 b0 f6 7c b9 8a 40 dd 8e 3f 46 3b e7 30 1e 1b 51 b3 0e f6 de e8 7e 3c 56 33 04 83 ce dc 1a e1 d9 d3 a3 5b e0 08 34 7b d1 71 84 ad 6c 77 60 b3 50 f3 81 3b cf fe fa 8b 1e ea 00 46 c1 d5 de 0e 16 19 54 ea 86 66 b6 1c f3 6c c3 e8 fb d2 97 89 38 c9 70 f6 10 ea 81 d4 dc 93 0e 66 ee e6 ca a8 29 49 ed f0 20 db 8e bc 6d ff 0e e7 19 c4 2a 44 21 0f 3a 9d fa 0e 6b 78 39 99 c0 88 b5 87 db 41 d2 2e 7a c7 87 f1 8f 53 dd e7 1c 4c 96 67 b8 c4 c2 40 7b 49 a2 fb f4 58 4f e2 6e 9c e4 6e 71 37 8f 40 9c f1 64 3d f2 49 86 7b b2 59 c8 d4 1c 95 91 38 8e b9 43 6e 8e ee 82 84 3a f0 98 90 da 0d 8f f1 3a 1e 31 f9 3e 8a 8d 12 7b 65 f5 51 d5 bd 4c 42 57 40 6a e4 12 32 b7 a0 af 51 56 de f7 74 eb fd cf b2 ce f3 39 6f 9c c5 11 67 45 48 1d 58 55 a7 55 2f 9f d4 c4 16 24 fe 57 74 4d 05 95 bb d9 e5 81 6c 0c 48 ab 44 6c 4e f9 68 0e 15 1e 24 2a 05 c9 e5 f4 09 ce fc 1e 11 39 10 fe e7 a3 1c 54 f8 7e 6c 5a 48 c5 9c ad 98 80 b4 95 d9 68 d7 1c 86 de 37 37 a7 e6 e5 0e 91 bd 18 03 cc ca 7b 1d ca fc 66 6c 20 a4 b4 4c 39 27 3e 1c a3 25 e5 a3 0e f1 ff 0a 94 f2 ff 15 58 31 fe a3 47 ba e4 9b b1 f9 e6 0a 6c 02 9b c0 26 b0 09 6c 9e af c0 26 b0 09 6c 02 9b c0 e6 f9 0a 6c 02 9b c0 26 b0 09 6c 9e af 97 97 ff 00 87 36 59 2f
PolH V0.08 Id 18837044 Parent 0 Size 00017952
Name Sphere
center 0 0 0
x axis 1 0 0
y axis 0 1 0
z axis 0 0 1
Transform
1 0 0 0
0 1 0 0
0 0 1 -1
0 0 0 1
World Vertices 114
0.000000 0.000000 2.000000
0.000000 0.000000 0.000000
0.382683 0.000000 1.923880
0.353553 0.146447 1.923880
0.270598 0.270598 1.923880
0.146447 0.353553 1.923880
-0.000000 0.382683 1.923880
-0.146447 0.353553 1.923880
-0.270598 0.270598 1.923880
-0.353553 0.146447 1.923880
-0.382683 -0.000000 1.923880
-0.353553 -0.146447 1.923880
-0.270598 -0.270598 1.923880
-0.146447 -0.353553 1.923880
0.000000 -0.382683 1.923880
0.146447 -0.353553 1.923880
0.270598 -0.270598 1.923880
0.353553 -0.146447 1.923880
0.707107 0.000000 1.707107
0.653282 0.270598 1.707107
0.500000 0.500000 1.707107
0.270598 0.653282 1.707107
-0.000000 0.707107 1.707107
-0.270598 0.653282 1.707107
-0.500000 0.500000 1.707107
-0.653282 0.270598 1.707107
-0.707107 -0.000000 1.707107
-0.653281 -0.270598 1.707107
-0.500000 -0.500000 1.707107
-0.270598 -0.653282 1.707107
0.000000 -0.707107 1.707107
0.270598 -0.653281 1.707107
0.500000 -0.500000 1.707107
0.653282 -0.270598 1.707107
0.923880 0.000000 1.382683
0.853553 0.353553 1.382683
0.653281 0.653282 1.382683
0.353553 0.853553 1.382683
-0.000000 0.923880 1.382683
-0.353553 0.853553 1.382683
-0.653282 0.653281 1.382683
-0.853553 0.353553 1.382683
-0.923880 -0.000000 1.382683
-0.853553 -0.353553 1.382683
-0.653281 -0.653282 1.382683
-0.353553 -0.853553 1.382683
0.000000 -0.923880 1.382683
0.353554 -0.853553 1.382683
0.653282 -0.653281 1.382683
0.853553 -0.353553 1.382683
1.000000 0.000000 1.000000
0.923880 0.382683 1.000000
0.707107 0.707107 1.000000
0.382683 0.923880 1.000000
-0.000000 1.000000 1.000000
-0.382683 0.923880 1.000000
-0.707107 0.707107 1.000000
-0.923880 0.382683 1.000000
-1.000000 -0.000000 1.000000
-0.923880 -0.382684 1.000000
-0.707107 -0.707107 1.000000
-0.382683 -0.923880 1.000000
0.000000 -1.000000 1.000000
0.382684 -0.923880 1.000000
0.707107 -0.707107 1.000000
0.923880 -0.382683 1.000000
0.923880 0.000000 0.617316
0.853553 0.353553 0.617316
0.653281 0.653282 0.617316
0.353553 0.853553 0.617316
-0.000000 0.923880 0.617316
-0.353553 0.853553 0.617316
-0.653282 0.653281 0.617316
-0.853553 0.353553 0.617316
-0.923880 -0.000000 0.617316
-0.853553 -0.353553 0.617316
-0.653281 -0.653282 0.617316
-0.353553 -0.853553 0.617316
0.000000 -0.923880 0.617316
0.353554 -0.853553 0.617316
0.653282 -0.653281 0.617316
0.853553 -0.353553 0.617316
0.707107 0.000000 0.292893
0.653281 0.270598 0.292893
0.500000 0.500000 0.292893
0.270598 0.653281 0.292893
-0.000000 0.707107 0.292893
-0.270598 0.653281 0.292893
-0.500000 0.500000 0.292893
-0.653281 0.270598 0.292893
-0.707107 -0.000000 0.292893
-0.653281 -0.270598 0.292893
-0.500000 -0.500000 0.292893
-0.270598 -0.653281 0.292893
0.000000 -0.707107 0.292893
0.270598 -0.653281 0.292893
0.500000 -0.500000 0.292893
0.653282 -0.270598 0.292893
0.382683 0.000000 0.076120
0.353553 0.146447 0.076120
0.270598 0.270598 0.076120
0.146447 0.353553 0.076120
-0.000000 0.382683 0.076120
-0.146447 0.353553 0.076120
-0.270598 0.270598 0.076120
-0.353553 0.146447 0.076120
-0.382683 -0.000000 0.076120
-0.353553 -0.146447 0.076120
-0.270598 -0.270598 0.076120
-0.146447 -0.353553 0.076120
0.000000 -0.382683 0.076120
0.146447 -0.353553 0.076120
0.270598 -0.270598 0.076120
0.353553 -0.146447 0.076120
Texture Vertices 153
0.031250 1.000000
0.093750 1.000000
0.156250 1.000000
0.218750 1.000000
0.281250 1.000000
0.343750 1.000000
0.406250 1.000000
0.468750 1.000000
0.531250 1.000000
0.593750 1.000000
0.656250 1.000000
0.718750 1.000000
0.781250 1.000000
0.843750 1.000000
0.906250 1.000000
0.968750 1.000000
1.031250 1.000000
0.000000 0.875000
0.062500 0.875000
0.125000 0.875000
0.187500 0.875000
0.250000 0.875000
0.312500 0.875000
0.375000 0.875000
0.437500 0.875000
0.500000 0.875000
0.562500 0.875000
0.625000 0.875000
0.687500 0.875000
0.750000 0.875000
0.812500 0.875000
0.875000 0.875000
0.937500 0.875000
1.000000 0.875000
0.000000 0.750000
0.062500 0.750000
0.125000 0.750000
0.187500 0.750000
0.250000 0.750000
0.312500 0.750000
0.375000 0.750000
0.437500 0.750000
0.500000 0.750000
0.562500 0.750000
0.625000 0.750000
0.687500 0.750000
0.750000 0.750000
0.812500 0.750000
0.875000 0.750000
0.937500 0.750000
1.000000 0.750000
0.000000 0.625000
0.062500 0.625000
0.125000 0.625000
0.187500 0.625000
0.250000 0.625000
0.312500 0.625000
0.375000 0.625000
0.437500 0.625000
0.500000 0.625000
0.562500 0.625000
0.625000 0.625000
0.687500 0.625000
0.750000 0.625000
0.812500 0.625000
0.875000 0.625000
0.937500 0.625000
1.000000 0.625000
0.000000 0.500000
0.062500 0.500000
0.125000 0.500000
0.187500 0.500000
0.250000 0.500000
0.312500 0.500000
0.375000 0.500000
0.437500 0.500000
0.500000 0.500000
0.562500 0.500000
0.625000 0.500000
0.687500 0.500000
0.750000 0.500000
0.812500 0.500000
0.875000 0.500000
0.937500 0.500000
1.000000 0.500000
0.000000 0.375000
0.062500 0.375000
0.125000 0.375000
0.187500 0.375000
0.250000 0.375000
0.312500 0.375000
0.375000 0.375000
0.437500 0.375000
0.500000 0.375000
0.562500 0.375000
0.625000 0.375000
0.687500 0.375000
0.750000 0.375000
0.812500 0.375000
0.875000 0.375000
0.937500 0.375000
1.000000 0.375000
0.000000 0.250000
0.062500 0.250000
0.125000 0.250000
0.187500 0.250000
0.250000 0.250000
0.312500 0.250000
0.375000 0.250000
0.437500 0.250000
0.500000 0.250000
0.562500 0.250000
0.625000 0.250000
0.687500 0.250000
0.750000 0.250000
0.812500 0.250000
0.875000 0.250000
0.937500 0.250000
1.000000 0.250000
0.000000 0.125000
0.062500 0.125000
0.125000 0.125000
0.187500 0.125000
0.250000 0.125000
0.312500 0.125000
0.375000 0.125000
0.437500 0.125000
0.500000 0.125000
0.562500 0.125000
0.625000 0.125000
0.687500 0.125000
0.750000 0.125000
0.812500 0.125000
0.875000 0.125000
0.937500 0.125000
1.000000 0.125000
0.031250 0.000000
0.093750 0.000000
0.156250 0.000000
0.218750 0.000000
0.281250 0.000000
0.343750 0.000000
0.406250 0.000000
0.468750 0.000000
0.531250 0.000000
0.593750 0.000000
0.656250 0.000000
0.718750 0.000000
0.781250 0.000000
0.843750 0.000000
0.906250 0.000000
0.968750 0.000000
1.031250 0.000000
Faces 224
Face verts 3 flags 0 mat 0
<0,0> <3,18> <2,17>
Face verts 3 flags 0 mat 0
<0,1> <4,19> <3,18>
Face verts 3 flags 0 mat 0
<0,2> <5,20> <4,19>
Face verts 3 flags 0 mat 0
<6,21> <5,20> <0,3>
Face verts 3 flags 0 mat 0
<7,22> <6,21> <0,4>
Face verts 3 flags 0 mat 0
<8,23> <7,22> <0,5>
Face verts 3 flags 0 mat 0
<9,24> <8,23> <0,6>
Face verts 3 flags 0 mat 0
<10,25> <9,24> <0,7>
Face verts 3 flags 0 mat 0
<10,25> <0,8> <11,26>
Face verts 3 flags 0 mat 0
<11,26> <0,9> <12,27>
Face verts 3 flags 0 mat 0
<12,27> <0,10> <13,28>
Face verts 3 flags 0 mat 0
<13,28> <0,11> <14,29>
Face verts 3 flags 0 mat 0
<0,12> <15,30> <14,29>
Face verts 3 flags 0 mat 0
<0,13> <16,31> <15,30>
Face verts 3 flags 0 mat 0
<0,14> <17,32> <16,31>
Face verts 3 flags 0 mat 0
<0,15> <2,33> <17,32>
Face verts 3 flags 0 mat 0
<19,35> <18,34> <2,17>
Face verts 3 flags 0 mat 0
<19,35> <2,17> <3,18>
Face verts 3 flags 0 mat 0
<20,36> <19,35> <3,18>
Face verts 3 flags 0 mat 0
<20,36> <3,18> <4,19>
Face verts 3 flags 0 mat 0
<5,20> <21,37> <20,36>
Face verts 3 flags 0 mat 0
<5,20> <20,36> <4,19>
Face verts 3 flags 0 mat 0
<22,38> <21,37> <5,20>
Face verts 3 flags 0 mat 0
<22,38> <5,20> <6,21>
Face verts 3 flags 0 mat 0
<7,22> <23,39> <22,38>
Face verts 3 flags 0 mat 0
<7,22> <22,38> <6,21>
Face verts 3 flags 0 mat 0
<8,23> <24,40> <23,39>
Face verts 3 flags 0 mat 0
<8,23> <23,39> <7,22>
Face verts 3 flags 0 mat 0
<25,41> <24,40> <8,23>
Face verts 3 flags 0 mat 0
<25,41> <8,23> <9,24>
Face verts 3 flags 0 mat 0
<10,25> <26,42> <25,41>
Face verts 3 flags 0 mat 0
<10,25> <25,41> <9,24>
Face verts 3 flags 0 mat 0
<27,43> <26,42> <10,25>
Face verts 3 flags 0 mat 0
<27,43> <10,25> <11,26>
Face verts 3 flags 0 mat 0
<12,27> <28,44> <27,43>
Face verts 3 flags 0 mat 0
<12,27> <27,43> <11,26>
Face verts 3 flags 0 mat 0
<29,45> <28,44> <12,27>
Face verts 3 flags 0 mat 0
<29,45> <12,27> <13,28>
Face verts 3 flags 0 mat 0
<14,29> <30,46> <29,45>
Face verts 3 flags 0 mat 0
<14,29> <29,45> <13,28>
Face verts 3 flags 0 mat 0
<15,30> <31,47> <30,46>
Face verts 3 flags 0 mat 0
<15,30> <30,46> <14,29>
Face verts 3 flags 0 mat 0
<32,48> <31,47> <15,30>
Face verts 3 flags 0 mat 0
<32,48> <15,30> <16,31>
Face verts 3 flags 0 mat 0
<17,32> <33,49> <32,48>
Face verts 3 flags 0 mat 0
<17,32> <32,48> <16,31>
Face verts 3 flags 0 mat 0
<2,33> <18,50> <33,49>
Face verts 3 flags 0 mat 0
<2,33> <33,49> <17,32>
Face verts 3 flags 0 mat 0
<19,35> <35,52> <34,51>
Face verts 3 flags 0 mat 0
<19,35> <34,51> <18,34>
Face verts 3 flags 0 mat 0
<20,36> <36,53> <35,52>
Face verts 3 flags 0 mat 0
<20,36> <35,52> <19,35>
Face verts 3 flags 0 mat 0
<21,37> <37,54> <36,53>
Face verts 3 flags 0 mat 0
<21,37> <36,53> <20,36>
Face verts 3 flags 0 mat 0
<38,55> <37,54> <21,37>
Face verts 3 flags 0 mat 0
<38,55> <21,37> <22,38>
Face verts 3 flags 0 mat 0
<23,39> <39,56> <38,55>
Face verts 3 flags 0 mat 0
<23,39> <38,55> <22,38>
Face verts 3 flags 0 mat 0
<40,57> <39,56> <23,39>
Face verts 3 flags 0 mat 0
<40,57> <23,39> <24,40>
Face verts 3 flags 0 mat 0
<41,58> <40,57> <24,40>
Face verts 3 flags 0 mat 0
<41,58> <24,40> <25,41>
Face verts 3 flags 0 mat 0
<26,42> <42,59> <41,58>
Face verts 3 flags 0 mat 0
<26,42> <41,58> <25,41>
Face verts 3 flags 0 mat 0
<43,60> <42,59> <26,42>
Face verts 3 flags 0 mat 0
<43,60> <26,42> <27,43>
Face verts 3 flags 0 mat 0
<28,44> <44,61> <43,60>
Face verts 3 flags 0 mat 0
<28,44> <43,60> <27,43>
Face verts 3 flags 0 mat 0
<29,45> <45,62> <44,61>
Face verts 3 flags 0 mat 0
<29,45> <44,61> <28,44>
Face verts 3 flags 0 mat 0
<46,63> <45,62> <29,45>
Face verts 3 flags 0 mat 0
<46,63> <29,45> <30,46>
Face verts 3 flags 0 mat 0
<47,64> <46,63> <30,46>
Face verts 3 flags 0 mat 0
<47,64> <30,46> <31,47>
Face verts 3 flags 0 mat 0
<48,65> <47,64> <31,47>
Face verts 3 flags 0 mat 0
<48,65> <31,47> <32,48>
Face verts 3 flags 0 mat 0
<33,49> <49,66> <48,65>
Face verts 3 flags 0 mat 0
<33,49> <48,65> <32,48>
Face verts 3 flags 0 mat 0
<34,67> <49,66> <33,49>
Face verts 3 flags 0 mat 0
<34,67> <33,49> <18,50>
Face verts 3 flags 0 mat 0
<35,52> <51,69> <50,68>
Face verts 3 flags 0 mat 0
<35,52> <50,68> <34,51>
Face verts 3 flags 0 mat 0
<52,70> <51,69> <35,52>
Face verts 3 flags 0 mat 0
<52,70> <35,52> <36,53>
Face verts 3 flags 0 mat 0
<53,71> <52,70> <36,53>
Face verts 3 flags 0 mat 0
<53,71> <36,53> <37,54>
Face verts 3 flags 0 mat 0
<54,72> <53,71> <37,54>
Face verts 3 flags 0 mat 0
<54,72> <37,54> <38,55>
Face verts 3 flags 0 mat 0
<55,73> <54,72> <38,55>
Face verts 3 flags 0 mat 0
<55,73> <38,55> <39,56>
Face verts 3 flags 0 mat 0
<40,57> <56,74> <55,73>
Face verts 3 flags 0 mat 0
<40,57> <55,73> <39,56>
Face verts 3 flags 0 mat 0
<41,58> <57,75> <56,74>
Face verts 3 flags 0 mat 0
<41,58> <56,74> <40,57>
Face verts 3 flags 0 mat 0
<58,76> <57,75> <41,58>
Face verts 3 flags 0 mat 0
<58,76> <41,58> <42,59>
Face verts 3 flags 0 mat 0
<59,77> <58,76> <42,59>
Face verts 3 flags 0 mat 0
<59,77> <42,59> <43,60>
Face verts 3 flags 0 mat 0
<60,78> <59,77> <43,60>
Face verts 3 flags 0 mat 0
<60,78> <43,60> <44,61>
Face verts 3 flags 0 mat 0
<61,79> <60,78> <44,61>
Face verts 3 flags 0 mat 0
<61,79> <44,61> <45,62>
Face verts 3 flags 0 mat 0
<46,63> <62,80> <61,79>
Face verts 3 flags 0 mat 0
<46,63> <61,79> <45,62>
Face verts 3 flags 0 mat 0
<47,64> <63,81> <62,80>
Face verts 3 flags 0 mat 0
<47,64> <62,80> <46,63>
Face verts 3 flags 0 mat 0
<48,65> <64,82> <63,81>
Face verts 3 flags 0 mat 0
<48,65> <63,81> <47,64>
Face verts 3 flags 0 mat 0
<49,66> <65,83> <64,82>
Face verts 3 flags 0 mat 0
<49,66> <64,82> <48,65>
Face verts 3 flags 0 mat 0
<34,67> <50,84> <65,83>
Face verts 3 flags 0 mat 0
<34,67> <65,83> <49,66>
Face verts 3 flags 0 mat 0
<50,68> <51,69> <67,86>
Face verts 3 flags 0 mat 0
<50,68> <67,86> <66,85>
Face verts 3 flags 0 mat 0
<67,86> <51,69> <52,70>
Face verts 3 flags 0 mat 0
<67,86> <52,70> <68,87>
Face verts 3 flags 0 mat 0
<68,87> <52,70> <53,71>
Face verts 3 flags 0 mat 0
<68,87> <53,71> <69,88>
Face verts 3 flags 0 mat 0
<53,71> <54,72> <70,89>
Face verts 3 flags 0 mat 0
<53,71> <70,89> <69,88>
Face verts 3 flags 0 mat 0
<54,72> <55,73> <71,90>
Face verts 3 flags 0 mat 0
<54,72> <71,90> <70,89>
Face verts 3 flags 0 mat 0
<55,73> <56,74> <72,91>
Face verts 3 flags 0 mat 0
<55,73> <72,91> <71,90>
Face verts 3 flags 0 mat 0
<56,74> <57,75> <73,92>
Face verts 3 flags 0 mat 0
<56,74> <73,92> <72,91>
Face verts 3 flags 0 mat 0
<73,92> <57,75> <58,76>
Face verts 3 flags 0 mat 0
<73,92> <58,76> <74,93>
Face verts 3 flags 0 mat 0
<74,93> <58,76> <59,77>
Face verts 3 flags 0 mat 0
<74,93> <59,77> <75,94>
Face verts 3 flags 0 mat 0
<75,94> <59,77> <60,78>
Face verts 3 flags 0 mat 0
<75,94> <60,78> <76,95>
Face verts 3 flags 0 mat 0
<76,95> <60,78> <61,79>
Face verts 3 flags 0 mat 0
<76,95> <61,79> <77,96>
Face verts 3 flags 0 mat 0
<61,79> <62,80> <78,97>
Face verts 3 flags 0 mat 0
<61,79> <78,97> <77,96>
Face verts 3 flags 0 mat 0
<62,80> <63,81> <79,98>
Face verts 3 flags 0 mat 0
<62,80> <79,98> <78,97>
Face verts 3 flags 0 mat 0
<63,81> <64,82> <80,99>
Face verts 3 flags 0 mat 0
<63,81> <80,99> <79,98>
Face verts 3 flags 0 mat 0
<64,82> <65,83> <81,100>
Face verts 3 flags 0 mat 0
<64,82> <81,100> <80,99>
Face verts 3 flags 0 mat 0
<65,83> <50,84> <66,101>
Face verts 3 flags 0 mat 0
<65,83> <66,101> <81,100>
Face verts 3 flags 0 mat 0
<66,85> <67,86> <83,103>
Face verts 3 flags 0 mat 0
<66,85> <83,103> <82,102>
Face verts 3 flags 0 mat 0
<67,86> <68,87> <84,104>
Face verts 3 flags 0 mat 0
<67,86> <84,104> <83,103>
Face verts 3 flags 0 mat 0
<68,87> <69,88> <85,105>
Face verts 3 flags 0 mat 0
<68,87> <85,105> <84,104>
Face verts 3 flags 0 mat 0
<85,105> <69,88> <70,89>
Face verts 3 flags 0 mat 0
<85,105> <70,89> <86,106>
Face verts 3 flags 0 mat 0
<70,89> <71,90> <87,107>
Face verts 3 flags 0 mat 0
<70,89> <87,107> <86,106>
Face verts 3 flags 0 mat 0
<71,90> <72,91> <88,108>
Face verts 3 flags 0 mat 0
<71,90> <88,108> <87,107>
Face verts 3 flags 0 mat 0
<88,108> <72,91> <73,92>
Face verts 3 flags 0 mat 0
<88,108> <73,92> <89,109>
Face verts 3 flags 0 mat 0
<89,109> <73,92> <74,93>
Face verts 3 flags 0 mat 0
<89,109> <74,93> <90,110>
Face verts 3 flags 0 mat 0
<74,93> <75,94> <91,111>
Face verts 3 flags 0 mat 0
<74,93> <91,111> <90,110>
Face verts 3 flags 0 mat 0
<91,111> <75,94> <76,95>
Face verts 3 flags 0 mat 0
<91,111> <76,95> <92,112>
Face verts 3 flags 0 mat 0
<76,95> <77,96> <93,113>
Face verts 3 flags 0 mat 0
<76,95> <93,113> <92,112>
Face verts 3 flags 0 mat 0
<77,96> <78,97> <94,114>
Face verts 3 flags 0 mat 0
<77,96> <94,114> <93,113>
Face verts 3 flags 0 mat 0
<78,97> <79,98> <95,115>
Face verts 3 flags 0 mat 0
<78,97> <95,115> <94,114>
Face verts 3 flags 0 mat 0
<79,98> <80,99> <96,116>
Face verts 3 flags 0 mat 0
<79,98> <96,116> <95,115>
Face verts 3 flags 0 mat 0
<96,116> <80,99> <81,100>
Face verts 3 flags 0 mat 0
<96,116> <81,100> <97,117>
Face verts 3 flags 0 mat 0
<97,117> <81,100> <66,101>
Face verts 3 flags 0 mat 0
<97,117> <66,101> <82,118>
Face verts 3 flags 0 mat 0
<82,102> <83,103> <99,120>
Face verts 3 flags 0 mat 0
<82,102> <99,120> <98,119>
Face verts 3 flags 0 mat 0
<99,120> <83,103> <84,104>
Face verts 3 flags 0 mat 0
<99,120> <84,104> <100,121>
Face verts 3 flags 0 mat 0
<84,104> <85,105> <101,122>
Face verts 3 flags 0 mat 0
<84,104> <101,122> <100,121>
Face verts 3 flags 0 mat 0
<101,122> <85,105> <86,106>
Face verts 3 flags 0 mat 0
<101,122> <86,106> <102,123>
Face verts 3 flags 0 mat 0
<86,106> <87,107> <103,124>
Face verts 3 flags 0 mat 0
<86,106> <103,124> <102,123>
Face verts 3 flags 0 mat 0
<103,124> <87,107> <88,108>
Face verts 3 flags 0 mat 0
<103,124> <88,108> <104,125>
Face verts 3 flags 0 mat 0
<104,125> <88,108> <89,109>
Face verts 3 flags 0 mat 0
<104,125> <89,109> <105,126>
Face verts 3 flags 0 mat 0
<89,109> <90,110> <106,127>
Face verts 3 flags 0 mat 0
<89,109> <106,127> <105,126>
Face verts 3 flags 0 mat 0
<90,110> <91,111> <107,128>
Face verts 3 flags 0 mat 0
<90,110> <107,128> <106,127>
Face verts 3 flags 0 mat 0
<107,128> <91,111> <92,112>
Face verts 3 flags 0 mat 0
<107,128> <92,112> <108,129>
Face verts 3 flags 0 mat 0
<92,112> <93,113> <109,130>
Face verts 3 flags 0 mat 0
<92,112> <109,130> <108,129>
Face verts 3 flags 0 mat 0
<109,130> <93,113> <94,114>
Face verts 3 flags 0 mat 0
<109,130> <94,114> <110,131>
Face verts 3 flags 0 mat 0
<110,131> <94,114> <95,115>
Face verts 3 flags 0 mat 0
<110,131> <95,115> <111,132>
Face verts 3 flags 0 mat 0
<95,115> <96,116> <112,133>
Face verts 3 flags 0 mat 0
<95,115> <112,133> <111,132>
Face verts 3 flags 0 mat 0
<96,116> <97,117> <113,134>
Face verts 3 flags 0 mat 0
<96,116> <113,134> <112,133>
Face verts 3 flags 0 mat 0
<113,134> <97,117> <82,118>
Face verts 3 flags 0 mat 0
<113,134> <82,118> <98,135>
Face verts 3 flags 0 mat 0
<1,136> <98,119> <99,120>
Face verts 3 flags 0 mat 0
<1,137> <99,120> <100,121>
Face verts 3 flags 0 mat 0
<1,138> <100,121> <101,122>
Face verts 3 flags 0 mat 0
<102,123> <1,139> <101,122>
Face verts 3 flags 0 mat 0
<103,124> <1,140> <102,123>
Face verts 3 flags 0 mat 0
<104,125> <1,141> <103,124>
Face verts 3 flags 0 mat 0
<105,126> <1,142> <104,125>
Face verts 3 flags 0 mat 0
<106,127> <1,143> <105,126>
Face verts 3 flags 0 mat 0
<106,127> <107,128> <1,144>
Face verts 3 flags 0 mat 0
<107,128> <108,129> <1,145>
Face verts 3 flags 0 mat 0
<108,129> <109,130> <1,146>
Face verts 3 flags 0 mat 0
<109,130> <110,131> <1,147>
Face verts 3 flags 0 mat 0
<1,148> <110,131> <111,132>
Face verts 3 flags 0 mat 0
<1,149> <111,132> <112,133>
Face verts 3 flags 0 mat 0
<1,150> <112,133> <113,134>
Face verts 3 flags 0 mat 0
<1,151> <113,134> <98,135>
DrawFlags 0
Unit V0.01 Id 18837045 Parent 18837044 Size 00000009
Units 2
ObRQ V0.01 Id 18837049 Parent 18837044 Size 00000121
Object Radiosity Quality: 0
Object Radiosity Max Area: 0
Object Radiosity Min Area: 0
Object Radiosity Mesh Accuracy: 0
Mat1 V0.06 Id 18883076 Parent 18837044 Size 00000085
mat# 0
shader: phong facet: auto32
rgb 0,1,0
alpha 1 ka 0.1 ks 0.5 exp 0 ior 1
ShBx V0.03 Id 18883077 Parent 18883076 Size 00000551
Shader class: color
Shader name: "plain color" (plain)
Number of parameters: 1
colour: color (0, 255, 0)
Flags: 3
Shader class: transparency
Shader name: "filter" (plain)
Number of parameters: 1
colour: color (95, 95, 95)
Flags: 3
Shader class: reflectance
Shader name: "plastic" (plastic)
Number of parameters: 5
ambient factor: float 0.1
diffuse factor: float 0.75
specular factor: float 0.5
roughness: float 0.1
specular colour: color (255, 255, 255)
Flags: 3
Shader class: displacement
Shader name: "none" (none)
Number of parameters: 0
Flags: 3
END V1.00 Id 0 Parent 0 Size 0 | 33.426357 | 6,598 | 0.672967 |
033584c336e71ca19ef6893c02658769831ddd6d | 1,371 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/data/workingstorage/DataDescriptionClauses.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | null | null | null | src/test/resources/io/proleap/cobol/asg/data/workingstorage/DataDescriptionClauses.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 4 | 2020-12-21T16:56:59.000Z | 2022-02-01T01:00:09.000Z | src/test/resources/io/proleap/cobol/asg/data/workingstorage/DataDescriptionClauses.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. DATADESCR01.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 ITEMS.
02 ITEM PICTURE X(10).
02 ITEMRED REDEFINES ITEM PIC X(5).
02 ITEMINT INTEGER PIC 9(10).
02 ITEMSTR STRING PIC X(10).
02 ITEMEXT EXTERNAL PIC X(10).
02 ITEMGLB GLOBAL PIC X(10).
02 ITEMTPD IS TYPEDEF PIC X(10).
02 ITEMTHR IS THREAD-LOCAL PIC X(10).
02 ITEMPIC PIC 999.99.
02 ITEMCOM COMMON PIC 9(1).
02 ITEMOWN OWN PIC 9(1).
02 ITEMLOC LOCAL PIC 9(1).
02 ITEMTYP PIC X(10) TYPE IS LONG-TIME.
02 ITEMUSN PIC 9(1) USING CONVENTION OF SOMECONV1.
02 ITEMUSG PIC 9(1) USING LANGUAGE OF SOMELANG2.
02 ITEMVAL PIC 9(1) VALUES ARE 1 THROUGH 3.
02 ITEMUSA PIC X(10) USAGE IS DATE.
02 ITEMCON PIC 9(1) RECEIVED BY CONTENT.
02 ITEMREF PIC 9(1) RECEIVED BY REFERENCE.
02 ITEMOCC PICTURE X(10) OCCURS 1 TO 5 TIMES
DEPENDING ON SOMEOCCPARAM
DESCENDING KEY IS SOMEKEY1 SOMEKEY2
ASCENDING KEY IS SOMEKEY3
INDEXED BY LOCAL SOMEINDEX1 SOMEINDEX2.
02 ITEMSGN PIC 9(1) SIGN IS TRAILING SEPARATE CHARACTER.
02 ITEMSYN PIC 9(1) SYNCHRONIZED RIGHT.
02 ITEMJUS PIC 9(1) JUSTIFIED.
02 ITEMJUR PIC 9(1) JUST RIGHT.
02 ITEMBLN BLANK WHEN ZERO PIC 9(10).
02 ITEMLBD PIC X(10) WITH LOWER BOUNDS.
02 ITEMALI PIC X(10) ALIGNED.
02 ITEMREC RECORD AREA.
| 36.078947 | 60 | 0.679066 |
417d61993570821bdb460165e5cfd852f8b62840 | 1,004 | cobol | COBOL | Task/One-dimensional-cellular-automata/COBOL/one-dimensional-cellular-automata-2.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/One-dimensional-cellular-automata/COBOL/one-dimensional-cellular-automata-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/One-dimensional-cellular-automata/COBOL/one-dimensional-cellular-automata-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | # We could cheat and count the bits, but let's keep this general.
# . = dead, # = alive, middle cells survives iff one of the configurations
# below is satisified.
survival_scenarios = [
'.##' # happy neighbors
'#.#' # birth
'##.' # happy neighbors
]
b2c = (b) -> if b then '#' else '.'
cell_next_gen = (left_alive, me_alive, right_alive) ->
fingerprint = b2c(left_alive) + b2c(me_alive) + b2c(right_alive)
fingerprint in survival_scenarios
cells_for_next_gen = (cells) ->
# This function assumes a finite array, i.e. cells can't be born outside
# the original array.
(cell_next_gen(cells[i-1], cells[i], cells[i+1]) for i in [0...cells.length])
display = (cells) ->
(b2c(is_alive) for is_alive in cells).join ''
simulate = (cells) ->
while true
console.log display cells
new_cells = cells_for_next_gen cells
break if display(cells) == display(new_cells)
cells = new_cells
console.log "equilibrium achieved"
simulate (c == '#' for c in ".###.##.#.#.#.#..#..")
| 30.424242 | 79 | 0.663347 |
c75267871d99284c3b698e5e03979d18fc86a024 | 8,463 | cob | COBOL | languages/cobol/cobol24/ch15/chapt15d.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch15/chapt15d.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch15/chapt15d.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | 000010 @OPTIONS MAIN,TEST
000020 Identification Division.
000030 Program-Id. Chapt15d.
000031* Dynamic Access Example
000041 Environment Division.
000050 Configuration Section.
000051 Special-Names.
000052 Crt Status Is Keyboard-Status
000053 Cursor Is Cursor-Position.
000055 Source-Computer. IBM-PC.
000056 Object-Computer. IBM-PC.
000057 Input-Output Section.
000058 File-Control.
000059 Select Dealer-File Assign To "Dealer.Dat"
000060 Organization Indexed
000061 Access Dynamic
000062 Record Key Dealer-Number
000063 Alternate Record Key Dealer-Name
000064 File Status Dealer-Status.
000065 Data Division.
000066 File Section.
000067 Fd Dealer-File.
000068 01 Dealer-Record.
000069 03 Dealer-Number Pic X(8).
000070 03 Dealer-Name.
000071 05 Last-Name Pic X(25).
000072 05 First-Name Pic X(15).
000073 05 Middle-Name Pic X(10).
000083 03 Address-Line-1 Pic X(50).
000085 03 Address-Line-2 Pic X(50).
000086 03 City Pic X(40).
000087 03 State-Or-Country Pic X(20).
000088 03 Postal-Code Pic X(15).
000089 03 Home-Phone Pic X(20).
000090 03 Work-Phone Pic X(20).
000091 03 Other-Phone Pic X(20).
000092 03 Start-Date Pic 9(8).
000093 03 Last-Rent-Paid-Date Pic 9(8).
000094 03 Next-Rent-Due-Date Pic 9(8).
000095 03 Rent-Amount Pic 9(4)v99.
000096 03 Consignment-Percent Pic 9(3).
000097 03 Filler Pic X(50).
000098 Working-Storage Section.
000116 01 Dealer-Status Pic X(2) Value Spaces.
000240 88 Dealer-Success Value "00" Thru "09".
000279 01 Keyboard-Status.
000280 03 Accept-Status Pic 9.
000281 03 Function-Key Pic X.
000282 88 F1-Pressed Value X"01".
000283 88 F2-Pressed Value X"02".
000284 88 F3-Pressed Value X"03".
000285 88 F4-Pressed Value X"04".
000286 88 F5-Pressed Value X"05".
000287 88 F6-Pressed Value X"06".
000289 03 System-Use Pic X.
000290 01 Cursor-Position.
000291 03 Cursor-Row Pic 9(2) Value 1.
000292 03 Cursor-Column Pic 9(2) Value 1.
000293 01 Error-Message Pic X(50) Value Spaces.
000294 Screen Section.
000442 01 Data-Entry-Screen
000443 Blank Screen, Auto
000444 Foreground-Color is 7,
000445 Background-Color is 1.
000447 03 Screen-Literal-Group.
000448 05 Line 01 Column 30 Value "Darlene's Treasures"
000449 Highlight Foreground-Color 4 Background-Color 1.
000450 05 Line 03 Column 30 Value "Tenant Entry Program"
000451 Highlight.
000452 05 Line 4 Column 01 Value "Number: ".
000453 05 Line 5 Column 01 Value "Name, Last: ".
000454 05 Line 5 Column 39 Value "First: ".
000455 05 Line 5 Column 62 Value "Middle: ".
000456 05 Line 6 Column 01 Value "Address 1: ".
000457 05 Line 7 Column 01 Value "Address 2: ".
000458 05 Line 8 Column 01 Value "City: ".
000459 05 Line 9 Column 01 Value "Country/State: ".
000460 05 Line 9 Column 36 Value "Postal Code: ".
000461 05 Line 11 Column 01 Value "Phone/Home: ".
000462 05 Line 11 Column 34 Value "Work: ".
000463 05 Line 12 Column 06 Value "Other: ".
000464 05 Line 14 Column 01 Value "Start Date: ".
000465 05 Line 14 Column 24 Value "Last Paid Date: ".
000466 05 Line 14 Column 51 Value "Next Rent Due on: ".
000467 05 Line 15 Column 01 Value "Rent Amount: ".
000468 05 Line 16 Column 01 Value "Consignment Percent: ".
000469 05 Line 22 Column 01 Value "F1-Read Random Number".
000470 05 Line 22 Column 23 Value "F2-Read Random Name".
000471 05 Line 22 Column 56 Value "F3-Read Next Number".
000472 05 Line 23 Column 01 Value "F4-Read Next Name".
000473 05 Line 23 Column 23 Value "F5-Clear".
000474 05 Line 23 Column 56 Value "F6-Exit".
000475 03 Required-Reverse-Group Reverse-Video.
000476 05 Line 4 Column 13 Pic X(8) Using Dealer-Number.
000477 05 Line 5 Column 13 Pic X(25) Using Last-Name.
000478 05 Line 5 Column 46 Pic X(15) Using First-Name.
000479 05 Line 5 Column 70 Pic X(10) Using Middle-Name.
000480 05 Line 6 Column 15 Pic X(50) From Address-Line-1.
000481 05 Line 7 Column 15 Pic X(50) From Address-Line-2.
000482 05 Line 8 Column 15 Pic X(40) From City.
000483 05 Line 9 Column 15 Pic X(20) From State-Or-Country.
000484 05 Line 9 Column 50 Pic X(15) From Postal-Code.
000485 05 Line 11 Column 13 Pic X(20) From Home-Phone.
000486 05 Line 11 Column 41 Pic X(20) From Work-Phone.
000487 05 Line 12 Column 13 Pic X(20) From Other-Phone.
000488 05 Line 14 Column 13 Pic 99/99/9999 From Start-Date.
000489 05 Line 14 Column 40 Pic 99/99/9999 From Last-Rent-Paid-Date.
000490 05 Line 14 Column 69 Pic 99/99/9999 From Next-Rent-Due-Date.
000491 05 Line 15 Column 14 Pic Z,ZZZ.99 From Rent-Amount.
000492 05 Line 16 Column 22 Pic ZZ9 From Consignment-Percent.
000493 05 Line 20 Column 01 Pic X(50) Using Error-Message.
000496 Procedure Division.
000497 Chapt15d-Start.
000498 Perform Open-File
000499 If Not Dealer-Success
000500 String "Error Opening Dealer File "
000501 Dealer-Status
000502 Delimited By Size
000503 Into Error-Message
000504 End-String
000505 Perform Display-And-Accept
000506 Else
000507 Initialize Dealer-Record
000508 Perform Process-File Until F6-Pressed
000509 Perform Close-File
000510 End-If
000511 Stop Run
000512 .
000513 Process-File.
000514 Perform Display-And-Accept
000515 Evaluate True
000516 When F1-Pressed
000517 Perform Read-Random-Number
000518 When F2-Pressed
000519 Perform Read-Random-Name
000520 When F3-Pressed
000521 Perform Read-Next-Number
000522 When F4-Pressed
000523 Perform Read-Next-Name
000524 When F5-Pressed
000525 Perform Clear-Screen
000526 When F6-Pressed
000527 Continue
000528 When Other
000529 Continue
000530 End-Evaluate
000531 .
000532 Read-Random-Number.
000533 Read Dealer-File
000534 Invalid Key
000535 String "Error on Random Read Number "
000536 Dealer-Status
000537 Delimited By Size
000538 Into Error-Message
000539 End-Read
000540 .
000541 Read-Random-Name.
000542 Read Dealer-File Key Dealer-Name
000543 Invalid Key
000544 String "Error on Random Read Name "
000545 Dealer-Status
000546 Delimited By Size
000547 Into Error-Message
000548 End-Read
000549 .
000550 Read-Next-Number.
000551 Start Dealer-File Key > Dealer-Number
000552 Invalid Key
000553 String "Start Error Number "
000554 Dealer-Status
000555 Delimited By Size
000556 Into Error-Message
000557 End-Start
000558 If Dealer-Success
000559 Read Dealer-File Next
000560 At End
000561 Move "End of File, Read by Number" To Error-Message
000562 End-Read
000563 End-If
000564 .
000565 Read-Next-Name.
000566 Start Dealer-File Key > Dealer-Name
000567 Invalid Key
000568 String "Start Error Name "
000569 Dealer-Status
000570 Delimited By Size
000571 Into Error-Message
000572 End-Start
000573 If Dealer-Success
000574 Read Dealer-File Next
000575 At End
000576 Move "End of File, Read by Name" To Error-Message
000577 End-Read
000578 End-If
000579 .
000580 Clear-Screen.
000581 Initialize Dealer-Record
000582 Move 01 To Cursor-Row Cursor-Column
000583 .
000584 Display-And-Accept.
000585 Display Data-Entry-Screen
000586 Accept Data-Entry-Screen
000587 Move Spaces To Error-Message
000588 .
000589 Open-File.
000590 Open Input Dealer-File
000591 .
000592 Close-File.
000593 Close Dealer-File
000594 .
| 40.109005 | 77 | 0.638544 |
01ea76053b41c78fdd121054eb2bdeb4c056eea5 | 155 | cbl | COBOL | src/test/resources/io/proleap/cobol/ast/variable/CopyNewLine.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/ast/variable/CopyNewLine.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/ast/variable/CopyNewLine.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 Identification Division.
000200 Program-ID.
000300 HELLOWORLD.
000400 Procedure Division.
000500 COPY CopyNewLineBook
000501 .
000600 STOP RUN. | 22.142857 | 31 | 0.812903 |
8a0c6f98226e888d7d52139c15461c0185890058 | 207 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/subtract/SubtractCorrespondingStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/asg/procedure/subtract/SubtractCorrespondingStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/asg/procedure/subtract/SubtractCorrespondingStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. SUBTRSTMT.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 SOMEDN1 PIC 9(10).
77 SOMEDN2 PIC 9(10).
PROCEDURE DIVISION.
SUBTRACT CORR SOMEDN1 FROM SOMEDN2 ROUNDED. | 25.875 | 48 | 0.758454 |
159b0a920b1eaf37972c635e4ce65a3b0557ca64 | 780 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/open/OpenStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/asg/procedure/open/OpenStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/asg/procedure/open/OpenStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. OPENSTMT.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT SOMEFILE1 ASSIGN TO 'somefile1.txt'.
SELECT SOMEFILE2 ASSIGN TO 'somefile2.txt'.
SELECT SOMEFILE3 ASSIGN TO 'somefile3.txt'.
SELECT SOMEFILE4 ASSIGN TO 'somefile4.txt'.
SELECT SOMEFILE5 ASSIGN TO 'somefile5.txt'.
DATA DIVISION.
FILE SECTION.
FD SOMEFILE1.
FD SOMEFILE2.
FD SOMEFILE3.
FD SOMEFILE4.
FD SOMEFILE5.
PROCEDURE DIVISION.
OPEN
INPUT
SOMEFILE1 WITH NO REWIND
SOMEFILE2 REVERSED
OUTPUT
SOMEFILE3 WITH NO REWIND
I-O
SOMEFILE4 SOMEFILE5
EXTEND
SOMEFILE4 SOMEFILE5. | 27.857143 | 53 | 0.608974 |
5b9d7a57b028519ec27df8003daecf98e5d93de4 | 86 | cpy | COBOL | deps/cpy/samples/test.cpy | cau991/ssdb | 126d3d45004d8b7deadfe315a2acbec5a2088538 | [
"BSD-3-Clause"
] | 6,719 | 2015-01-01T13:04:27.000Z | 2022-03-29T12:31:15.000Z | deps/cpy/samples/test.cpy | cau991/ssdb | 126d3d45004d8b7deadfe315a2acbec5a2088538 | [
"BSD-3-Clause"
] | 730 | 2015-01-04T03:17:13.000Z | 2022-03-26T09:35:40.000Z | deps/cpy/samples/test.cpy | cau991/ssdb | 126d3d45004d8b7deadfe315a2acbec5a2088538 | [
"BSD-3-Clause"
] | 1,352 | 2015-01-04T01:32:54.000Z | 2022-03-16T11:12:42.000Z | a = {}; // empty dictionary
a['x'] = 1;
a['y'] = 2;
foreach(a as k,v){
print k, v;
}
| 12.285714 | 27 | 0.476744 |
b522bb7b0b31a809a27aabfe582a347ecf1340d2 | 2,336 | cob | COBOL | src/cob/FXPN0001.cob | dubenju/javay | 29284c847c2ab62048538c3973a9fb10090155aa | [
"Apache-2.0"
] | 7 | 2015-12-05T09:18:48.000Z | 2021-03-03T09:00:46.000Z | src/cob/FXPN0001.cob | dubenju/javay | 29284c847c2ab62048538c3973a9fb10090155aa | [
"Apache-2.0"
] | null | null | null | src/cob/FXPN0001.cob | dubenju/javay | 29284c847c2ab62048538c3973a9fb10090155aa | [
"Apache-2.0"
] | null | null | null | 000000 IDENTIFICATION DIVISION.
000000 PROGRAM-ID. DaFXPN0001.
000000 AUTHOR. [email protected].
000000 DATE-WRITTEN. 2015.12.18.
000000 DATE-COMPILED.
000000*
000000 ENVIRONMENT DIVISION.
000000 CONFIGURATION SECTION.
000000 SOURCE-COMPUTER. HP.
000000 OBJECT-COMPUTER. HP.
000000*
000000 INPUT-OUTPUT SECTION.
000000*
000000 DATA DIVISION.
000000 FILE SECTION.
000000*
000000*
000000 WORKING-STORAGE SECTION.
000000*
000000 01 A02 PIC 9(3)V9(2).
000000 01 A03 PIC 9(1)V9(4).
000000**** USER-WORK-AREA.
000000*
000000 PROCEDURE DIVISION.
000000*
000000 MOVE 12345 TO A02.
000000 MOVE A02 TO A03.
000000 DISPLAY '9(3)V9(2)=', A02.
000000 DISPLAY '9(1)V9(4)=', A03.
000000*
000000 STOP RUN.
000000*
| 70.787879 | 72 | 0.228596 |
6b1bb8e955db0575f8efe7d3f4387a4005211b3e | 512 | cob | COBOL | 09_condition_statements_08.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | 09_condition_statements_08.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | 09_condition_statements_08.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | identification division.
program-id. condition_statements_08.
data division.
working-storage section.
01 ws-a pic 9 value 0.
procedure division.
move 3 to ws-a.
evaluate true
when ws-a > 2
display 'ws-a greater than 2'
when ws-a < 0
display 'ws-a less than 0'
when other
display 'invalid value of ws-a'
end-evaluate.
stop run.
| 22.26087 | 48 | 0.486328 |
cc5df19243e627af9fbdf6e285e04325bcf773fe | 3,319 | cpy | COBOL | cpy/CSR05000.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSR05000.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSR05000.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | *>=================================================================================
9000-abrir-i-pd05000 section.
string lnk-dat-path delimited by " " "\EFD050.DAT" into wid-pd05000
open input pd05000
if not ws-operacao-ok
string "Erro de abertura arquivo EFD050.DAT - Status [" ws-resultado-acesso "]" into ws-mensagem
perform 9000-mensagem
perform 9000-abortar
end-if
exit.
*>=================================================================================
9000-abrir-o-pd05000 section.
string lnk-dat-path delimited by " " "\EFD050.DAT" into wid-pd05000
open output pd05000
if not ws-operacao-ok
string "Erro de abertura arquivo EFD050.DAT - Status [" ws-resultado-acesso "]" into ws-mensagem
perform 9000-mensagem
perform 9000-abortar
end-if
exit.
*>=================================================================================
9000-abrir-io-pd05000 section.
string lnk-dat-path delimited by " " "\EFD050.DAT" into wid-pd05000
open i-o pd05000
if not ws-operacao-ok
string "Erro de abertura arquivo EFD050.DAT - Status [" ws-resultado-acesso "]" into ws-mensagem
perform 9000-mensagem
perform 9000-abortar
end-if
exit.
*>=================================================================================
9000-str-pd05000-grt section.
start pd05000 key is greater f05000-chave
exit.
*>=================================================================================
9000-str-pd05000-ngrt section.
start pd05000 key is not greater f05000-chave
exit.
*>=================================================================================
9000-ler-pd05000-ran section.
read pd05000
exit.
*>=================================================================================
9000-ler-pd05000-nex section.
read pd05000 next
exit.
*>=================================================================================
9000-ler-pd05000-pre section.
read pd05000 previous
exit.
*>=================================================================================
9000-gravar-pd05000 section.
write f05000-mestre-nota-fiscal
exit.
*>=================================================================================
9000-regravar-pd05000 section.
rewrite f05000-mestre-nota-fiscal
exit.
| 34.216495 | 112 | 0.31636 |
d7ab62f955b5a5a48dba52e214864bf0e7ab083c | 463 | cob | COBOL | example8.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example8.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example8.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example8.
AUTHOR. Ursin Filli
DATE-WRITTEN. April 29th 2020
ENVIRONMENT DIVISION.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 Price PIC 9(4)V99.
01 TaxRate PIC V999 VALUE .075.
01 FullPrice PIC 9(4)V99.
PROCEDURE DIVISION.
DISPLAY "Enter the Price : " WITH NO ADVANCING
ACCEPT Price
COMPUTE FullPrice ROUNDED = Price + (Price * TaxRate)
DISPLAY "Price + Tax : " FullPrice
STOP RUN.
| 23.15 | 53 | 0.75594 |
3abe8575424923003b66db35fece9a56e50d5eda | 1,035 | cob | COBOL | POH8/TwinTailSet/Main.cob | neetsdkasu/Paiza-POH-MyAnswers | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | 3 | 2016-09-17T14:36:48.000Z | 2017-04-16T07:46:23.000Z | POH8/TwinTailSet/Main.cob | neetsdkasu/Paiza-POH-MyAnswers | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | 18 | 2016-07-02T19:13:15.000Z | 2016-07-11T19:58:48.000Z | POH8/TwinTailSet/Main.cob | neetsdkasu/Paiza-POH-MySolutions | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | null | null | null | *> Try POH
*> author: Leonardone @ NEETSDKASU
*> ↓ 1行あたりの字数の目安
*>==============================================================$
IDENTIFICATION DIVISION.
PROGRAM-ID. MAIN.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
REPOSITORY.
FUNCTION ALL INTRINSIC.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 ANSWER-VALUES.
05 INT-S PIC 9(3).
05 INT-T PIC 9(3).
05 INT-I PIC 9(3).
05 STR-R PIC X(100).
PROCEDURE DIVISION.
MAIN-ROUTINE SECTION.
000-MAIN.
ACCEPT INT-S.
ACCEPT INT-T.
PERFORM WITH TEST AFTER
VARYING INT-I FROM 1 BY 1 UNTIL INT-I >= INT-S
MOVE "-" TO STR-R(INT-I:1)
END-PERFORM.
MOVE "+" TO STR-R(INT-T:1).
DISPLAY TRIM(STR-R).
END PROGRAM MAIN.
| 29.571429 | 72 | 0.408696 |
e8abf2017a9ec43cf92d92b4cdac76459c08d04b | 123 | cob | COBOL | scripts/hello_world.cob | breezage/Hacktoberfest-1 | 6f6d52248c79c0e72fd13b599500318fce3f9ab0 | [
"MIT"
] | null | null | null | scripts/hello_world.cob | breezage/Hacktoberfest-1 | 6f6d52248c79c0e72fd13b599500318fce3f9ab0 | [
"MIT"
] | null | null | null | scripts/hello_world.cob | breezage/Hacktoberfest-1 | 6f6d52248c79c0e72fd13b599500318fce3f9ab0 | [
"MIT"
] | 1 | 2019-10-24T06:45:21.000Z | 2019-10-24T06:45:21.000Z | * Sample COBOL program
IDENTIFICATION DIVISION.
PROGRAM-ID. hello.
PROCEDURE DIVISION.
DISPLAY "Hello World".
STOP RUN. | 20.5 | 24 | 0.772358 |
7624566619e2251ec296221aab5ded4bc28364b0 | 483 | cbl | COBOL | Demo.Cobol.Interfaces/ICobolLogger.cbl | petli/VisualCobolCodeExamples | 2f49a144a5ec6e34aa87d0dc9a5f93271be78a37 | [
"MIT"
] | null | null | null | Demo.Cobol.Interfaces/ICobolLogger.cbl | petli/VisualCobolCodeExamples | 2f49a144a5ec6e34aa87d0dc9a5f93271be78a37 | [
"MIT"
] | null | null | null | Demo.Cobol.Interfaces/ICobolLogger.cbl | petli/VisualCobolCodeExamples | 2f49a144a5ec6e34aa87d0dc9a5f93271be78a37 | [
"MIT"
] | 1 | 2018-09-27T18:20:31.000Z | 2018-09-27T18:20:31.000Z | $SET ILNAMESPACE"Demo.Cobol.Interfaces"
interface-id ICobolLogger.
property-id UserId string.
getter.
setter.
end property.
method-id GetGuid() returning guid as string.
end method.
method-id Warning(msg as string).
end method.
method-id Error.
linkage section.
01 msg string.
procedure division using by value msg.
end method.
end interface.
| 20.125 | 52 | 0.563147 |
15b2b3d716475f7fbf5af0afc5dd6924816f0818 | 566 | cpy | COBOL | src/Cobol/SUPPLIER.cpy | cicsdev/cics-java-liberty-restapp-ext | ed9dc0f8376c88501bfd9aa9c8a676bc1eef6b12 | [
"Apache-2.0"
] | 1 | 2022-01-21T18:57:32.000Z | 2022-01-21T18:57:32.000Z | src/Cobol/SUPPLIER.cpy | cicsdev/cics-java-liberty-restapp-ext | ed9dc0f8376c88501bfd9aa9c8a676bc1eef6b12 | [
"Apache-2.0"
] | 1 | 2017-11-25T21:57:08.000Z | 2017-11-25T21:57:08.000Z | src/Cobol/SUPPLIER.cpy | cicsdev/cics-java-liberty-restapp-ext | ed9dc0f8376c88501bfd9aa9c8a676bc1eef6b12 | [
"Apache-2.0"
] | 1 | 2022-01-21T18:57:35.000Z | 2022-01-21T18:57:35.000Z | *****************************************************************
* Licensed Materials - Property of IBM
*
* SAMPLE
*
* Copyright IBM Corp. 2017 All Rights Reserved
*
* Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with
* IBM Corp.
*
*****************************************************************
01 SUPPLIER.
03 SUPPLIER-ID PIC 9(8) DISPLAY.
03 SUPPLIER-NAME PIC X(40).
| 35.375 | 71 | 0.404594 |
6f2cc6ef235f5db4c6745d46da1a92caf8ba1122 | 2,654 | cob | COBOL | AdventOfCode2020/d09b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2020/d09b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2020/d09b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2020-09-1.
AUTHOR ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d09.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD INPUTFILE
RECORD IS VARYING IN SIZE FROM 1 to 16
DEPENDING ON REC-LEN.
01 INPUTRECORD PIC X(16).
WORKING-STORAGE SECTION.
01 FILE-STATUS PIC 9 VALUE 0.
01 REC-LEN PIC 9(2) COMP.
01 WS-NUMBERS PIC 9(15) OCCURS 1000 TIMES.
01 WS-NUMBER PIC 9(16) VALUE 26134589.
01 WS-SUM PIC 9(16).
01 WS-RESULT PIC 9(16).
01 WS-MIN PIC 9(16) VALUE 9999999999999999.
01 WS-MAX PIC 9(16) VALUE 0.
LOCAL-STORAGE SECTION.
01 P-LEN UNSIGNED-INT VALUE 25.
01 I UNSIGNED-INT VALUE 1.
01 J UNSIGNED-INT VALUE 1.
01 I-START UNSIGNED-INT VALUE 1.
01 I-START-1 UNSIGNED-INT VALUE 1.
01 I-END UNSIGNED-INT VALUE 1.
PROCEDURE DIVISION.
001-MAIN.
OPEN INPUT INPUTFILE.
PERFORM 002-READ UNTIL FILE-STATUS = 1.
CLOSE INPUTFILE.
PERFORM 004-FIND-START-END.
PERFORM 005-FIND-MIN-MAX.
STOP RUN.
002-READ.
READ INPUTFILE
AT END MOVE 1 TO FILE-STATUS
NOT AT END PERFORM 003-PROCESS-RECORD
END-READ.
003-PROCESS-RECORD.
MOVE INPUTRECORD TO WS-NUMBERS(I).
ADD 1 TO I.
004-FIND-START-END.
PERFORM VARYING I-START FROM 1 BY 1 UNTIL I-START > 999
COMPUTE I-START-1 = I-START + 1
PERFORM VARYING I-END FROM I-START-1 BY 1
UNTIL I-END > 1000
MOVE 0 TO WS-SUM
PERFORM VARYING J FROM I-START BY 1 UNTIL J > I-END
ADD WS-NUMBERS(J) TO WS-SUM
END-PERFORM
IF WS-SUM = WS-NUMBER THEN
EXIT PARAGRAPH
END-IF
END-PERFORM
END-PERFORM.
005-FIND-MIN-MAX.
PERFORM VARYING J FROM I-START BY 1 UNTIL J > I-END
IF WS-NUMBERS(J) < WS-MIN THEN
MOVE WS-NUMBERS(J) TO WS-MIN
END-IF
IF WS-NUMBERS(J) > WS-MAX THEN
MOVE WS-NUMBERS(J) TO WS-MAX
END-IF
END-PERFORM.
COMPUTE WS-RESULT = WS-MIN + WS-MAX.
DISPLAY WS-RESULT.
| 32.765432 | 70 | 0.508289 |
253b42ad5cf467266bc13e785848038545c31bc8 | 1,899 | cbl | COBOL | src/GETPOL.cbl | cicsdev/cics-async-api-credit-card-application-example | cada9902bfd8530753bd6b38601dfe270228927d | [
"Apache-2.0"
] | 4 | 2017-03-19T12:22:02.000Z | 2021-01-12T22:21:05.000Z | src/GETPOL.cbl | cicsdev/cics-async-api-credit-card-application-example | cada9902bfd8530753bd6b38601dfe270228927d | [
"Apache-2.0"
] | null | null | null | src/GETPOL.cbl | cicsdev/cics-async-api-credit-card-application-example | cada9902bfd8530753bd6b38601dfe270228927d | [
"Apache-2.0"
] | 2 | 2020-01-04T18:28:24.000Z | 2021-08-15T16:23:45.000Z | PROCESS CICS,NODYNAM,NSYMBOL(NATIONAL),TRUNC(STD)
* Licensed Materials - Property of IBM
*
* SAMPLE
*
* (c) Copyright IBM Corp. 2016 All Rights Reserved
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp
*
******************************************************************
* GETPOL
* This program is part of the CICS Credit Card Application example
* GETPOL - Get currently held policies by the customer.
* An account number is used to retrieve all of the policies that
* the customer currently holds with the company.
* This metric is used to identify how important the customer is.
* This example executes a 2 second delay to simulate the
* fetching of all policies.
* This is a rather conservative figure as our research shows that
* is real situations, details can be distributed over many
* departments and systems. Often involving large amounts of data
* and numerous databases to search.
*
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. GETPOL.
AUTHOR. GOHILPR.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
LOCAL-STORAGE SECTION.
LINKAGE SECTION.
PROCEDURE DIVISION .
MAINLINE SECTION.
* Symbolise the effort with a two second wait
EXEC CICS DELAY FOR SECONDS(2)
END-EXEC
* --------------------------------------------------------------
* Finished
* --------------------------------------------------------------
EXEC CICS RETURN
END-EXEC.
END PROGRAM 'GETPOL'.
| 31.65 | 73 | 0.5208 |
3c19da25c26c43efd8cef9b0b5ae1f76e7bfee12 | 10,465 | cbl | COBOL | languages/cobol/cobol24/ch24/chapt24a.cbl | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch24/chapt24a.cbl | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch24/chapt24a.cbl | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | 000010 @OPTIONS MAIN,TEST
000011 Identification Division.
000020 Program-Id. Chapt24a.
000030
000040* Title - Tenant Display Program
000050* Description - Tenant Display Program
000060
000070 Environment Division.
000080 Configuration Section.
000090 Source-Computer. IBM-PC.
000100 Object-Computer. IBM-PC.
000110 Input-Output Section.
000111 File-Control.
000112 Select Dealer-File Assign To "\Tycobol\Dealer.Dat"
000113 Organization Indexed
000114 Access Dynamic
000115 Record Key Dealer-Number
000116 Alternate Record Key Dealer-Name
000117 File Status Dealer-Status.
000120 Data Division.
000121 File Section.
000122 Fd Dealer-File.
000123 01 Dealer-Record.
000124 03 Dealer-Number Pic X(8).
000125 03 Dealer-Name.
000126 05 Last-Name Pic X(25).
000127 05 First-Name Pic X(15).
000128 05 Middle-Name Pic X(10).
000129 03 Address-Line-1 Pic X(50).
000130 03 Address-Line-2 Pic X(50).
000131 03 City Pic X(40).
000132 03 State-Or-Country Pic X(20).
000133 03 Postal-Code Pic X(15).
000134 03 Home-Phone Pic X(20).
000135 03 Work-Phone Pic X(20).
000136 03 Other-Phone Pic X(20).
000137 03 Start-Date Pic 9(8).
000138 03 Last-Rent-Paid-Date Pic 9(8).
000139 03 Next-Rent-Due-Date Pic 9(8).
000140 03 Rent-Amount Pic 9(4)v99.
000141 03 Consignment-Percent Pic 9(3).
000142 03 Filler Pic X(50).
000143 Working-Storage Section.
000144 01 Dealer-Status Pic X(2) Value Spaces.
000145 88 Dealer-Success Value "00" Thru "09".
000150 01 Error-Message Pic X(60) Value Spaces.
000151 Copy "sp2.cpy".
000160
000170 Copy "chapt24a.cpy".
000180 01 Date-Reverse-Area.
000181 03 Date-YYYYMMDD Pic 9(8).
000182 03 Date-YYYYMMDD-X Redefines Date-YYYYMMDD.
000183 05 Date-YYYY Pic 9(4).
000184 05 Date-MM Pic 9(2).
000185 05 Date-DD Pic 9(2).
000186 03 Date-MMddyyyy Pic 9(8).
000187 03 Date-MMddyyyy-X Redefines Date-MMddyyyy.
000188 05 Date-MM Pic 9(2).
000189 05 Date-DD Pic 9(2).
000190 05 Date-YYYY Pic 9(4).
000191 Procedure Division.
000200 Mainline.
000210******************
000220* Mainline Logic *
000230******************
000240 Perform Proc-Open-File
000250 Move Low-Values To Chapt24a-Data
000260 Move "chapt24a" To Chapt24a-Next-Panel
000270 Move "y" To Chapt24a-New-Window
000280 Move Low-Values To Chapt24a-Fields
000290 Move Low-Values To Chapt24a-Colrs
000300 Move Low-Values To Chapt24a-Types
000301 Perform Open-File
000302 If Not Dealer-Success
000303* Message Box Display!
000304 Move Low-Values To Sp2-Ms-Data
000305 Move "b" To Sp2-Ms-Icon
000306 Move "File Error" To Sp2-Ms-Title
000307 Move "o" To Sp2-Ms-Button
000309 Move 1 To Sp2-Ms-Line-Cnt
000310 String "Error Opening Dealer File "
000311 Dealer-Status
000312 Delimited By Size
000313 Into Sp2-Ms-Text
000314 End-String
000316 Call "SP2" Using Sp2-Display-Message Sp2-Message-Data
000318 Else
000319* There Is No Reason To Perform These If The Open Fails
000320 Perform Proc-Con-Chapt24a
000321 Perform Proc-Close-Window
000322 Perform Close-File
000323 End-If
000330 Perform Proc-Close-File
000340 Perform Proc-End-Session
000350 Stop Run
000360 .
000370 Open-File.
000371 Open Input Dealer-File
000372 .
000373 Close-File.
000374 Close Dealer-File
000375 .
000380 Proc-Open-File.
000390*****************
000400* Open Sp2 File *
000410*****************
000420 Move Low-Values To Sp2-Fi-Data
000430 Move "C:\SPFJ3224\chapt24.pan" To Sp2-Fi-Name
000440 Call "SP2" Using Sp2-Open-File Sp2-File-Def
000450 .
000460
000470 Proc-Con-Chapt24a.
000480******************
000490* Converse Panel *
000500******************
000501 Perform With Test After Until
000502 Chapt24a-Key = Sp2-Key-Close Or
000503 Chapt24a-Exit-Hit
000510 Call "SP2" Using Sp2-Converse-Panel Chapt24a-Converse-Data
000520 Move Low-Value To Chapt24a-New-Window
000521 Perform Determine-Action
000522 End-Perform
000530 .
000540 Determine-Action.
000541 Evaluate True
000542 When Chapt24a-Exit-Hit
000543 When Chapt24a-Key = Sp2-Key-Close
000544 Continue
000545 When Chapt24a-Read-Hit
000546 Evaluate Chapt24a-Operation-Type
000547 When "Read Random Number"
000548 Perform Read-Random-Number
000549 When "Read Random Name"
000550 Perform Read-Random-Name
000551 When "Read Next Number"
000552 Perform Read-Next-Number
000553 When "Read Next Name"
000554 Perform Read-Next-Name
000555 End-Evaluate
000556 When Chapt24a-Clear-Hit
000557 Initialize Chapt24a-Fields
000558 Move "Read Random Number" To Chapt24a-Operation-Type
000559 When Other
000560 Continue
000561 End-Evaluate
000562 .
000563 Read-Random-Number.
000564 Move Chapt24a-Number To Dealer-Number
000565 Read Dealer-File
000566 Invalid Key
000570 String "Error on Random Read Number "
000571 Dealer-Status
000572 Delimited By Size
000573 Into Error-Message
000574 End-String
000575 Perform Show-Error-Message
000576 Not Invalid Key
000577 Perform Fill-Panel-Data
000579 End-Read
000580 .
000581 Read-Random-Name.
000582 Move Chapt24a-Last To Last-Name
000583 Move Chapt24a-First To First-Name
000584 Move Chapt24a-Middle To Middle-Name
000586 Read Dealer-File Key Dealer-Name
000587 Invalid Key
000588 String "Error on Random Read Name "
000594 Dealer-Status
000595 Delimited By Size
000596 Into Sp2-Ms-Text
000597 End-String
000598 Perform Show-Error-Message
000599 Not Invalid Key
000600 Perform Fill-Panel-Data
000601 End-Read
000602 .
000603 Read-Next-Number.
000604 Move Chapt24a-Number To Dealer-Number
000605 Start Dealer-File Key > Dealer-Number
000606 Invalid Key
000607 String "Start Error Number "
000608 Dealer-Status
000609 Delimited By Size
000610 Into Error-Message
000611 End-String
000612 Perform Show-Error-Message
000613 End-Start
000614 If Dealer-Success
000615 Read Dealer-File Next
000616 At End
000617 Move "End of File, Read by Number" To Error-Message
000618 Perform Show-Error-Message
000619 Not At End
000620 Perform Fill-Panel-Data
000621 End-Read
000622 End-If
000623 .
000624 Read-Next-Name.
000625 Move Chapt24a-Last To Last-Name
000626 Move Chapt24a-First To First-Name
000627 Move Chapt24a-Middle To Middle-Name
000628 Start Dealer-File Key > Dealer-Name
000629 Invalid Key
000630 String "Start Error Name "
000631 Dealer-Status
000632 Delimited By Size
000633 Into Error-Message
000634 End-String
000635 Perform Show-Error-Message
000636 End-Start
000637 If Dealer-Success
000638 Read Dealer-File Next
000639 At End
000640 Move "End of File, Read by Name" To Error-Message
000641 Perform Show-Error-Message
000642 Not At End
000643 Perform Fill-Panel-Data
000644 End-Read
000645 End-If
000646 .
000647 Fill-Panel-Data.
000648 Move Dealer-Number To Chapt24a-Number
000649 Move Last-Name To Chapt24a-Last
000650 Move First-Name To Chapt24a-First
000651 Move Middle-Name To Chapt24a-Middle
000652 Move Address-Line-1 To Chapt24a-Address-Line-1
000653 Move Address-Line-2 To Chapt24a-Address-Line-2
000654 Move City To Chapt24a-City
000655 Move State-Or-Country To Chapt24a-State-Or-Country
000656 Move Postal-Code To Chapt24a-Postal-Code
000657 Move Home-Phone To Chapt24a-Home-Phone
000658 Move Work-Phone To Chapt24a-Work-Phone
000659 Move Other-Phone To Chapt24a-Other-Phone
000660 Move Start-Date To Date-MMddyyyy
000661 Move Corresponding Date-MMddyyyy-X To Date-YYYYMMDD-X
000662 Move Date-YYYYMMDD To Chapt24a-Start-Date
000663 Move Last-Rent-Paid-Date To Date-MMddyyyy
000664 Move Corresponding Date-MMddyyyy-X To Date-YYYYMMDD-X
000665 Move Date-YYYYMMDD To Chapt24a-Last-Rent-Paid-Date
000666 Move Next-Rent-Due-Date To Date-MMddyyyy
000667 Move Corresponding Date-MMddyyyy-X To Date-YYYYMMDD-X
000668 Move Date-YYYYMMDD To Chapt24a-Next-Rent-Due-Date
000670 Move Rent-Amount To Chapt24a-Rent-Amount
000671 Move Consignment-Percent To Chapt24a-Consignment-Percent
000672 .
000673 Show-Error-Message.
000674 Move Low-Values To Sp2-Ms-Data
000675 Move "b" To Sp2-Ms-Icon
000676 Move "File Error" To Sp2-Ms-Title
000677 Move "o" To Sp2-Ms-Button
000678 Move 1 To Sp2-Ms-Line-Cnt
000679 Move Error-Message To Sp2-Ms-Text
000680 Move Spaces To Error-Message
000681* Spaces Are Moved Into Error-Message Is Preparation Of The Next
000682* String Statement That Will Occur Using The Field.
000683 Call "SP2" Using Sp2-Display-Message Sp2-Message-Data
000684 .
000685 Proc-Close-Window.
000686************************
000687* Close Current Window *
000688************************
000689 Call "SP2" Using Sp2-Close-Window Sp2-Null-Parm
000690 .
000691
000692 Proc-Close-File.
000693**********************
000694* Close Current File *
000695**********************
000696 Call "SP2" Using Sp2-Close-File Sp2-Null-Parm
000697 .
000698
000699 Proc-End-Session.
000700*******************
000710* End Sp2 Session *
000720*******************
000730 Call "SP2" Using Sp2-End-Session Sp2-Null-Parm
000740 .
| 37.779783 | 72 | 0.642523 |
e9805f5e61c5e3f73cbbdffb06f96ada5a7523e8 | 87 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/tandem/Skip1Statement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/preprocessor/tandem/Skip1Statement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/preprocessor/tandem/Skip1Statement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
SKIP1.
PROGRAM-ID. SKP1.
PROCEDURE DIVISION.
STOP RUN. | 17.4 | 25 | 0.735632 |
4e835b6282984a546b92392adefcd93d0ed5f8f5 | 1,343 | cbl | COBOL | COBOL.FONTES/cobol_oscar/oscar.cbl | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | COBOL.FONTES/cobol_oscar/oscar.cbl | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | COBOL.FONTES/cobol_oscar/oscar.cbl | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | $SET OSVS
*================================================================*
IDENTIFICATION DIVISION.
*================================================================*
*
PROGRAM-ID. OSCAR.
AUTHOR. OSCAR.
DATE-WRITTEN. 16/11/09.
DATE-COMPILED.
*
REMARKS.
*
*
*================================================================*
ENVIRONMENT DIVISION.
*================================================================*
*
CONFIGURATION SECTION.
*
SPECIAL-NAMES.
DECIMAL-POINT IS COMMA.
*
INPUT-OUTPUT SECTION.
*
FILE-CONTROL.
*
*
*================================================================*
DATA DIVISION.
*================================================================*
*
FILE SECTION.
*
WORKING-STORAGE SECTION.
*
*
PROCEDURE DIVISION.
PRIMEIRO SECTION.
*
DISPLAY
'*=========================================================*'.
DISPLAY 'hello world'
'*=========================================================*'.
STOP RUN.
*
PRIMEIRO-EXIT. EXIT.
*
| 27.408163 | 72 | 0.232316 |
13ad5686874c9bf359817e3a66206b8ad087e55f | 1,958 | cbl | COBOL | 003/ComplexData.cbl | Parmenidas/Cobol-Translations | a2b0581411b84da7452ac1c6105ec73cceb55ce2 | [
"MIT"
] | null | null | null | 003/ComplexData.cbl | Parmenidas/Cobol-Translations | a2b0581411b84da7452ac1c6105ec73cceb55ce2 | [
"MIT"
] | null | null | null | 003/ComplexData.cbl | Parmenidas/Cobol-Translations | a2b0581411b84da7452ac1c6105ec73cceb55ce2 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. ComplexData.
*> How to write a file
DATA DIVISION.
WORKING-STORAGE SECTION.
*> Some complex data type, notice the "02", "03" levels
01 Employee.
02 fname PIC X(10).
02 lname PIC X(10).
02 SSN.
03 A PIC 999.
03 B PIC 99.
03 C PIC 9(4).
02 city PIC X(10).
01 n_letters PIC 9.
PROCEDURE DIVISION.
*> Set the values of the fields.
*> this does not work
MOVE "Michael Smith 123456789 Portland" TO Employee
DISPLAY fname
*> This works
MOVE "Michael Smith 123456789Portland" TO Employee
DISPLAY fname "," SPACE lname " SSN: "A "-" B "-" C
*> This works, too
MOVE "Michael" TO fname
MOVE "Smith" TO lname
MOVE "123456789" TO SSN
MOVE "Portland" TO city
DISPLAY fname "," SPACE lname " SSN: "A "-" B "-" C
*> Another way
MOVE "Michael" TO fname
MOVE "Smith" TO lname
MOVE "123" TO A
MOVE "45" TO B
MOVE "6789" TO C
MOVE "Portland" TO city
DISPLAY fname "," SPACE lname " SSN: "A "-" B "-" C
*> As a "vector"
MOVE "Michael Smith 123456789Portland" TO Employee
DISPLAY Employee(1:10) "," SPACE Employee(11:10)
" SSN: " Employee(21:3) "-" Employee(24:2) "-"
Employee(26:4).
*> NOTE: if you want to remove the trailing spaces:
INSPECT fname TALLYING n_letters FOR CHARACTERS BEFORE SPACE
DISPLAY fname(1:n_letters) "," SPACE lname
" SSN: "A "-" B "-" C.
STOP RUN.
| 34.964286 | 72 | 0.459653 |
d40801981582ff61a5b2e53a433f2cdf38b66fec | 2,176 | cob | COBOL | record.cob | loralighte/COBOL-DONOR-REPORTMAKER | 20c23fd49eb16401e9146c040ec6c92e6bcecc55 | [
"MIT"
] | null | null | null | record.cob | loralighte/COBOL-DONOR-REPORTMAKER | 20c23fd49eb16401e9146c040ec6c92e6bcecc55 | [
"MIT"
] | null | null | null | record.cob | loralighte/COBOL-DONOR-REPORTMAKER | 20c23fd49eb16401e9146c040ec6c92e6bcecc55 | [
"MIT"
] | null | null | null | *****************************************************************
* Program name: tutorial
* Original author: Kai Lyons
*
* Maintenence Log
* Date Author Maintenance Requirement
* --------- ------------ ---------------------------------------
* 02/22/22 MYNAME Created for COBOL class
*
*****************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. tutorial.
AUTHOR. Kai Lyons.
INSTALLATION. COBOL DEVELOPMENT CENTER.
DATE-WRITTEN. 02/22/22.
DATE-COMPILED. 02/22/22.
SECURITY. NON-CONFIDENTIAL.
******************************************************************
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT CustomerFile ASSIGN TO "Customer.dat"
ORGANIZATION IS LINE SEQUENTIAL
ACCESS IS SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD CustomerFile.
01 CustomerData.
02 IDNum PIC 9(5).
02 CustName.
03 FirstName PIC X(15).
03 LastName PIC X(15).
02 DonationAmnt PIC 9(5)V99.
WORKING-STORAGE SECTION.
01 WSCustomer.
02 WSIDNum PIC 9(5).
02 WSCustName.
03 WSFName PIC X(15).
03 WSLName PIC X(15).
01 WSDonationAmt PIC 9(5)V99.
PROCEDURE DIVISION.
OPEN EXTEND CustomerFile
DISPLAY "ENTER ID: " WITH NO ADVANCING
ACCEPT IDNum
DISPLAY "ENTER FIRST NAME: " WITH NO ADVANCING
ACCEPT FirstName
DISPLAY "ENTER LAST NAME: " WITH NO ADVANCING
ACCEPT LastName
DISPLAY "ENTER DONATION AMOUNT: " WITH NO ADVANCING
ACCEPT DonationAmnt
WRITE CustomerData
END-WRITE.
CLOSE CustomerFile
STOP RUN.
| 39.563636 | 72 | 0.423713 |
52c0ecb1e05e8bd33b7895dff20ca2c0ec73ddf0 | 534 | cobol | COBOL | Task/Variables/COBOL/variables-2.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Variables/COBOL/variables-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Variables/COBOL/variables-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | 01 normal-date.
03 year PIC 9(4).
03 FILLER PIC X VALUE "-".
03 month PIC 99.
03 FILLER PIC X VALUE "-".
03 dday PIC 99. *> Misspelling is intentional; day is a reserved word.
01 reversed-date.
03 dday PIC 99.
03 FILLER PIC X VALUE "-".
03 month PIC 99.
03 FILLER PIC X VALUE "-".
03 year PIC 9(4).
...
PROCEDURE DIVISION.
MOVE "2012-11-10" TO normal-date
MOVE CORR normal-date TO reversed-date
DISPLAY reversed-date *> Shows '10-11-2012'
| 28.105263 | 79 | 0.578652 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.