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 listlengths 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 listlengths 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 listlengths 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c7b15a98414740a41ed81e6a7a3116f6ec737ecb | 612 | cbl | COBOL | src/cross.cbl | gyng/COBOL-CASTER | 652c56dea9d050afa11f57793d255bf5487ae881 | [
"MIT"
] | null | null | null | src/cross.cbl | gyng/COBOL-CASTER | 652c56dea9d050afa11f57793d255bf5487ae881 | [
"MIT"
] | null | null | null | src/cross.cbl | gyng/COBOL-CASTER | 652c56dea9d050afa11f57793d255bf5487ae881 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. VCROSS.
DATA DIVISION.
LINKAGE SECTION.
01 v1x PIC S9(8)V9(2).
01 v1y PIC S9(8)V9(2).
01 v1z PIC S9(8)V9(2).
01 v2x PIC S9(8)V9(2).
01 v2y PIC S9(8)V9(2).
01 v2z PIC S9(8)V9(2).
01 retx PIC S9(8)V9(2).
01... | 29.142857 | 72 | 0.529412 |
e510fcd2e494ae1a3b898bcc516857a0d24ef084 | 184 | cob | COBOL | Experimentation/parseGADT/src/test.cob | svenssonjoel/COPPE | 8a2a0b3ee09ba70fa59b85dfaffe510b1882209b | [
"BSD-3-Clause"
] | null | null | null | Experimentation/parseGADT/src/test.cob | svenssonjoel/COPPE | 8a2a0b3ee09ba70fa59b85dfaffe510b1882209b | [
"BSD-3-Clause"
] | null | null | null | Experimentation/parseGADT/src/test.cob | svenssonjoel/COPPE | 8a2a0b3ee09ba70fa59b85dfaffe510b1882209b | [
"BSD-3-Clause"
] | null | null | null |
recipe apa {
conv [strides := [2, 2, 2]]
relu []
batch_normalize []
}
recipe bepa {
conv [strides := [3,3]]
relu []
apa
}
model my_model {
apa
apa
bepa
bepa
}
| 9.2 | 29 | 0.538043 |
8c4fc9ed9ef04e5c5d1063ea06cb002ed8f426b7 | 1,695 | cbl | COBOL | dates/floor-div.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 4 | 2020-07-16T14:45:10.000Z | 2022-02-10T03:37:26.000Z | dates/floor-div.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 1 | 2020-05-24T09:11:22.000Z | 2020-05-24T15:09:30.000Z | dates/floor-div.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | null | null | null | *>*****************************************************************
*> floor-div *
*> Copyright (C) 2000 Solid Vertical Domains, Ltd. *
*> and Stephen Dennis *
*> Copyright (C) 2020 Stephen Dennis ... | 43.461538 | 67 | 0.440118 |
b5d1df5ace0a3bdda69e7442acfc9fd1bc5c7f1d | 110 | cbl | COBOL | Cobol/helloWorld.cbl | godslayer201/Hello-World | 0b0dec4f8d18d2db348ee4fd0fad8233dd9074a4 | [
"MIT"
] | null | null | null | Cobol/helloWorld.cbl | godslayer201/Hello-World | 0b0dec4f8d18d2db348ee4fd0fad8233dd9074a4 | [
"MIT"
] | null | null | null | Cobol/helloWorld.cbl | godslayer201/Hello-World | 0b0dec4f8d18d2db348ee4fd0fad8233dd9074a4 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
PROCEDURE DIVISION.
DISPLAY 'Hello World'.
STOP RUN. | 18.333333 | 27 | 0.7 |
cccfc102f1b0fe191fc8542b01578ed17afd2eeb | 732 | cbl | COBOL | Collatz.cbl | axtens/cobol_for_exercism | 0405c9de1b77c423de8996f3bb92f6781a886a78 | [
"MIT"
] | 1 | 2021-09-28T18:06:32.000Z | 2021-09-28T18:06:32.000Z | Collatz.cbl | axtens/cobol_for_exercism | 0405c9de1b77c423de8996f3bb92f6781a886a78 | [
"MIT"
] | null | null | null | Collatz.cbl | axtens/cobol_for_exercism | 0405c9de1b77c423de8996f3bb92f6781a886a78 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. Collatz.
ENVIRONMENT DIVISION.
DATA DIVISION.
LINKAGE SECTION.
01 LS-COUNT PIC 9(5).
01 LS-START PIC 9(5).
PROCEDURE DIVISION USING LS-START RETURNING LS-COUNT.
01-START.
IF LS-START <= 0
MOVE -1 TO L... | 28.153846 | 63 | 0.532787 |
46c90a6a6ce04c37c8368168dee415de694933bd | 2,268 | cpy | COBOL | HospitalAppDemo/copybook/MEDICATN.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/MEDICATN.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/MEDICATN.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* DCLGEN TABLE(DDS0001.MEDICATION) *
* LIBRARY(DDS0001.TEST.COPYLIB(MEDICATN)) *
* ACTION(REPLACE) * ... | 78.206897 | 80 | 0.222663 |
e9c7a52aca0cea5d3b3f15c73a9acd468d2d8871 | 2,240 | cbl | COBOL | tests/theia_automation_lsp/test_files/cobol/USERC1N1.cbl | grianbrcom/che-che4z-lsp-for-cobol | 9b7fa4dc6c670f311685949992d102b282fdfbc5 | [
"Apache-2.0"
] | null | null | null | tests/theia_automation_lsp/test_files/cobol/USERC1N1.cbl | grianbrcom/che-che4z-lsp-for-cobol | 9b7fa4dc6c670f311685949992d102b282fdfbc5 | [
"Apache-2.0"
] | 1 | 2020-04-16T12:31:43.000Z | 2020-04-16T12:33:53.000Z | tests/theia_automation_lsp/test_files/cobol/USERC1N1.cbl | grianbrcom/che-che4z-lsp-for-cobol | 9b7fa4dc6c670f311685949992d102b282fdfbc5 | [
"Apache-2.0"
] | null | null | null | * Copyright (c) 2020 Broadcom. *
* The term "Broadcom" refers to Broadcom Inc. and/or its *
* subsidiaries. *
* *
* This program and the accompa... | 41.481481 | 70 | 0.439286 |
8fa146cb62b4800f05030514a91262bf34a0cb29 | 5,252 | cbl | COBOL | RPSGAERB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | RPSGAERB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | RPSGAERB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | 000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. RPCGAMRB.
000300 AUTHOR. Ryan Brooks.
000400* ASK USED FOR ROCK, PAPER OR SCISSORS.
000500* COMPARE THEIR INPUT ANSSWER TO THE RANDOM NUMBER
000600* GENERATED BY THE PROGRAM. PROVIDE WINNER/LOSER FEEDBACK.
000700
000800 DATA DIVISION.
000900 WORKING-STORAGE SECTION... | 43.766667 | 70 | 0.613481 |
a139b96141e3bbe207f48d3785e6b3dd7722e681 | 27,106 | cbl | COBOL | containment_unit.cbl | BSides-CT/ctf-challenge-containment-cobol | e0368ef02e4c08b41004acb52f2216f6c7ab10fb | [
"MIT"
] | 3 | 2020-11-14T22:05:20.000Z | 2020-11-27T05:32:40.000Z | containment_unit.cbl | BSides-CT/ctf-challenge-containment-cobol | e0368ef02e4c08b41004acb52f2216f6c7ab10fb | [
"MIT"
] | null | null | null | containment_unit.cbl | BSides-CT/ctf-challenge-containment-cobol | e0368ef02e4c08b41004acb52f2216f6c7ab10fb | [
"MIT"
] | null | null | null | *> setup the identification division
IDENTIFICATION DIVISION.
*> setup the program id
PROGRAM-ID. CONTAINMENTUNIT.
*> setup the procedure division (equiv. main() function)
DATA DIVISION.
*> Used for handling the file that stores the
*> CTF se... | 45.556303 | 86 | 0.425773 |
6269100e89c449e190eacca4309862a071f79799 | 5,148 | cobol | COBOL | Task/Text-processing-2/COBOL/text-processing-2.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Text-processing-2/COBOL/text-processing-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Text-processing-2/COBOL/text-processing-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. text-processing-2.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT readings ASSIGN Input-File-Path
ORGANIZATION LINE SEQUENTIAL
FILE STATUS file-status.
DATA DIVISION.
FILE S... | 31.390244 | 70 | 0.469891 |
0b95bcd41dfbcbdde08727b5111d62b60827d4e4 | 2,516 | cobol | COBOL | Task/Sorting-algorithms-Bead-sort/COBOL/sorting-algorithms-bead-sort.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Sorting-algorithms-Bead-sort/COBOL/sorting-algorithms-bead-sort.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Sorting-algorithms-Bead-sort/COBOL/sorting-algorithms-bead-sort.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. beadsort.
environment division.
configuration section.
repository. function all intrinsic.
data division.
working-storage section.
01 filler.
03 row occurs 9 pic x(9).
03 r... | 25.414141 | 62 | 0.601351 |
1fd81aa56e5b15315f29a9e3539951e12bb4bd58 | 1,637 | cpy | COBOL | chapter-10/serverless/InterestCalculator/src/ACCOUNT-RECORD.cpy | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-10/serverless/InterestCalculator/src/ACCOUNT-RECORD.cpy | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-10/serverless/InterestCalculator/src/ACCOUNT-RECORD.cpy | 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... | 60.62963 | 71 | 0.41234 |
b9b35373864c4608c5d2a0c5e7c3f7da7b6b36fc | 707 | cbl | COBOL | cobol/testdata/local/test9021.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/test9021.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/test9021.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | Identification Division.
Program-ID. test9021.
Procedure Division.
debug perform until x > z-end - 1
debug if ls-disperr (x:2) = x'0d25'
debug compute z = x - y
debug if z = zero
debug display ' '
debug else
de... | 32.136364 | 49 | 0.448373 |
69aa13d6ae27fe0f2d93ab9e32d44f3bd4b3be8f | 1,205 | cbl | COBOL | cobol/testdata/local/testantlr146.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr146.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr146.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 Identification Division.
000002 Program-ID. testantlr146.
000003 Data Division.
000004 Working-Storage Section.
000005
000006 >>DEFINE A 2
000007 >>DEFINE B 3
000008 >>DEFINE C A + B
000009 >>DEFINE D A * B
000010 >>DEFINE E (D * A) / 3
000011
000012 01 CONSTANTS.
000013 05 MYNAME PIC X(012) ... | 24.591837 | 68 | 0.643154 |
0a7b51463cace28e564da1501e2f440a31012daa | 23,188 | cbl | COBOL | Source/ZFAM005.cbl | walmartlabs/zFAM | f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5 | [
"Apache-2.0"
] | 21 | 2018-04-17T15:37:29.000Z | 2021-09-26T20:19:16.000Z | Source/ZFAM005.cbl | wizardofzos/zFAM | f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5 | [
"Apache-2.0"
] | null | null | null | Source/ZFAM005.cbl | wizardofzos/zFAM | f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5 | [
"Apache-2.0"
] | 9 | 2016-12-02T16:08:12.000Z | 2017-10-27T04:07:02.000Z | CBL CICS(SP)
IDENTIFICATION DIVISION.
PROGRAM-ID. ZFAM005.
AUTHOR. Rich Jackson and Randy Frerking
*****************************************************************
* *
* zFAM - z/OS File Access Manager ... | 41.555556 | 72 | 0.381232 |
1c3386e72b0e82d75c0340fd20f7409c1e51bd0f | 2,506 | cob | COBOL | languages/cobol/cobol24/ch22/chapt22x.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch22/chapt22x.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch22/chapt22x.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. Chapt22x.
000031*chapter 22 Exercise Solution
000041 Environment Division.
000050 Configuration Section.
000051 Source-Computer. IBM-PC.
000055 Object-Computer. IBM-PC.
000056 Data Division.
000057 Working-Storage Section.
000058 01 Random... | 43.206897 | 67 | 0.704709 |
f98aba519b898bedcbb7c9aa353e2c87874e0b4d | 321 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/variable/IdentificationDivision.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/variable/IdentificationDivision.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/variable/IdentificationDivision.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 CONFIGSECTION.
000400 AUTHOR.
000500 SOMEAUTH.
000600 INSTALLATION.
000700 SOMEINSTALL.
000800 DATE-COMPILED.
000900 SOMECOMPILED.
001000 DATE-WRITTEN.
001100 SOMEWRITTEN.
001200 SECURITY.
001300 SOMESEC.
001400 REMARKS.
001500 SOMEREM... | 21.4 | 31 | 0.766355 |
ca7cbdc10fc7956ce77d9cc1ad827e9b2cda5b21 | 420 | cbl | COBOL | controllers/index.cbl | dln/cobol-on-wheelchair | 04924f9ded6ef08337fa6e86297e73c64c072d4c | [
"MIT"
] | 642 | 2015-01-09T17:30:13.000Z | 2022-03-01T21:06:28.000Z | controllers/index.cbl | Seanpm2001-education/cobol-on-wheelchair | b9a37ed1b5d00ccabc34081e9de6dc18299d8713 | [
"MIT"
] | 14 | 2015-04-23T03:41:44.000Z | 2021-11-12T01:23:05.000Z | controllers/index.cbl | Seanpm2001-education/cobol-on-wheelchair | b9a37ed1b5d00ccabc34081e9de6dc18299d8713 | [
"MIT"
] | 45 | 2015-10-10T05:57:14.000Z | 2021-12-18T23:35:57.000Z |
identification division.
program-id. indexweb.
data division.
working-storage section.
01 the-vars.
03 COW-vars OCCURS 99 times.
05 COW-varname pic x(99).
05 COW-varvalue pic x(99).
procedure division.
... | 16.153846 | 54 | 0.507143 |
f0fde6cbf4cc502bd42a4f033621b53b8448b242 | 3,604 | cpy | COBOL | server/src/test/resources/implicitCopybooks/SQLCA_DATACOM.cpy | SWETAS04/che-che4z-lsp-for-cobol | d2960660d4ef85198a0ced82d997788e7046d98f | [
"Apache-2.0"
] | 36 | 2019-08-30T07:50:48.000Z | 2022-03-24T10:07:31.000Z | server/src/test/resources/implicitCopybooks/SQLCA_DATACOM.cpy | SWETAS04/che-che4z-lsp-for-cobol | d2960660d4ef85198a0ced82d997788e7046d98f | [
"Apache-2.0"
] | 819 | 2019-08-22T14:52:23.000Z | 2022-03-31T14:10:10.000Z | server/src/test/resources/implicitCopybooks/SQLCA_DATACOM.cpy | SWETAS04/che-che4z-lsp-for-cobol | d2960660d4ef85198a0ced82d997788e7046d98f | [
"Apache-2.0"
] | 47 | 2019-08-22T14:30:41.000Z | 2022-03-31T13:41:17.000Z | * Copyright (c) 2021 Broadcom.
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
... | 44.493827 | 76 | 0.348779 |
6babfc8b521c29eea9f202a3524848b781e13775 | 514 | cob | COBOL | 09_condition_statements_04.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | 09_condition_statements_04.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | 09_condition_statements_04.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | identification division.
program-id. condition_statements_04.
data division.
working-storage section.
01 ws-num1 pic x(9) value 'abcd '.
01 ws-num2 pic 9(9) value 123456789.
procedure division.
a000-first-para.
if ws-num1 is alphabetic then
display '... | 24.47619 | 43 | 0.599222 |
ad22b8fdb3d124fef98347a0b83ee5ad951325e2 | 2,945 | cob | COBOL | test/data/COBOL-68/mccracken3.cob | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | test/data/COBOL-68/mccracken3.cob | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | test/data/COBOL-68/mccracken3.cob | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | PROCEDURE DIVISION.
MAIN-LINE-ROUTINE.
PERFORM 1A-HOUSEKEEPING.
PERFORM 1B-PROCESS-INPUT
UNTIL END-OF-FILE.
PERFORM 1C-PRINT-TABLE.
PERFORM 1D-WRAPUP.
STOP RUN.
********** FIRST-LEVEL PERFORMED ROUTINES
1A-HOUSEKEEPING... | 36.358025 | 70 | 0.566044 |
ac5d34e5aa0984d08bfeba1ddac66263455ec734 | 1,020 | cob | COBOL | example11/example11.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example11/example11.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example11/example11.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example11.
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 DIV... | 24.878049 | 55 | 0.652941 |
42aea4b0d425ed26f799d7be6b44d57856306547 | 1,501 | cbl | COBOL | TIPOSDEDATOS.cbl | neomatrixcode/curso-COBOL | 99faf59f887e0f05364ed49920db48e5ad9def72 | [
"CNRI-Python"
] | null | null | null | TIPOSDEDATOS.cbl | neomatrixcode/curso-COBOL | 99faf59f887e0f05364ed49920db48e5ad9def72 | [
"CNRI-Python"
] | null | null | null | TIPOSDEDATOS.cbl | neomatrixcode/curso-COBOL | 99faf59f887e0f05364ed49920db48e5ad9def72 | [
"CNRI-Python"
] | null | null | null | * los tipos de datos en cobol se especifican con la instruccion
* PIC (picture clause)
* los simbolos utilizados para definir el dato son:
* 9 Valor Numérico
* A Orden alfabético
* X Alfanumérico
* V Decimal implícito
* S Signo
* P Decimal asumido
IDENTIFICAT... | 34.906977 | 85 | 0.566955 |
042c1d8a76adcb08a18d10f254b48f948ce4a923 | 350 | cbl | COBOL | config.cbl | mkljczk/cobol-on-wheelchair | 836abf462c60867480d02d8dd4894bd175345eca | [
"MIT"
] | null | null | null | config.cbl | mkljczk/cobol-on-wheelchair | 836abf462c60867480d02d8dd4894bd175345eca | [
"MIT"
] | null | null | null | config.cbl | mkljczk/cobol-on-wheelchair | 836abf462c60867480d02d8dd4894bd175345eca | [
"MIT"
] | null | null | null | move "/" to routing-pattern(1).
move "indexweb" to routing-destiny(1).
move "/showsum/%value1/%value2" to routing-pattern(2).
move "showsum" to routing-destiny(2).
move "/showname/%value" to routing-pattern(3).
move "showname" ... | 38.888889 | 57 | 0.517143 |
b8283692d190417b086ac4ce5949e547e9a0985e | 27 | cob | COBOL | checker/punchy_mc_lochface/sql.cob | fausecteam/faustctf-2019-punchy | c68d80ff2c57e45c8c4ef8d6ed65b73efc41cfe0 | [
"0BSD"
] | null | null | null | checker/punchy_mc_lochface/sql.cob | fausecteam/faustctf-2019-punchy | c68d80ff2c57e45c8c4ef8d6ed65b73efc41cfe0 | [
"0BSD"
] | null | null | null | checker/punchy_mc_lochface/sql.cob | fausecteam/faustctf-2019-punchy | c68d80ff2c57e45c8c4ef8d6ed65b73efc41cfe0 | [
"0BSD"
] | null | null | null | = 1; SELECT * FROM DATA; -- | 27 | 27 | 0.555556 |
5063dacaa77ec5d88c91e80afd88021347e25c71 | 735 | cob | COBOL | mt9x9.cob | bluebat/mt9x9 | 0758ed7bba325ecc3a08a919ea7f38f6b9795306 | [
"Unlicense"
] | null | null | null | mt9x9.cob | bluebat/mt9x9 | 0758ed7bba325ecc3a08a919ea7f38f6b9795306 | [
"Unlicense"
] | null | null | null | mt9x9.cob | bluebat/mt9x9 | 0758ed7bba325ecc3a08a919ea7f38f6b9795306 | [
"Unlicense"
] | 1 | 2019-06-01T07:12:12.000Z | 2019-06-01T07:12:12.000Z | *> 9x9 multiplication table in COBOL
*> CC0, Wei-Lun Chao <bluebat@member.fsf.org>, 2018.
*> cobc -Fx mt9x9.cob && ./mt9x9 || cobc -Fxj mt9x9.cob
identification division.
program-id. mt9x9.
data division.
working-storage section.
01 i pic 9.
01 j pic 9.
01 k pic 9.
01 l pic 9.
01 kj pic z9.
procedure division.
perform... | 27.222222 | 65 | 0.661224 |
c5ddf2d9dd610fa156324c7e505b1853849c5cdf | 1,425 | cpy | COBOL | middleware/binding/cobol/copy/TXINFDEF.cpy | casualcore/casual | 047a4eaabbba52ad3ce63dc698a9325ad5fcec6d | [
"MIT"
] | null | null | null | middleware/binding/cobol/copy/TXINFDEF.cpy | casualcore/casual | 047a4eaabbba52ad3ce63dc698a9325ad5fcec6d | [
"MIT"
] | null | null | null | middleware/binding/cobol/copy/TXINFDEF.cpy | casualcore/casual | 047a4eaabbba52ad3ce63dc698a9325ad5fcec6d | [
"MIT"
] | 1 | 2022-02-21T18:30:25.000Z | 2022-02-21T18:30:25.000Z | * X/Open CAE Specification
* Distributed Transaction Processing:
* The TX (Transaction Demarcation) Specification
* ISBN: 1-85912-094-6
* X/Open Document Number: C504
*
* TXINFDEF.cpy
*
* XID record
05 XID-REC.
10 FORMAT-ID PIC S9(9) ... | 36.538462 | 61 | 0.534035 |
6c5434b6c2bab4cd7debfc405db06ddb5537866f | 278 | cob | COBOL | scripts/towns.cob | bencollieruk/cobol-api | 6bc5675fcb5226b8f75cc9ec9d1f50229a6e6131 | [
"Apache-2.0"
] | 2 | 2019-03-14T11:12:02.000Z | 2021-12-25T03:59:02.000Z | scripts/towns.cob | bmcollier/cobol-api | 6bc5675fcb5226b8f75cc9ec9d1f50229a6e6131 | [
"Apache-2.0"
] | null | null | null | scripts/towns.cob | bmcollier/cobol-api | 6bc5675fcb5226b8f75cc9ec9d1f50229a6e6131 | [
"Apache-2.0"
] | 1 | 2020-01-14T03:18:35.000Z | 2020-01-14T03:18:35.000Z | identification division.
program-id. towns.
environment division.
input-output section.
data division.
working-storage section.
01 newline pic x value x'0a'.
procedure division.
display
'{"name": 1, "age": 2, "sex": 3}'
end-display.
end program towns.
| 14.631579 | 46 | 0.679856 |
e842168240bd4816298f9a606f7a9b0309a900bf | 2,003 | cob | COBOL | AdventOfCode2021/d17b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d17b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d17b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2021-17-2.
AUTHOR. ANNA KOSIERADZKA.
* Note: this one takes several minutes
DATA DIVISION.
WORKING-STORAGE SECTION.
77 X1 PIC S9(6) VALUE 56.
77 X2 PIC S9(6) VALUE 76.
77 Y1 PIC S9(6) VALUE -162.
77 Y... | 30.348485 | 65 | 0.468797 |
1a4a6397f29a30281bfa572011dea6946b91a4bb | 3,240 | cbl | COBOL | cobol/testdata/local/testantlr250.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr250.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr250.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | ID Division. 00000001
Program-ID. testantlr250. 00000002
Procedure Division. 00000003
00000... | 79.02439 | 80 | 0.19321 |
ac1a91d0850a994dc3b02dd1812367a0d4b7e27b | 3,002 | cbl | COBOL | cobol/testdata/local/testantlr031.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr031.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr031.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | Identification Division.
Program-ID. testantlr031.
Environment Division.
Configuration Section.
Special-Names.
XML-SCHEMA OSR-DATA-FILE IS OSRDATA1.
Data Division.
Working-Storage Section.
01 CONSTANTS.
05 MYNAME PIC X(012) VA... | 27.541284 | 68 | 0.474017 |
d0d20000386695f37d25df9c5f296aa222714359 | 3,577 | cob | COBOL | contributions/cobol/programs/SampleCompany.cob | A-Kastner/101repo | 692a1a967b1d0f6db0c64739f9c13d68a6a6ae17 | [
"MIT"
] | 15 | 2015-04-23T02:43:22.000Z | 2021-12-07T13:39:26.000Z | contributions/cobol/programs/SampleCompany.cob | A-Kastner/101repo | 692a1a967b1d0f6db0c64739f9c13d68a6a6ae17 | [
"MIT"
] | 4 | 2021-12-02T15:53:30.000Z | 2022-02-09T22:54:15.000Z | contributions/cobol/programs/SampleCompany.cob | A-Kastner/101repo | 692a1a967b1d0f6db0c64739f9c13d68a6a6ae17 | [
"MIT"
] | 14 | 2015-06-04T10:05:20.000Z | 2021-03-08T12:20:26.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. SampleCompany
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
COPY "copybooks/department.fc".
COPY "copybooks/employee.fc".
DATA DIVISION.
FILE SECTION.
COPY "copybooks/department.fd".
... | 30.57265 | 44 | 0.540117 |
900cdd878ce26f2e064d846e7cb5215f662c24c5 | 162 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/data/localstorage/DataDescription01.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/localstorage/DataDescription01.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/localstorage/DataDescription01.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. DATADESCR01.
DATA DIVISION.
LOCAL-STORAGE SECTION.
LD SOMELD.
01 ITEMS.
02 ITEM1 PIC X(10).
02 ITEM2 PIC X(10). | 20.25 | 25 | 0.703704 |
a4ac2babf9d42e245fca5ee2fa5c2af9f7fe4690 | 188 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/receive/ReceiveIntoStatement.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/receive/ReceiveIntoStatement.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/receive/ReceiveIntoStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. RECEIVEINTOSTMT.
PROCEDURE DIVISION.
RECEIVE SOMECD1 MESSAGE INTO SOMEID1
NO DATA DISPLAY 'no data'
WITH DATA DISPLAY 'WITH DATA'. | 31.333333 | 40 | 0.728723 |
81ab654246ced02737ff7aa8b31cdf3477f1abd8 | 2,096 | cpy | COBOL | CopyBooks/FAKPHONW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | 1 | 2020-08-17T20:18:48.000Z | 2020-08-17T20:18:48.000Z | CopyBooks/FAKPHONW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | null | null | null | CopyBooks/FAKPHONW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | null | null | null | *========================== COB-FAKER ===========================*
* Authors: Brian D Pead
*
* License: MIT
*
* Date Version Description
* ---- ------- -----------
* 2020-02-11 1.0.1 Add TELETELEPHONE numbers
*====================================... | 52.4 | 73 | 0.292462 |
faee91e5c0c3619c7fc1fb823c6e05a57e18f73b | 650 | cob | COBOL | CGJOB002.cob | miguelmorais7/Cobol-EXs | 4edccadf22a09f951bfa2653d063beea17545845 | [
"MIT"
] | null | null | null | CGJOB002.cob | miguelmorais7/Cobol-EXs | 4edccadf22a09f951bfa2653d063beea17545845 | [
"MIT"
] | null | null | null | CGJOB002.cob | miguelmorais7/Cobol-EXs | 4edccadf22a09f951bfa2653d063beea17545845 | [
"MIT"
] | null | null | null | //GPAZ99J2 JOB SATOSHI,MSGCLASS=X,CLASS=C,NOTIFY=GPAZ99,TIME=(0,20)
//*****************************************************************
//* LER DADOS DA SYSIN - REGISTRO COM '99...99' INDICA FIM DOS REG.
//*****************************************************************
//STEP1 EXEC PGM=CGPRG005
//STEPLIB DD DSN=GP.... | 43.333333 | 67 | 0.570769 |
0fb96774dba97bd0a1e5cb6a4e023d718142577f | 1,360 | cob | COBOL | cob/PROGCOB13.cob | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | 2 | 2020-12-09T17:07:36.000Z | 2020-12-15T13:58:12.000Z | cob/PROGCOB13.cob | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | null | null | null | cob/PROGCOB13.cob | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. PROGCOB13.
**********************************************************
* AREA DE COMENTARIOS - REMARKS
* AUTHOR: LUCAS LRM
* DATA: 29/11/2020
* OBJETIVO: RECEBER UM NUMERO E GERAR A TABUADA DE 1 A 10
* UTILIZAR O PERFORM
******... | 32.380952 | 69 | 0.469118 |
668198fa461bed818ca3552e30103e586ffac21c | 1,062 | cbl | COBOL | src/SimpleCalculator.cbl | romankh3/cobol-code-example | fe6788353de1d45c55f052cef823d367ad40e5ba | [
"Apache-2.0"
] | 4 | 2020-03-17T19:21:33.000Z | 2021-06-22T06:29:20.000Z | src/SimpleCalculator.cbl | romankh3/cobol-code-example | fe6788353de1d45c55f052cef823d367ad40e5ba | [
"Apache-2.0"
] | null | null | null | src/SimpleCalculator.cbl | romankh3/cobol-code-example | fe6788353de1d45c55f052cef823d367ad40e5ba | [
"Apache-2.0"
] | 1 | 2022-02-09T15:08:02.000Z | 2022-02-09T15:08:02.000Z | 000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. SIMPLE CALCULATOR.
000300* --- Это пустая строчка. ---
000400 ENVIRONMENT DIVISION.
000500 DATA DIVISION.
000510 WORKING-STORAGE SECTION.
000520 01 WS-A PIC 999.
000530 01 WS-B PIC 9(3).
000540 01 WS-RESULT PIC 9(6).
000600 PROCEDURE DIVISION.
000700 BEGI... | 37.928571 | 61 | 0.683616 |
bca9280178e2bd1dd9cd4bf8b76772549b6d40a1 | 609 | cobol | COBOL | Task/Count-occurrences-of-a-substring/COBOL/count-occurrences-of-a-substring.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Count-occurrences-of-a-substring/COBOL/count-occurrences-of-a-substring.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Count-occurrences-of-a-substring/COBOL/count-occurrences-of-a-substring.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. testing.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 occurrences PIC 99.
PROCEDURE DIVISION.
INSPECT "the three truths" TALLYING occurrences FOR ALL "th"
DISPLAY occurrences
MOVE 0 TO occurrenc... | 26.478261 | 71 | 0.568144 |
c4442db54780efa40d0508fbba25af77951e945a | 1,933 | cob | COBOL | AdventOfCode2021/d03a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d03a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d03a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2021-03-1.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d03.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
... | 30.68254 | 62 | 0.518365 |
a9f1b92c6610e01c29f62eb38363c0c8a8c09cc1 | 2,217 | cbl | COBOL | chapter-02/SalutationStore/src/com/mfcobolbook/examples/SalutationStore.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-02/SalutationStore/src/com/mfcobolbook/examples/SalutationStore.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-02/SalutationStore/src/com/mfcobolbook/examples/SalutationStore.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... | 48.195652 | 78 | 0.467749 |
ae8f30ea747a11522d14227f757fd792b198ebb6 | 2,666 | cbl | COBOL | cobol/testdata/local/testantlr154.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr154.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr154.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 ID Division.
000002 Program-ID. testantlr154.
000003 Procedure Division.
000004
000005 >>DEFINE VAR1 1
000006 >>DEFINE VAR2 2
000007 >>DEFINE VAR3 3
000008 >>DEFINE VAR4 4
000009
000010 >>EVALUATE VAR1
000011 >>WHEN VAR2
000012 EXEC CICS
000013 LINK
000014 PROGRAM('PGM00001')
000015 EN... | 22.786325 | 35 | 0.631658 |
be241d7c857311ed7af3e2888ddaaeebb960ace8 | 72,764 | cob | COBOL | Source/T3DIICHAP09/water_flat_01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP09/water_flat_01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP09/water_flat_01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00010957
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 3582
ZippedThumbnail:78 9c ed 9c 3d 88 e3 48 16 c7 15 28 a8 c... | 30.217608 | 10,762 | 0.683566 |
80f61e2f88d002670303a34c0766ff46612b77c7 | 162 | cob | COBOL | code/test.cob | JoSSte/docker-gnucobol | 3165f4ac563d2686089cc126816160c5e68fc6e7 | [
"MIT"
] | null | null | null | code/test.cob | JoSSte/docker-gnucobol | 3165f4ac563d2686089cc126816160c5e68fc6e7 | [
"MIT"
] | null | null | null | code/test.cob | JoSSte/docker-gnucobol | 3165f4ac563d2686089cc126816160c5e68fc6e7 | [
"MIT"
] | null | null | null | identification division.
program-id. docker-gnucobol.
procedure division.
display 'docker-gnucobol installed successfully!'.
| 23.142857 | 57 | 0.641975 |
727da3ed71a2d51f9f3a5f121331a88ed200c3e0 | 6,513 | cob | COBOL | CRC32.cob | dinodev76/GC-Utilities | 52bcad43128b038e8aaaa49f13f9b5e31589b075 | [
"MIT"
] | null | null | null | CRC32.cob | dinodev76/GC-Utilities | 52bcad43128b038e8aaaa49f13f9b5e31589b075 | [
"MIT"
] | null | null | null | CRC32.cob | dinodev76/GC-Utilities | 52bcad43128b038e8aaaa49f13f9b5e31589b075 | [
"MIT"
] | null | null | null | *============================ CRC32 =============================*
* Authors: Brian D Pead
*
* Description: Subroutine to calculate a CRC-32 checksum on the
* specified input.
*
* License: MIT
*
* Date Version Description
* ----... | 31.463768 | 73 | 0.402119 |
85d23f6d1420e30013e23d39d87ba2f23d89e0b7 | 341 | cbl | COBOL | cobol/you_cant_code_under_pressure_#1_53ee5429ba190077850011d4.cbl | p85/codewars-solutions | b4a5073b0c21f64e50e975416526ba5dd58019fc | [
"MIT"
] | null | null | null | cobol/you_cant_code_under_pressure_#1_53ee5429ba190077850011d4.cbl | p85/codewars-solutions | b4a5073b0c21f64e50e975416526ba5dd58019fc | [
"MIT"
] | null | null | null | cobol/you_cant_code_under_pressure_#1_53ee5429ba190077850011d4.cbl | p85/codewars-solutions | b4a5073b0c21f64e50e975416526ba5dd58019fc | [
"MIT"
] | null | null | null | 123456*Indentation of at least 7 spaces is required for COBOL.
IDENTIFICATION DIVISION.
PROGRAM-ID. Pressure.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 N PIC S9(8).
01 Result PIC S9(8).
PROCEDURE DIVISION.
DoubleInteger.
COMPUTE Result = N + N.
E... | 22.733333 | 62 | 0.612903 |
c225587d89774ada51cc10b944b10d4d5d4cd9c6 | 3,828 | cbl | COBOL | ARITMETICA.cbl | neomatrixcode/curso-COBOL | 99faf59f887e0f05364ed49920db48e5ad9def72 | [
"CNRI-Python"
] | null | null | null | ARITMETICA.cbl | neomatrixcode/curso-COBOL | 99faf59f887e0f05364ed49920db48e5ad9def72 | [
"CNRI-Python"
] | null | null | null | ARITMETICA.cbl | neomatrixcode/curso-COBOL | 99faf59f887e0f05364ed49920db48e5ad9def72 | [
"CNRI-Python"
] | null | null | null |
IDENTIFICATION DIVISION.
PROGRAM-ID. ARITMETICA.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 NUMERO1 PIC 9 VALUE 1.
77 NUMERO2 PIC 9 value 2.
77 RESULTADO PIC 99 VALUE 1.
77 numerogrande PIC s9(10)v99 COMP-3 VALUE ZERO.
* El empaquetamiento ... | 42.533333 | 104 | 0.623824 |
0ba9b5767c45e40fbbe7b2d0c3112b07e3abfd00 | 6,294 | cbl | COBOL | middleware/binding/cobol/example/tx/EXAMPLE1.cbl | casualcore/casual | 047a4eaabbba52ad3ce63dc698a9325ad5fcec6d | [
"MIT"
] | null | null | null | middleware/binding/cobol/example/tx/EXAMPLE1.cbl | casualcore/casual | 047a4eaabbba52ad3ce63dc698a9325ad5fcec6d | [
"MIT"
] | null | null | null | middleware/binding/cobol/example/tx/EXAMPLE1.cbl | casualcore/casual | 047a4eaabbba52ad3ce63dc698a9325ad5fcec6d | [
"MIT"
] | 1 | 2022-02-21T18:30:25.000Z | 2022-02-21T18:30:25.000Z | * Copyright (c) 2009-2017, Christian Ferrari
* <tiian@users.sourceforge.net>
* All rights reserved.
*
* This file is part of LIXA.
*
* LIXA is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2i
* a... | 40.346154 | 72 | 0.546076 |
10cd47189ac9e6253d367dc4cee0d5aabcf3e782 | 478 | cobol | COBOL | Task/Arithmetic-Complex/COBOL/arithmetic-complex-1.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Arithmetic-Complex/COBOL/arithmetic-complex-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Arithmetic-Complex/COBOL/arithmetic-complex-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | $SET SOURCEFORMAT "FREE"
$SET ILUSING "System"
$SET ILUSING "System.Numerics"
class-id Prog.
method-id. Main static.
procedure division.
declare num as type Complex = type Complex::ImaginaryOne()
declare results as type Complex occurs any
set content of results to ((num + num), (num * num), (- num), (... | 31.866667 | 106 | 0.698745 |
cee9ece26fba9b150e1ce812485473ea52f3a44e | 1,372 | cobol | COBOL | Task/Execute-HQ9+/COBOL/execute-hq9+.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Execute-HQ9+/COBOL/execute-hq9+.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Execute-HQ9+/COBOL/execute-hq9+.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. Exec-Hq9.
DATA DIVISION.
LOCAL-STORAGE SECTION.
78 Code-Length VALUE 256.
01 i PIC 999.
01 accumulator PIC 999.
01 bottles PIC 999.
LINKAGE SECTION.
01 hq9-code PIC X(Code-Length).
... | 30.488889 | 69 | 0.419825 |
6fec3a503f49dad43760f17ba738e6cf2595a582 | 767 | cobol | COBOL | Task/Tokenize-a-string/COBOL/tokenize-a-string.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Tokenize-a-string/COBOL/tokenize-a-string.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Tokenize-a-string/COBOL/tokenize-a-string.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. tokenize.
environment division.
configuration section.
repository.
function all intrinsic.
data division.
working-storage section.
01 period constant as ".".
01 cmma constant as ",".
01 start-with.
... | 24.741935 | 56 | 0.563233 |
b561b9b575ab96e50b4a2686e3e4f5058ffe5261 | 134 | cobol | COBOL | Task/Variables/COBOL/variables-6.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Variables/COBOL/variables-6.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Variables/COBOL/variables-6.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | 01 group-item VALUE "Hello!12345".
03 a-string PIC X(6). *> Contains "Hello!"
03 a-number PIC 9(5). *> Contains '12345'.
| 33.5 | 47 | 0.597015 |
42abf91b3ad41265455d97b95d4a21e425ad66d1 | 1,005 | cbl | COBOL | src/test/resources/InputSORT.cbl | gfour/antlr2datalog | 8f1da1b4ab4d948c06b143a7d9a5823c5e65d380 | [
"MIT"
] | 5 | 2020-12-28T11:49:14.000Z | 2022-03-23T00:52:06.000Z | src/test/resources/InputSORT.cbl | gfour/antlr2datalog | 8f1da1b4ab4d948c06b143a7d9a5823c5e65d380 | [
"MIT"
] | null | null | null | src/test/resources/InputSORT.cbl | gfour/antlr2datalog | 8f1da1b4ab4d948c06b143a7d9a5823c5e65d380 | [
"MIT"
] | 2 | 2021-12-16T03:04:03.000Z | 2021-12-17T16:56:33.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. InputSort.
*> AUTHOR. Michael Coughlan
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT StudentFile ASSIGN TO "SORTSTUD.DAT"
ORGANIZATION IS LINE SEQUENTIAL.
SELECT WorkFile ASSIGN TO "WORK.TMP".
DATA DIVISION.
FILE SECTION.
FD Stud... | 22.840909 | 79 | 0.671642 |
5403a8f37da172f78424e7da0525c2c6170e9207 | 1,106 | cbl | COBOL | cobol/testdata/local/testantlr127.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr127.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr127.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 Identification Division.
000002 Program-ID. testantlr127.
000003 Data Division.
000004 Working-Storage Section.
000005
000006*
000007*comment
000008*
000009
000010 01 CONSTANTS.
000011 05 MYNAME PIC X(012) VALUE 'testantlr127'.
000012
000013*
000014
000015 01 WORK-AREAS.
000016 05 X ... | 28.358974 | 72 | 0.669982 |
9eacf0300f717f47e289c5caf3eaf246bbebf6d7 | 784 | cbl | COBOL | cobol/testdata/local/testantlr028.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr028.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr028.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | Identification Division.
Program-ID. testantlr028.
Data Division.
Working-Storage Section.
*
*comment
*
01 CONSTANTS.
05 MYNAME PIC X(012) VALUE 'testantlr028'.
*
01 WORK-AREAS.
05 X PIC X U... | 21.189189 | 70 | 0.44898 |
a93fe983fcb64b42653b1edda213f7d5dee2f3a0 | 330 | cob | COBOL | samples/hellopgm/hello.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 158 | 2015-02-13T19:41:43.000Z | 2022-03-19T20:41:56.000Z | samples/hellopgm/hello.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 5 | 2015-06-21T19:08:54.000Z | 2020-12-16T15:18:56.000Z | samples/hellopgm/hello.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 31 | 2015-01-14T21:25:04.000Z | 2022-03-15T22:20:02.000Z | identification division.
program-id. hello.
author. A.J.Lopez.
installation. test.
date-written. 2012-12-22.
date-compiled. 2012-12-22.
environment division.
configuration section.
source-computer. node.
object-computer. node.
data division.
procedure division.
display "Hello... | 330 | 330 | 0.681818 |
9e768249ce4a7e22c41782d98cd505ad80daf154 | 141 | cbl | COBOL | COBOL/HelloWorld.cbl | tanay-pingalkar/HelloWorld | 0520e8dc58add8f8ea1ba0dc5841cb38894f7028 | [
"MIT"
] | 48 | 2021-01-16T19:50:43.000Z | 2021-11-27T10:40:39.000Z | COBOL/HelloWorld.cbl | TruncatedDinosour/HelloWorld | e3bf1556de1e67487ba7df8d5a30896ebf0f0c65 | [
"MIT"
] | 33 | 2021-03-02T23:28:41.000Z | 2022-02-19T11:02:11.000Z | COBOL/HelloWorld.cbl | TruncatedDinosour/HelloWorld | e3bf1556de1e67487ba7df8d5a30896ebf0f0c65 | [
"MIT"
] | 31 | 2021-01-17T07:27:10.000Z | 2022-02-18T20:36:53.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
DISPLAY "Hello World!".
STOP RUN.
| 17.625 | 24 | 0.801418 |
de66e627aa3814fee09278b96202406fe4cf9fb3 | 8,553 | cpy | COBOL | api/cpy/SSDB.cpy | yupk/ssdb | bbf3bfa921df163a5589f550c91084adb9750221 | [
"BSD-3-Clause"
] | null | null | null | api/cpy/SSDB.cpy | yupk/ssdb | bbf3bfa921df163a5589f550c91084adb9750221 | [
"BSD-3-Clause"
] | null | null | null | api/cpy/SSDB.cpy | yupk/ssdb | bbf3bfa921df163a5589f550c91084adb9750221 | [
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) 2012, ideawu
* All rights reserved.
* @author: ideawu
* @link: http://www.ideawu.com/
*
* SSDB Cpy client SDK.
*/
import socket;
class SSDB_Response{
function init(code='', data_or_message=null){
this.code = code;
this.data = null;
this.message = null;
if(code == 'o... | 21.329177 | 74 | 0.477844 |
a696772c4e00a7f5dc95a84c26bae03b399e9f39 | 814 | cob | COBOL | hello.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | hello.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | hello.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | identification division.
program-id. hello.
environment division.
source-computer. xxx-zos.
object-computer. xxx-zos.
input-output section.
file-control.
select file assign to ddname
organization is sequential.
data division.
... | 23.257143 | 66 | 0.531941 |
80fd151491bacc37bcf01e78148be0ec772bdf43 | 3,670 | cob | COBOL | test/data/COBOL-68/mccracken2.cob | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | test/data/COBOL-68/mccracken2.cob | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | test/data/COBOL-68/mccracken2.cob | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID.
ONELEVEL.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SPECIAL-NAMES.
C01 IS TO-TOP-OF-PAGE.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUT-FILE ASSIGN TO UT-S-CARDS.
... | 33.363636 | 72 | 0.537057 |
ef227daa7a28244e1fe1d0f264f23c853d6d355e | 31 | cob | COBOL | Data/Levels/dabiz/BGObjects/domeglass.cob | ForsakenW/skeleton | d981a0f42c378386df07cc0c6e55b6eb1dd5a9b3 | [
"MIT"
] | 1 | 2018-05-06T16:57:26.000Z | 2018-05-06T16:57:26.000Z | Data/Levels/dabiz/BGObjects/domeglass.cob | ForsakenW/skeleton | d981a0f42c378386df07cc0c6e55b6eb1dd5a9b3 | [
"MIT"
] | null | null | null | Data/Levels/dabiz/BGObjects/domeglass.cob | ForsakenW/skeleton | d981a0f42c378386df07cc0c6e55b6eb1dd5a9b3 | [
"MIT"
] | null | null | null | PRJX domeglass.mx | 31 | 31 | 0.483871 |
1e212c21a5b6a0d73bfde29562030e981de75040 | 1,567 | cpy | COBOL | CopyBooks/FAKERLS1.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | 1 | 2020-08-17T20:18:48.000Z | 2020-08-17T20:18:48.000Z | CopyBooks/FAKERLS1.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | null | null | null | CopyBooks/FAKERLS1.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | null | null | null | *========================== COB-FAKER ===========================*
* Authors: Brian D Pead
*
* License: MIT
*
* Date Version Description
* ---- ------- -----------
* 2020-02-08 1.0 First release
*========================================... | 41.236842 | 73 | 0.261008 |
0cc0ee08ad93f5f42799b2c581eb250e84380b4b | 2,015 | cbl | COBOL | z86842/cbl/cobol.cbl | kevingabayan/cobol-programming-course | 22abf22df4bc079dbf8d31dde1965ff00268c466 | [
"CC-BY-4.0"
] | null | null | null | z86842/cbl/cobol.cbl | kevingabayan/cobol-programming-course | 22abf22df4bc079dbf8d31dde1965ff00268c466 | [
"CC-BY-4.0"
] | null | null | null | z86842/cbl/cobol.cbl | kevingabayan/cobol-programming-course | 22abf22df4bc079dbf8d31dde1965ff00268c466 | [
"CC-BY-4.0"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. ADDONE.
AUTHOR. STUDENT.
*
ENVIRONMENT DIVISION.
*
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT PRT-LINE ASSIGN TO PRTLINE.
SELECT PRT-DONE ASSIGN TO PRTDONE.
DATA DIVISION.
... | 31.484375 | 71 | 0.448635 |
2f94381588b7bd1c432e3b06e7dd257fb9fa00dd | 906 | cbl | COBOL | third_party/universal-ctags/ctags/Units/parser-cobol.r/simple.cbl.d/input.cbl | f110/wing | 31b259f723b57a6481252a4b8b717fcee6b01ff4 | [
"MIT"
] | 4 | 2017-02-07T20:04:31.000Z | 2022-01-30T14:04:45.000Z | third_party/universal-ctags/ctags/Units/parser-cobol.r/simple.cbl.d/input.cbl | f110/wing | 31b259f723b57a6481252a4b8b717fcee6b01ff4 | [
"MIT"
] | 1 | 2018-01-07T19:14:53.000Z | 2018-01-07T19:14:53.000Z | third_party/universal-ctags/ctags/Units/parser-cobol.r/simple.cbl.d/input.cbl | f110/wing | 31b259f723b57a6481252a4b8b717fcee6b01ff4 | [
"MIT"
] | 1 | 2021-04-26T09:00:06.000Z | 2021-04-26T09:00:06.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. Program-Name.
AUTHOR. Darren Hiebert.
ENVIRONMENT DIVISION.
INPUT-OUPUT SECTION.
FILE-CONTROL.
SELECT File-Name ASSIGN TO "SAMPLE.DAT"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
... | 29.225806 | 69 | 0.530905 |
86a0ea5e21c14b4aa10dc907c1d87a0cf1495f1d | 911 | cbl | COBOL | Variaveis.cbl | MarcoDSilva/Learning_Cobol | cd65087500023c89a81fbe310034cf3bfcff8a7e | [
"MIT"
] | 2 | 2019-09-04T21:07:51.000Z | 2020-04-19T03:49:33.000Z | Variaveis.cbl | MarcoDSilva/Learning_Cobol | cd65087500023c89a81fbe310034cf3bfcff8a7e | [
"MIT"
] | null | null | null | Variaveis.cbl | MarcoDSilva/Learning_Cobol | cd65087500023c89a81fbe310034cf3bfcff8a7e | [
"MIT"
] | 1 | 2020-04-26T00:19:20.000Z | 2020-04-26T00:19:20.000Z | ******************************************************************
* Author: Marco
* Date: 04/09/2019
* Purpose: Variaveis
* Tectonics: cobc
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. variables.
... | 26.794118 | 73 | 0.411636 |
26d3e7edbd2225b5662a92c73d80f72bdf6edc7b | 79 | cobol | COBOL | Task/Hello-world-Text/COBOL/hello-world-text-1.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Hello-world-Text/COBOL/hello-world-text-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Hello-world-Text/COBOL/hello-world-text-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | program-id. hello.
procedure division.
display "Hello world!".
stop run.
| 15.8 | 25 | 0.696203 |
a8f665cd9eb1e7613f566876fca13657baeafd77 | 13,057 | cbl | COBOL | WoodgroveBank/ATM/CICSLU0Pgms/wbgetbal.cbl | mlindstr/AZ-Legacy-Engineering | 4d00742749375c6d3e3217799030d8b977d7433d | [
"MIT"
] | 1 | 2021-09-07T13:34:01.000Z | 2021-09-07T13:34:01.000Z | WoodgroveBank/ATM/CICSLU0Pgms/wbgetbal.cbl | mlindstr/AZ-Legacy-Engineering | 4d00742749375c6d3e3217799030d8b977d7433d | [
"MIT"
] | null | null | null | WoodgroveBank/ATM/CICSLU0Pgms/wbgetbal.cbl | mlindstr/AZ-Legacy-Engineering | 4d00742749375c6d3e3217799030d8b977d7433d | [
"MIT"
] | 2 | 2021-08-19T19:04:49.000Z | 2021-09-07T13:34:12.000Z | *****************************************************************
** THIS PROGRAM IS A SAMPLE CICS CLIENT FOR DEMONSTRATING A 3270*
** APPLICATION THAT READS AND WRITE TO A VSAM DATA SET FOR *
** BANKING TYPE OF INFORMATION. *
** ... | 37.846377 | 71 | 0.445815 |
582f10778bb242136caccfccd13b46b5d16a62ad | 114,093 | cpy | COBOL | resource/testdb/partsupp.cpy | IITDBGroup/perm_regression_tests | f9fb92ed54ef6ef3ec4d4f4792fc5a81e46ad4c8 | [
"PostgreSQL"
] | 5 | 2017-02-01T16:27:47.000Z | 2021-04-23T16:02:03.000Z | resource/testdb/partsupp.cpy | IITDBGroup/perm_regression_tests | f9fb92ed54ef6ef3ec4d4f4792fc5a81e46ad4c8 | [
"PostgreSQL"
] | 82 | 2016-11-30T15:57:48.000Z | 2022-03-04T21:35:03.000Z | resource/testdb/partsupp.cpy | IITDBGroup/perm_regression_tests | f9fb92ed54ef6ef3ec4d4f4792fc5a81e46ad4c8 | [
"PostgreSQL"
] | 4 | 2017-02-09T20:53:13.000Z | 2022-02-10T22:01:35.000Z | 1|2|3325|771.64|, even theodolites. regular, final theodolites eat after the carefully pending foxes. furiously regular deposits sleep slyly. carefully bold realms above the ironic dependencies haggle careful
1|4|8076|993.49|ven ideas. quickly even packages print. pending multipliers must have to are fluff
1|6|3956|337... | 142.438202 | 216 | 0.823723 |
4a959caca293ed915b8de34f316bfb2290b4abf6 | 1,782 | cbl | COBOL | cobol/testdata/local/testantlr201.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr201.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr201.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | Identification Division. 00000001
Program-ID. testantlr201. 00000002
Data Division. 00000003
Working-Storage Section. 00000... | 77.478261 | 80 | 0.20202 |
4d3009554da0877ec2d5197bbd86930091a5f39c | 2,065 | cbl | COBOL | cobol/testdata/local/testantlr055.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr055.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr055.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | ID Division.
Program-ID. testantlr055.
Procedure Division.
>>DEFINE VAR1 'ALICE'
>>DEFINE VAR2 'JULIA'
>>DEFINE VAR3 'KADY'
>>DEFINE VAR4 'MARGOT'
>>EVALUATE VAR1
>>WHEN 'MARGOT'
EXEC CICS
LINK
PROGRAM('PGM00001... | 21.736842 | 39 | 0.380145 |
2f996a47f403cd0acb718bd22826a06c308e829a | 6,074 | cob | COBOL | languages/cobol/cobol24/ch18/chapt18d.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/chapt18d.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch18/chapt18d.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. Chapt18d.
000031* Indexed File Update
000043 Environment Division.
000050 Configuration Section.
000055 Source-Computer. IBM-PC.
000056 Object-Computer. IBM-PC.
000061 Input-Output Section.
000062 File-Control.
000063 Select Optional T... | 39.441558 | 67 | 0.656404 |
7ebcda3af9bd560ef725a10bb4d155ec4d5ca0ad | 7,246 | cob | COBOL | languages/cobol/cobol24/ch19/chapt19b.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch19/chapt19b.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch19/chapt19b.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. Chapt19b.
000031* Simple Report - Some Data Selection
000043 Environment Division.
000050 Configuration Section.
000055 Source-Computer. IBM-PC.
000056 Object-Computer. IBM-PC.
000061 Input-Output Section.
000062 File-Control.
000063 S... | 39.380435 | 72 | 0.627657 |
043ec2287ac3f50a37a26d01bd9ad05eb861967e | 2,120 | cpy | COBOL | cpy/CSR01300.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSR01300.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSR01300.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | *>================================================================
9000-abrir-i-pd01300 section.
string lnk-dat-path delimited by " " "\EFD013.DAT" into wid-pd01300
open input pd01300
if not ws-operacao-ok
... | 27.894737 | 112 | 0.331604 |
2c481d60848504e6b7e8d6498362725907f90c04 | 1,949 | cpy | COBOL | TRANREC.cpy | ffdumont/wazi-tutorial | ff6e3b68d38e66cad7862471ac904bb32da2e727 | [
"Apache-2.0"
] | null | null | null | TRANREC.cpy | ffdumont/wazi-tutorial | ff6e3b68d38e66cad7862471ac904bb32da2e727 | [
"Apache-2.0"
] | null | null | null | TRANREC.cpy | ffdumont/wazi-tutorial | ff6e3b68d38e66cad7862471ac904bb32da2e727 | [
"Apache-2.0"
] | null | null | null | ****************************************************************
* LICENSED MATERIALS - PROPERTY OF IBM
* "RESTRICTED MATERIALS OF IBM"
* (C) COPYRIGHT IBM CORPORATION 2018. ALL RIGHTS RESERVED
* US GOVERNMENT USERS RESTRICTED RIGHTS - USE, DUPLICATION,
* OR DISCLOSURE RESTRICTED BY ... | 48.725 | 70 | 0.388917 |
0d0338e153f3bf592761a28bb1f319a907afd91c | 4,836 | cpy | COBOL | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/COPYBOOK/GAM0BMT.cpy | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/COPYBOOK/GAM0BMT.cpy | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | COBOL-Samples/Global Auto Mart COBOL Sample/GAM_COBOL/COPYBOOK/GAM0BMT.cpy | vijay504/idz-utilities | ddb2ae6fb632fa02e0499dca2af84927f4ad41c8 | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* MODULE NAME GAM0BMT.cpy *
* * ... | 81.966102 | 81 | 0.290116 |
a24d12ad78bf20c7af8acccf7748c7c8fb796bbe | 15,570 | cbl | COBOL | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/HCMRESTW.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | null | null | null | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/HCMRESTW.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | null | null | null | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/HCMRESTW.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* LICENSED MATERIALS - PROPERTY OF IBM *
* *
* "RESTRICTED MATE... | 37.791262 | 73 | 0.383494 |
23d60766949b04fbf62c383ab0a9208904f27cc2 | 1,555 | cbl | COBOL | project/src/find-credits.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/src/find-credits.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/src/find-credits.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. find-credits.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT F-USERS-FILE ASSIGN TO "users.dat"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD F-USERS-FILE... | 30.490196 | 60 | 0.4791 |
acc0d37a8cc595c5193ab47f5a00422bed751620 | 1,539 | cpy | COBOL | HospitalAppDemo/copybook/SQLCA.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/SQLCA.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/SQLCA.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | 01 SQLCA.
03 SQLCAID PIC X(8).
03 SQLCABC PIC S9(9) COMP.
03 SQLCODE PIC S9(9) COMP. ... | 76.95 | 80 | 0.180637 |
27e949fec1f0cd6dfcc6d14a09d27189cd2f6a1d | 2,106 | cpy | COBOL | HospitalAppDemo/copybook/HOSPBED.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/HOSPBED.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/HOSPBED.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* DCLGEN TABLE(DDS0001.HOSP_BED) *
* LIBRARY(DDS0001.TEST.COPYLIB(HOSPBED)) *
* ACTION(REPLACE) * ... | 78 | 80 | 0.198955 |
2b1e2775ca89496fd83972211c1c64ac9a864520 | 182 | cpy | COBOL | tests/theia_automation_lsp/test_files/cobol/.copybooks/zowe-profile-1/DATA.SET.PATH2/BOOK2N.cpy | grianbrcom/che-che4z-lsp-for-cobol | 9b7fa4dc6c670f311685949992d102b282fdfbc5 | [
"Apache-2.0"
] | null | null | null | tests/theia_automation_lsp/test_files/cobol/.copybooks/zowe-profile-1/DATA.SET.PATH2/BOOK2N.cpy | grianbrcom/che-che4z-lsp-for-cobol | 9b7fa4dc6c670f311685949992d102b282fdfbc5 | [
"Apache-2.0"
] | 1 | 2020-04-16T12:31:43.000Z | 2020-04-16T12:33:53.000Z | tests/theia_automation_lsp/test_files/cobol/.copybooks/zowe-profile-1/DATA.SET.PATH2/BOOK2N.cpy | grianbrcom/che-che4z-lsp-for-cobol | 9b7fa4dc6c670f311685949992d102b282fdfbc5 | [
"Apache-2.0"
] | null | null | null | * BOOK2 Test
01 BOOK1N-REC.
Data Division.
Working-Storage Section.
05 User-Phone-Mobile PIC 9(6).
* 06 User-Phone-Mobile1 PIC 9(6).
| 22.75 | 43 | 0.538462 |
d2bc21787df2bc53672e4478efd868ff5aba80a3 | 123 | cpy | COBOL | skins/alphaflow/instance_edit.cpy | gocept/alphaflow | 4b797cb12fb52254b1884159fd9a8b899c739f7c | [
"ZPL-2.1",
"ZPL-2.0"
] | null | null | null | skins/alphaflow/instance_edit.cpy | gocept/alphaflow | 4b797cb12fb52254b1884159fd9a8b899c739f7c | [
"ZPL-2.1",
"ZPL-2.0"
] | null | null | null | skins/alphaflow/instance_edit.cpy | gocept/alphaflow | 4b797cb12fb52254b1884159fd9a8b899c739f7c | [
"ZPL-2.1",
"ZPL-2.0"
] | 1 | 2021-11-01T07:58:18.000Z | 2021-11-01T07:58:18.000Z | instance = context.getInstance()
state = instance.content_edit()
instance.updateWorkitemsAndContentObjects()
return state
| 20.5 | 43 | 0.829268 |
fd53be9d993c545ece3d05bc90073c6013177202 | 490 | cbl | COBOL | src/test/resources/integration/initialize/programStartSimple.cbl | LoPoHa/cobol_truffle | a2be516ee60c56eea72ff4973029c9757c90bddf | [
"MIT"
] | 2 | 2020-08-09T16:51:53.000Z | 2021-01-30T15:02:50.000Z | src/test/resources/integration/initialize/programStartSimple.cbl | LoPoHa/cobol_truffle | a2be516ee60c56eea72ff4973029c9757c90bddf | [
"MIT"
] | 38 | 2020-06-26T13:02:35.000Z | 2020-09-06T13:28:30.000Z | src/test/resources/integration/initialize/programStartSimple.cbl | LoPoHa/cobol_truffle | a2be516ee60c56eea72ff4973029c9757c90bddf | [
"MIT"
] | 1 | 2020-06-24T13:15:25.000Z | 2020-06-24T13:15:25.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. SIMPLE.
*
ENVIRONMENT DIVISION.
*
DATA DIVISION.
WORKING-STORAGE SECTION.
01 STRING PIC X(4) VALUE "TEST".
01 NUMBER PIC 9(4) VALUE 1234.
*
PROCEDURE DIVISION.
... | 22.272727 | 62 | 0.44898 |
5ef7bbfb0aec8dc89ffc6cea017f3ca651c1182c | 437 | cbl | COBOL | hello.cbl | jharrison902/cobol-samples | 04d9a577aeccf539b45aa22cf43a527d0c31bdec | [
"MIT"
] | null | null | null | hello.cbl | jharrison902/cobol-samples | 04d9a577aeccf539b45aa22cf43a527d0c31bdec | [
"MIT"
] | null | null | null | hello.cbl | jharrison902/cobol-samples | 04d9a577aeccf539b45aa22cf43a527d0c31bdec | [
"MIT"
] | 1 | 2019-11-13T18:05:11.000Z | 2019-11-13T18:05:11.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
*> hello, world
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-NAME PIC X(15) VALUE 'World'.
PROCEDURE DIVISION.
0000-main-logic.
PERFORM 1000-get-name.
PERFORM 2000-display-name.
STOP RUN.
1000-... | 20.809524 | 35 | 0.709382 |
5993b75909534d1da045c2742ec53d515ca5cfd3 | 875 | cobol | COBOL | Task/Call-a-foreign-language-function/COBOL/call-a-foreign-language-function.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Call-a-foreign-language-function/COBOL/call-a-foreign-language-function.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Call-a-foreign-language-function/COBOL/call-a-foreign-language-function.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. foreign.
data division.
working-storage section.
01 hello.
05 value z"Hello, world".
01 duplicate usage pointer.
01 buffer pic x(16) based.
01 storage pic x(16).
procedure division.
call ... | 31.25 | 60 | 0.577143 |
c0a6777fda7734e011bd9ee480e7c0ed3084b0c0 | 859 | cbl | COBOL | cobol/testdata/local/testantlr142.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr142.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr142.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 PROCESS DEFINE(X=2)
000002 Identification Division.
000003 Program-ID. testantlr142.
000004 Data Division.
000005 Working-Storage Section.
000006
000007 01 CONSTANTS.
000008 05 MYNAME PIC X(012) VALUE 'testantlr142'.
000009 >>EVALUATE TRUE
000010 >>WHEN X = 1
000011 05 PGM-0001 ... | 26.84375 | 68 | 0.644936 |
390311d8b347bca455baec537c769cbc08e04396 | 971 | cbl | COBOL | test/fixtures/cobol/comment.cbl | OCRenkist/vscode-explicit-folding | 5d8d6840a3d669707e973aed6ee38c566aa6e70f | [
"MIT"
] | 53 | 2018-07-19T03:07:25.000Z | 2022-03-21T11:37:28.000Z | test/fixtures/cobol/comment.cbl | OCRenkist/vscode-explicit-folding | 5d8d6840a3d669707e973aed6ee38c566aa6e70f | [
"MIT"
] | 65 | 2018-07-18T22:06:49.000Z | 2022-03-15T03:03:25.000Z | test/fixtures/cobol/comment.cbl | OCRenkist/vscode-explicit-folding | 5d8d6840a3d669707e973aed6ee38c566aa6e70f | [
"MIT"
] | 9 | 2018-08-13T17:41:29.000Z | 2022-01-29T03:40:15.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. MYPROG.
DATE-COMPILED.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SOURCE-COMPUTER. IBM-370.
OBJECT-COMPUTER. IBM-370.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
select DD-FICHIER assign to UT-S-DD.
DATA DIV... | 24.275 | 48 | 0.519053 |
d9802330b814d12ae2bca15159b3b08905af8a65 | 1,762 | cbl | COBOL | COBOL/mf/test/TestGildedRose.cbl | yangyangisyou/GildedRose-Refactoring-Kata | 28443f97b267e5c204aa9c2f6b27b2f141e5975e | [
"MIT"
] | 2,201 | 2015-01-03T03:36:52.000Z | 2022-03-31T14:09:42.000Z | COBOL/mf/test/TestGildedRose.cbl | yangyangisyou/GildedRose-Refactoring-Kata | 28443f97b267e5c204aa9c2f6b27b2f141e5975e | [
"MIT"
] | 191 | 2015-01-28T14:48:07.000Z | 2022-03-17T07:47:21.000Z | COBOL/mf/test/TestGildedRose.cbl | yangyangisyou/GildedRose-Refactoring-Kata | 28443f97b267e5c204aa9c2f6b27b2f141e5975e | [
"MIT"
] | 3,673 | 2015-01-03T11:05:29.000Z | 2022-03-31T15:40:14.000Z | *> Test Fixture for GildedRose, GildedRose
copy "mfunit_prototypes.cpy".
program-id. TestGildedRose.
file-control.
select in-items assign 'in-items'.
select items assign 'items'.
file section.
fd in-items.
01 in-item.
... | 25.911765 | 70 | 0.520431 |
d8d8aeee2344fdd6613ddcec6d2e7a283bcd5394 | 6,449 | cbl | COBOL | samples/MortgageApplication/cobol/CBSRGDBB.cbl | Uma-teli/pooja | 39efb958c5883cba1f18be4fc1c392ba04b9f9b2 | [
"Apache-2.0"
] | null | null | null | samples/MortgageApplication/cobol/CBSRGDBB.cbl | Uma-teli/pooja | 39efb958c5883cba1f18be4fc1c392ba04b9f9b2 | [
"Apache-2.0"
] | null | null | null | samples/MortgageApplication/cobol/CBSRGDBB.cbl | Uma-teli/pooja | 39efb958c5883cba1f18be4fc1c392ba04b9f9b2 | [
"Apache-2.0"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CBSRGDBB.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
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).... | 35.629834 | 67 | 0.539929 |
a86f59ab8f7739c3091f6c2917ff8883a9e3eea4 | 2,652 | cbl | COBOL | WebAPIWPFClient/Properties/Resources.Designer.cbl | cobol-cloud/vs-demo | 0b402576b64475b7598d2312d3f653191a948d34 | [
"Apache-2.0"
] | null | null | null | WebAPIWPFClient/Properties/Resources.Designer.cbl | cobol-cloud/vs-demo | 0b402576b64475b7598d2312d3f653191a948d34 | [
"Apache-2.0"
] | null | null | null | WebAPIWPFClient/Properties/Resources.Designer.cbl | cobol-cloud/vs-demo | 0b402576b64475b7598d2312d3f653191a948d34 | [
"Apache-2.0"
] | null | null | null | *> Namespace: AmortWPFClient
*> This class was auto-generated by the StronglyTypedResourceBuilder
*> class via a tool like ResGen or Visual Studio.
*> To add or remove a member, edit your .ResX file then rerun ResGen
*> with the /str option, or rebuild your VS project.
*>> <s... | 49.111111 | 143 | 0.695701 |
80dfb488f2c6693cba052de6a07440b68b0cf827 | 1,134 | cobol | COBOL | Task/Primality-by-trial-division/COBOL/primality-by-trial-division-1.cobol | djgoku/RosettaCodeData | 91df62d46142e921b3eacdb52b0316c39ee236bc | [
"Info-ZIP"
] | null | null | null | Task/Primality-by-trial-division/COBOL/primality-by-trial-division-1.cobol | djgoku/RosettaCodeData | 91df62d46142e921b3eacdb52b0316c39ee236bc | [
"Info-ZIP"
] | null | null | null | Task/Primality-by-trial-division/COBOL/primality-by-trial-division-1.cobol | djgoku/RosettaCodeData | 91df62d46142e921b3eacdb52b0316c39ee236bc | [
"Info-ZIP"
] | null | null | null | >>source format is free
identification division.
program-id. prime-div.
data division.
working-storage section.
*> The number for which we are testing primality.
01 num pic 9(6) value 1.
01 out-num pic z(6).
*> Division-related stuff.
01 div pic 9(6).
01 div-lim pic 9(6).
01 rem pic 9(6).
88 n... | 20.618182 | 75 | 0.575838 |
d2f9c0f8e12e2157aa38d9bc6e1fe4e48cc34737 | 1,873 | cbl | COBOL | project/src/transactions.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/src/transactions.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/src/transactions.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. transactions.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT F-TRANSACTION-LOG-FILE ASSIGN TO "transaction-log.dat"
ORGANISATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
F... | 37.46 | 72 | 0.466631 |
5fa6d9bc8fb40b7f5206a8ccbf8ed829df90f7b9 | 1,270 | cobol | COBOL | 056_COBOL/fizzbuzz.cobol | your-diary/FizzBuzz_with_50_languages | 28afb39472418d8c3a5e65f598660432fc9970fb | [
"MIT"
] | null | null | null | 056_COBOL/fizzbuzz.cobol | your-diary/FizzBuzz_with_50_languages | 28afb39472418d8c3a5e65f598660432fc9970fb | [
"MIT"
] | null | null | null | 056_COBOL/fizzbuzz.cobol | your-diary/FizzBuzz_with_50_languages | 28afb39472418d8c3a5e65f598660432fc9970fb | [
"MIT"
] | null | null | null | 000010* This is a comment.
000020* A COBOL program consist of divisions and the identification division, which explains what this program is, shall come first.
000030
100000 IDENTIFICATION DIVISION.
100010 PROGRAM-ID. FIZZBUZZ.
100020
200000 DATA DIVISION.
200010 WORKING-STORAGE SECTION.
200011* `PIC 999` means ... | 35.277778 | 132 | 0.641732 |
12e9e8ebe1e063d3723dd6bfedf8794b217fa85c | 529 | cbl | COBOL | src/test/resources/integration/call/simpleCall.cbl | LoPoHa/cobol_truffle | a2be516ee60c56eea72ff4973029c9757c90bddf | [
"MIT"
] | 2 | 2020-08-09T16:51:53.000Z | 2021-01-30T15:02:50.000Z | src/test/resources/integration/call/simpleCall.cbl | LoPoHa/cobol_truffle | a2be516ee60c56eea72ff4973029c9757c90bddf | [
"MIT"
] | 38 | 2020-06-26T13:02:35.000Z | 2020-09-06T13:28:30.000Z | src/test/resources/integration/call/simpleCall.cbl | LoPoHa/cobol_truffle | a2be516ee60c56eea72ff4973029c9757c90bddf | [
"MIT"
] | 1 | 2020-06-24T13:15:25.000Z | 2020-06-24T13:15:25.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. SIMPLECALL.
*
ENVIRONMENT DIVISION.
*
DATA DIVISION.
WORKING-STORAGE SECTION.
COPY BASICDEFINITIONS.
*
PROCEDURE DIVISION.
*
MAIN SECTION.
*
DISPLAY COPY-STRING.
DISPLAY COPY-NU... | 22.041667 | 52 | 0.534972 |
a2dad90da2d8ddc8d9518d750f8376f3cfbf1a68 | 383 | cpy | COBOL | ccb2lr/src/test/resources/simpleSigned.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 3 | 2021-09-29T01:20:11.000Z | 2022-01-12T00:31:31.000Z | ccb2lr/src/test/resources/simpleSigned.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 16 | 2021-09-27T01:23:47.000Z | 2022-03-25T18:32:46.000Z | ccb2lr/src/test/resources/simpleSigned.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 1 | 2022-01-12T00:27:08.000Z | 2022-01-12T00:27:08.000Z | 01 CUSTOMER-RECORD.
05 LAST-NAME PIC X(15).
05 FIRST-NAME PIC X(8).
05 STREET-ADDRESS PIC X(20).
05 CITY PIC X(17).
05 STATE PIC XX.
05 AMOUNT PIC S9(5).
05 UNSIGN ... | 42.555556 | 45 | 0.349869 |
25182d17bc1cd0876a915003c32c7044f1d24d86 | 792 | cobol | COBOL | Task/Terminal-control-Dimensions/COBOL/terminal-control-dimensions.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Terminal-control-Dimensions/COBOL/terminal-control-dimensions.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Terminal-control-Dimensions/COBOL/terminal-control-dimensions.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. terminal-dimensions.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 num-lines PIC 9(3).
01 num-cols PIC 9(3).
SCREEN SECTION.
01 display-screen.
03 LINE 01 COL 01 PIC 9(3) FROM num-lines.
03 LINE 01 CO... | 28.285714 | 70 | 0.563131 |
b22d16dad8320307326747022cc23ddf2305c263 | 977 | cob | COBOL | test/prog14.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/prog14.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/prog14.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 3 | 2017-08-30T17:47:59.000Z | 2021-10-05T18:01:20.000Z | identification division.
program-id. test-program.
environment division.
input-output section.
file-control.
select sample-rel-file
assign to disk
organization is relative
access mode is sequential.
data division.
file section.
fd sample-rel-file
label records are standard
value of file-id is "relative.d... | 23.261905 | 72 | 0.724667 |
ed557e02bba02c371bad899b033cfba78b839214 | 14,331 | cob | COBOL | deps/gnucobol-2.2/tests/testsuite.src/numeric-dump.cob | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | deps/gnucobol-2.2/tests/testsuite.src/numeric-dump.cob | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 3 | 2020-09-22T18:09:12.000Z | 2021-11-27T22:37:52.000Z | deps/gnucobol-2.2/tests/testsuite.src/numeric-dump.cob | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | *> This file is part of GnuCOBOL.
*>
*> The GnuCOBOL compiler is free software: you can redistribute
*> it and/or modify it under the terms of the GNU General Public
*> License as published by the Free Software Foundation, either
*> version 3 of the License, or (at your option) ... | 31.427632 | 72 | 0.431163 |
14871fadcb8341fe3484c0eaa00edf3300dad3f2 | 967 | cob | COBOL | languages/cobol/cobol24/ch22/chapt22j.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch22/chapt22j.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch22/chapt22j.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. Chapt22j.
000031*random Function
000040 Environment Division.
000050 Configuration Section.
000051 Source-Computer. IBM-PC.
000055 Object-Computer. IBM-PC.
000056 Data Division.
000057 Working-Storage Section.
000058 01 Random-Seed Pi... | 37.192308 | 66 | 0.735264 |
0cad520da1e9b9a13a5e6c3c61731e6b768deb51 | 485 | cbl | COBOL | src/test/resources/io/proleap/cobol/ast/HelloWorld.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/HelloWorld.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/HelloWorld.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000000 Identification Division. 00000000
000000 Program-ID. 00000000
000000 HELLOWORLD. 00000000
000000 Procedure Division. 00000... | 80.833333 | 80 | 0.342268 |
3e97c3b86ff3ec9d89240aba9df34c2009a28a78 | 7,802 | cbl | COBOL | cobol_mf/dcscat.cbl | adrianmahjour/db2-samples | ff984aec81c5c08ce28443d896c0818cfae4f789 | [
"Apache-2.0"
] | 54 | 2019-08-02T13:15:07.000Z | 2022-03-21T17:36:48.000Z | cobol_mf/dcscat.cbl | junsulee75/db2-samples | d9ee03101cad1f9167eebc1609b4151559124017 | [
"Apache-2.0"
] | 13 | 2019-07-26T13:51:16.000Z | 2022-03-25T21:43:52.000Z | cobol_mf/dcscat.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
**... | 42.172973 | 87 | 0.487695 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.