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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60199722978f7dde815ec102064d3ff91e317517 | 298 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/initialize/InitializeStatement.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/initialize/InitializeStatement.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/initialize/InitializeStatement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. INTLSTMT.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 SOMEGRP.
02 SOMENAME PIC X(30).
02 SOMEAGE PIC 9(3).
PROCEDURE DIVISION.
INITIALIZE SOMEGRP.
INITIALIZE SOMENAME REPLACING ALPHANUMERIC DATA BY "ABC".
INITIALIZE SOMENAME IN SOMEGRP. | 27.090909 | 61 | 0.738255 |
27615d09323b4eb708f2843f2f787fed27561e38 | 352 | cbl | COBOL | src/test/suite/issue189_msdn.cbl | jruffin/vscode_cobol | 63dd216bfb78de955653eba662f23624b587683a | [
"MIT"
] | 66 | 2016-02-13T09:21:47.000Z | 2022-01-18T10:14:37.000Z | src/test/suite/issue189_msdn.cbl | jruffin/vscode_cobol | 63dd216bfb78de955653eba662f23624b587683a | [
"MIT"
] | 300 | 2017-09-19T08:08:07.000Z | 2022-03-24T00:38:32.000Z | src/test/suite/issue189_msdn.cbl | jruffin/vscode_cobol | 63dd216bfb78de955653eba662f23624b587683a | [
"MIT"
] | 49 | 2017-04-19T10:43:32.000Z | 2022-01-24T14:08:24.000Z | *>> <summary>issue189 is naff class
*>> <para>with a wicked paragraph</para>
*>>
*>> </summary>
class-id issue189 public.
method-id new public.
working-storage section.
01 ws-item pic x(10).
procedure division.
exit method.
... | 22 | 47 | 0.505682 |
dcad302b04a2da1269c5ff8ab7f7b46f90bc272b | 726 | cbl | COBOL | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/RelationCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/RelationCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/RelationCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Maxfx
* Date: 11/5/2016
* Revision: Maxfx 30/8/2017
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. RELATION-CONDITION.
DATA DIVISION.
... | 30.25 | 72 | 0.444904 |
55393ef2979b24dc0b4b71771f2b459b768a7035 | 960 | cbl | COBOL | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/EvaluteVerb.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/EvaluteVerb.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/EvaluteVerb.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Maxfx
* Date: 12/5/2016
* Revision: Maxfx 30/8/2017
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. EVALUATE-VERB.
DATA DIVISION.
... | 30.967742 | 72 | 0.361458 |
f43f8b24d9e05ef32e5b9a1dc94cbf1d0b2c0ed5 | 808 | cpy | COBOL | cpy/CSC00903.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSC00903.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSC00903.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | 8000-inicia-frame section.
move 00 to wf-frame
move 00 to wf-opcao
exit.
*>=================================================================================
8000-controle-fra... | 29.925926 | 89 | 0.273515 |
fea3d6fdab2209889dad4da66ee5a40858880f2d | 768 | cbl | COBOL | Notes/nov9/notes.cbl | Bkrenz/calu-csc304 | 89f0f9dc4cec6f10485a1742e31aec8e0f974e7d | [
"MIT"
] | null | null | null | Notes/nov9/notes.cbl | Bkrenz/calu-csc304 | 89f0f9dc4cec6f10485a1742e31aec8e0f974e7d | [
"MIT"
] | null | null | null | Notes/nov9/notes.cbl | Bkrenz/calu-csc304 | 89f0f9dc4cec6f10485a1742e31aec8e0f974e7d | [
"MIT"
] | null | null | null | * Tables/Arrays
IDENTIFICATION DIVISION.
PROGRAM-ID. NOTES-NOV9.
AUTHOR. 'BOB KRENCY'.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
* SUBSCRIPT TO USE FOR ARRAY INDEX
01 SUB-1 PIC 99 USAGE IS COMPUTATIONAL.
... | 23.272727 | 63 | 0.527344 |
06ae7e384a0cd654ce1be6bf49d3bc7dcc25e4fc | 1,215 | cbl | COBOL | problem1.cbl | cobolcoder/euler-cobol | 37b69d399cb931ab45b437ef51c17faab8abf9cd | [
"MIT"
] | null | null | null | problem1.cbl | cobolcoder/euler-cobol | 37b69d399cb931ab45b437ef51c17faab8abf9cd | [
"MIT"
] | null | null | null | problem1.cbl | cobolcoder/euler-cobol | 37b69d399cb931ab45b437ef51c17faab8abf9cd | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Cobol Coder
* Date:
* Purpose: Find the sum of all the multiples of 3 or 5 below 1000.
* Tectonics: cobc
******************************************************************
IDENTIFICATION DIVISION.
... | 33.75 | 72 | 0.472428 |
65960e71e5400a7cd4f66719ad8d8de0deba4192 | 551 | cbl | COBOL | enterPassword.cbl | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | enterPassword.cbl | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | enterPassword.cbl | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | * Enter password
* TOPIC:
* How to enter a password
*****************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. accept-secure.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 ws-password P... | 30.611111 | 71 | 0.497278 |
3b3d83b7f1598796b3a451b231b7ec8bc3949559 | 1,532 | cbl | COBOL | sortflat.cbl | joshroybal/cobol-merging-and-sorting | 33ab7f3f4750e19b3358407f8e4fbbd1722a6d49 | [
"MIT"
] | null | null | null | sortflat.cbl | joshroybal/cobol-merging-and-sorting | 33ab7f3f4750e19b3358407f8e4fbbd1722a6d49 | [
"MIT"
] | null | null | null | sortflat.cbl | joshroybal/cobol-merging-and-sorting | 33ab7f3f4750e19b3358407f8e4fbbd1722a6d49 | [
"MIT"
] | null | null | null | identification division.
program-id. sortflat.
environment division.
input-output section.
file-control.
select input-file assign to ws-file-path
organization is line sequential.
select work-file assign to work.
select output-fil... | 30.039216 | 65 | 0.520235 |
72dea2049f259250d7e4cdb45e4b6ff99d352f30 | 1,460 | cpy | COBOL | source/cobol/claimrqc.cpy | lpaik/zosconnect-cobol | 3a678eb8ce9f97c3ce3f90c93fb41487baa4086e | [
"Apache-2.0"
] | 7 | 2020-05-24T16:07:33.000Z | 2022-02-09T21:44:18.000Z | source/cobol/claimrqc.cpy | zosconnect/zosconnect-sample-cobol-apirequester | 3a678eb8ce9f97c3ce3f90c93fb41487baa4086e | [
"Apache-2.0"
] | null | null | null | source/cobol/claimrqc.cpy | zosconnect/zosconnect-sample-cobol-apirequester | 3a678eb8ce9f97c3ce3f90c93fb41487baa4086e | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* Licensed Materials - Property of IBM *
* *
* COPYBOOK FOR SAMPLE ... | 58.4 | 72 | 0.295205 |
dd6f55752ded7443a14836bf324bb4431047d972 | 334 | cpy | COBOL | ccb2lr/src/test/resources/rubbish.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 3 | 2021-09-29T01:20:11.000Z | 2022-01-12T00:31:31.000Z | ccb2lr/src/test/resources/rubbish.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 16 | 2021-09-27T01:23:47.000Z | 2022-03-25T18:32:46.000Z | ccb2lr/src/test/resources/rubbish.cpy | venkateshprasad123/wb | f685b1d30ebc0b9e36bb1113bfe05de01c5dba57 | [
"Apache-2.0"
] | 1 | 2022-01-12T00:27:08.000Z | 2022-01-12T00:27:08.000Z | 01 RUBBISH-RECORD.
05 LAST-NAME PIC X(15).
05 FIRST-NAME PIC X(8).
05 STREET-ADDRESS PIC X(20).
05 CITY rubbish PIC X(17).
05 STATE PIC XX.
05 ZIP-CODE PIC 9(5).
05 FILLER ... | 41.75 | 45 | 0.377246 |
b4657bd3ec5ff6babf13ee5ba106fe1c5ece147f | 128 | cobol | COBOL | Task/Address-of-a-variable/COBOL/address-of-a-variable-1.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Address-of-a-variable/COBOL/address-of-a-variable-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Address-of-a-variable/COBOL/address-of-a-variable-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | data division.
working-storage section.
01 ptr usage pointer.
01 var pic x(64).
procedure division.
set ptr to address of var.
| 16 | 26 | 0.765625 |
8a4671961619c927bf040fa68b390395d4ba4534 | 10,954 | cbl | COBOL | Releases/1.2/SuS_1.2_ENG.cbl | aIDserse/SuS-Super-utility-Submachine | f839d6c0be879af69b017de4c2633a882c12885b | [
"WTFPL"
] | 2 | 2020-05-24T22:07:06.000Z | 2020-05-24T22:26:34.000Z | Releases/1.2/SuS_1.2_ENG.cbl | aIDserse/SuS-Super-utility-Submachine-COBOL-CALCULATOR | f839d6c0be879af69b017de4c2633a882c12885b | [
"WTFPL"
] | null | null | null | Releases/1.2/SuS_1.2_ENG.cbl | aIDserse/SuS-Super-utility-Submachine-COBOL-CALCULATOR | f839d6c0be879af69b017de4c2633a882c12885b | [
"WTFPL"
] | 1 | 2020-05-24T22:26:38.000Z | 2020-05-24T22:26:38.000Z | ******************************************************************
* Author:
* Date:
* Purpose:
* Tectonics: cobc
******************************************************************
IDENTIFICATION DIVISION.
000200 PROGRAM-ID. ELMO.
000500*
000600 ENVIRONMENT DIVISION... | 41.969349 | 73 | 0.318605 |
b49e00e5239b3ebabb7dd34ee156d296959ae425 | 503 | cob | COBOL | AdventOfCode2021/d23b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d23b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d23b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2021-23-2.
AUTHOR. ANNA KOSIERADZKA.
* Note: mostly done on pen and paper
DATA DIVISION.
WORKING-STORAGE SECTION.
77 RESULT PIC 9(6) VALUE 0.
PROCEDURE DIVISION.
001-MAIN.
COMPUTE RESULT = 1000 * 37 +... | 20.12 | 44 | 0.455268 |
a8f4ecb3641c74255a830db02da5a30469b45b3a | 1,519 | cob | COBOL | AdventOfCode2021/d08a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d08a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d08a.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-1.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d08.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
... | 29.211538 | 64 | 0.510862 |
6cdeadfe681a273afbfd42b7c2f79927a30cb119 | 2,862 | cbl | COBOL | src/CRDTCHK.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/CRDTCHK.cbl | cicsdev/cics-async-api-credit-card-application-example | cada9902bfd8530753bd6b38601dfe270228927d | [
"Apache-2.0"
] | null | null | null | src/CRDTCHK.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 Sched... | 30.446809 | 73 | 0.474144 |
bb2778e42f2b0c527ee5bc39c107e9f023eda164 | 636 | cbl | COBOL | cobol/testdata/local/testantlr115.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr115.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr115.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 Identification Division.
000002 Program-ID. testantlr115.
000003 Data Division.
000004 Working-Storage Section.
000005
000006 01 CONSTANTS.
000007 05 MYNAME PIC X(012) VALUE 'testantlr115'.
000008 05 PGM-0001 PIC X(008) VALUE 'PGMA0001'.
000009
000010 Procedure Division.
0000... | 24.461538 | 68 | 0.671384 |
b7504d3d2ea2b84714705ae6462036e0ea2cd44f | 553 | cpy | COBOL | Core/src/biz/ritter/develop/cobol/builder/io/doc-files/build.target.cpy | IntegralWorks/CODE | 7681ea2a80068b633bc196e22fc697b5a6e0ed4b | [
"Linux-OpenIB"
] | 9 | 2017-12-09T15:51:31.000Z | 2021-12-13T19:56:13.000Z | Core/src/biz/ritter/develop/cobol/builder/io/doc-files/build.target.cpy | IntegralWorks/CODE | 7681ea2a80068b633bc196e22fc697b5a6e0ed4b | [
"Linux-OpenIB"
] | 5 | 2018-10-21T12:10:48.000Z | 2020-03-07T17:05:23.000Z | Core/src/biz/ritter/develop/cobol/builder/io/doc-files/build.target.cpy | IntegralWorks/CODE | 7681ea2a80068b633bc196e22fc697b5a6e0ed4b | [
"Linux-OpenIB"
] | 11 | 2017-10-30T21:14:57.000Z | 2021-12-13T19:55:35.000Z | 100000* Beispiel COBOL Format
100010*
100200* Es soll eine Ausführbare Datei erstellt werden
100201
100210T=EXECUTABLE
100211
100300* Der Name der Ausgabe soll 'Hello World' sein
100301* (führende und abschließende Leerzeichen werden entfernt).
100302
100310N Hello World
100311
100312
100400* Der Quelltext ist in den ... | 29.105263 | 75 | 0.81736 |
06ca2b16ed0a68924eb548245b2101cd673ca616 | 47,335 | cbl | COBOL | src/Cobol/CWKTDB2X.cbl | steve-kansa/SXK1 | 07d0866f131037fa33e54392776734f78220e819 | [
"MIT"
] | 1 | 2021-03-14T10:25:18.000Z | 2021-03-14T10:25:18.000Z | src/Cobol/CWKTDB2X.cbl | steve-kansa/SXK1 | 07d0866f131037fa33e54392776734f78220e819 | [
"MIT"
] | null | null | null | src/Cobol/CWKTDB2X.cbl | steve-kansa/SXK1 | 07d0866f131037fa33e54392776734f78220e819 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CWKTDB2X.
******************************************************************
* *
****** C O M P U W A R E C O R P O R A T I O N ******
* ... | 46.090555 | 72 | 0.42626 |
d40fe2223cf79ef5e563dc2332fb083808afb8ff | 1,436 | cobol | COBOL | cobol/FizzBuzz.cobol | campbe13/FizzBuzz | 1ac2b964ef65e792e11947e684f3cc3f8bcaf90d | [
"MIT"
] | null | null | null | cobol/FizzBuzz.cobol | campbe13/FizzBuzz | 1ac2b964ef65e792e11947e684f3cc3f8bcaf90d | [
"MIT"
] | null | null | null | cobol/FizzBuzz.cobol | campbe13/FizzBuzz | 1ac2b964ef65e792e11947e684f3cc3f8bcaf90d | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. FIZZ-BUZZ.
AUTHOR. P. M. Campbell
DATE-WRITTEN. 2020-04-10
REMARKS. Implementing the Fizz Buzz algorithm in COBOL, compiled with Open Cobol on Ubuntu 18.04
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 COUNTR PIC 999 value 0 .
01 REM3 PIC 99.
01 ZRO PIC 99... | 24.338983 | 97 | 0.674095 |
c2c7fc99ef5f525b113639d5e77d40cfbbc89ae6 | 2,423 | cpy | COBOL | CopyBooks/FAKCOMPW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | 1 | 2020-08-17T20:18:48.000Z | 2020-08-17T20:18:48.000Z | CopyBooks/FAKCOMPW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | null | null | null | CopyBooks/FAKCOMPW.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
*========================================... | 48.46 | 73 | 0.340074 |
dbfc693fdf53e3236f8f1f306b74e1e5a1ee746e | 11,642 | cbl | COBOL | cics-genapp/base/src/COBOL/LGDPDB01.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/LGDPDB01.cbl | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | cics-genapp/base/src/COBOL/LGDPDB01.cbl | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* LICENSED MATERIALS - PROPERTY OF IBM *
* *
* "RESTRICTED MATERIAL... | 45.476563 | 72 | 0.359818 |
d0a35f181c0ce6c0023f98e8b44ef0164f4a06e1 | 35,867 | cbl | COBOL | cics-genapp/base/src/COBOL/LGWEBST5.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/LGWEBST5.cbl | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | cics-genapp/base/src/COBOL/LGWEBST5.cbl | jbyibm/dbb-pipeline | 3e2fdf8c7135220b85bba2036419721818d36e1b | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* LICENSED MATERIALS - PROPERTY OF IBM *
* *
* "RESTRICTED MATERIAL... | 44.008589 | 72 | 0.421167 |
ed04e263c714572a6b4b8023173068f4e9c4c278 | 30,459 | cob | COBOL | SoftRender/data/sphere03.cob | LEEZHEHUI/QT-SoftRender | 4321356bc51c564ac911e32f4927ce7f3fe5b7ae | [
"MIT"
] | 1 | 2019-05-05T15:44:56.000Z | 2019-05-05T15:44:56.000Z | SoftRender/data/sphere03.cob | LEEZHEHUI/QT-SoftRender | 4321356bc51c564ac911e32f4927ce7f3fe5b7ae | [
"MIT"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | SoftRender/data/sphere03.cob | LEEZHEHUI/QT-SoftRender | 4321356bc51c564ac911e32f4927ce7f3fe5b7ae | [
"MIT"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00008716
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 2835
ZippedThumbnail:78 9c ed 9c bd 6b 5b 57 18 c6 f3 67 78 e... | 34.691344 | 8,521 | 0.673102 |
a2652c4dd0da8997413da8054118df7ca38fe8cd | 14,989 | cbl | COBOL | dbb/samples/MortgageApplication/cobol/dfh0xcmn.cbl | Jack-Billings-IBM/dbb-zappbuild | cd7df39b7b5572caf25afae2aea9e2ccb96f416a | [
"Apache-2.0"
] | null | null | null | dbb/samples/MortgageApplication/cobol/dfh0xcmn.cbl | Jack-Billings-IBM/dbb-zappbuild | cd7df39b7b5572caf25afae2aea9e2ccb96f416a | [
"Apache-2.0"
] | null | null | null | dbb/samples/MortgageApplication/cobol/dfh0xcmn.cbl | Jack-Billings-IBM/dbb-zappbuild | cd7df39b7b5572caf25afae2aea9e2ccb96f416a | [
"Apache-2.0"
] | null | null | null | CBL CICS('COBOL3') APOST
*****************************************************************
* *
* MODULE NAME = DFH0XCMN *
* *
... | 44.743284 | 72 | 0.356595 |
5ae1f41c14a742eef7fa477ebe508f0686466a2f | 7,138 | cbl | COBOL | PROJECT1.cbl | tylerbro93/Cobol-Initial-Project- | 36280862c0ca1522dec302434579e04070c63b66 | [
"MIT"
] | null | null | null | PROJECT1.cbl | tylerbro93/Cobol-Initial-Project- | 36280862c0ca1522dec302434579e04070c63b66 | [
"MIT"
] | null | null | null | PROJECT1.cbl | tylerbro93/Cobol-Initial-Project- | 36280862c0ca1522dec302434579e04070c63b66 | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Tyler Brown
* Date: 9/13/2017
* Purpose: Create an invetory report from PR1FA17.txt
* Tectonics: cobc -xo PROJECT1.exe --std=mf PROJECT1.cbl
*****************************************************************... | 35.336634 | 72 | 0.42575 |
76981ed5b90c66e0a78d90281a7fafb44e9d24f3 | 8,447 | cbl | COBOL | SALESID-TABLERB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | SALESID-TABLERB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | SALESID-TABLERB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | 000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. SALESSUM.
000300* THE PROGRAM READS IN THE SALESIDAMT.DAT FILE AND NEEDS TO
000400* WRITE OUT TWO SUMMARY-FILES; SALES-FILE-OUT AND STATE-FILE-OUT.
000500* EACH SUMM... | 49.397661 | 118 | 0.569906 |
dc52618da5f14fd7dc7d1820066ce84b4de9c97c | 25,244 | cbl | COBOL | source/cobol/claimci0.cbl | lpaik/zosconnect-cobol | 3a678eb8ce9f97c3ce3f90c93fb41487baa4086e | [
"Apache-2.0"
] | 7 | 2020-05-24T16:07:33.000Z | 2022-02-09T21:44:18.000Z | source/cobol/claimci0.cbl | zosconnect/zosconnect-sample-cobol-apirequester | 3a678eb8ce9f97c3ce3f90c93fb41487baa4086e | [
"Apache-2.0"
] | null | null | null | source/cobol/claimci0.cbl | zosconnect/zosconnect-sample-cobol-apirequester | 3a678eb8ce9f97c3ce3f90c93fb41487baa4086e | [
"Apache-2.0"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CLAIMCI0.
******************************************************************
* THIS CICS SAMPLE PROGRAM IS USE WITH Z/OS CONNECT DEMO OF BOTH *
* API PROVIDER AND API REQUESTER CAPABILITY *
* ... | 46.149909 | 72 | 0.371573 |
d0fe6e486eb0d457c8f18c83db999e74284e2ebf | 5,301 | cobol | COBOL | Task/Continued-fraction/COBOL/continued-fraction.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Continued-fraction/COBOL/continued-fraction.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Continued-fraction/COBOL/continued-fraction.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. show-continued-fractions.
environment division.
configuration section.
repository.
function continued-fractions
function all intrinsic.
procedure division.
fractions-main.
display "Square root 2 approxi... | 28.5 | 71 | 0.545369 |
5a8e971e8a1e2d7e95382332458aefac5612fc2b | 2,323 | cobol | COBOL | Task/Sorting-algorithms-Bogosort/COBOL/sorting-algorithms-bogosort.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Sorting-algorithms-Bogosort/COBOL/sorting-algorithms-bogosort.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Sorting-algorithms-Bogosort/COBOL/sorting-algorithms-bogosort.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. bogo-sort-program.
data division.
working-storage section.
01 array-to-sort.
05 item-table.
10 item pic 999
occurs 10 times.
01 randomization.
05 random-seed pic 9(8).
05 random-index pic 9.
01 flags-counters-etc.
05 array-i... | 35.19697 | 68 | 0.695222 |
df2048cac8fc9448ce384edabda9a87ee669e8d4 | 5,860 | cbl | COBOL | json-parse/json-parse.cbl | johncswanson/cobol-is-fun | 11eeec451f75e2b7423250ce5f2c261ab7d2fb5e | [
"Apache-2.0"
] | 34 | 2020-04-27T21:10:50.000Z | 2022-02-18T15:07:05.000Z | json-parse/json-parse.cbl | johncswanson/cobol-is-fun | 11eeec451f75e2b7423250ce5f2c261ab7d2fb5e | [
"Apache-2.0"
] | null | null | null | json-parse/json-parse.cbl | johncswanson/cobol-is-fun | 11eeec451f75e2b7423250ce5f2c261ab7d2fb5e | [
"Apache-2.0"
] | 24 | 2020-05-05T17:21:02.000Z | 2022-03-07T23:51:13.000Z | ******************************************************************
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Lic... | 42.158273 | 73 | 0.500171 |
f73985e679d23588314c11b6b109d1f000da4e43 | 239 | cob | COBOL | samples/hello/hello2.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 158 | 2015-02-13T19:41:43.000Z | 2022-03-19T20:41:56.000Z | samples/hello/hello2.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 5 | 2015-06-21T19:08:54.000Z | 2020-12-16T15:18:56.000Z | samples/hello/hello2.cob | jmptrader/CobolScript | dcf0e957c1b7cb7731116e5a56439d92d8aa2ca1 | [
"MIT"
] | 31 | 2015-01-14T21:25:04.000Z | 2022-03-15T22:20:02.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
PROGRAM-BEGIN.
DISPLAY "Hello world".
PROGRAM-DONE.
STOP RUN. | 21.727273 | 34 | 0.548117 |
439ca68449236846e4fd8aa24c957cc262772aae | 3,448 | cbl | COBOL | src/test/resources/io/proleap/cobol/ast/variable/FunctionCall.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/FunctionCall.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/FunctionCall.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
******************************************************************
************* Y2600118 VERSION 003 VOM 09.05.2006 *************
******************************************************************
PROGRAM-ID. WHENCOMP1.
AUTHOR. egal.
... | 42.567901 | 72 | 0.368039 |
bd27cfab1e163a3b5704537164f4662f75d0c14c | 389 | cob | COBOL | math.cob | ruscoe/cobol | 2dcb66b152f4c55420b74827d2b494c1dbce9506 | [
"MIT"
] | null | null | null | math.cob | ruscoe/cobol | 2dcb66b152f4c55420b74827d2b494c1dbce9506 | [
"MIT"
] | null | null | null | math.cob | ruscoe/cobol | 2dcb66b152f4c55420b74827d2b494c1dbce9506 | [
"MIT"
] | null | null | null | 000010 IDENTIFICATION DIVISION.
000020 PROGRAM-ID. MATH.
000030 AUTHOR. Dan Ruscoe.
000040 DATA DIVISION.
000050 WORKING-STORAGE SECTION.
000060 01 NUM1 PIC 99 VALUE 04.
000070 01 NUM2 PIC 99 VALUE 10.
000080 01 NUM3 PIC 99.
000090 PROCEDURE DIVISION.
000100 MULTIPLY NUM1 BY NUM2 GIVING NU... | 29.923077 | 45 | 0.701799 |
e3b7a9f756ef29a3a7ed54b8f93022d062f246cc | 580 | cob | COBOL | PROGCOB02.cob | cmsilveira/COBOL | 280fbf9d395e2e1ae9ad39784818f9581dfbad28 | [
"MIT"
] | null | null | null | PROGCOB02.cob | cmsilveira/COBOL | 280fbf9d395e2e1ae9ad39784818f9581dfbad28 | [
"MIT"
] | null | null | null | PROGCOB02.cob | cmsilveira/COBOL | 280fbf9d395e2e1ae9ad39784818f9581dfbad28 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. PROGCOB02.
*************************************
* AREA DE COMENTARIOS - REMARKS
* AUTHOR = CARLOS MATHEUS
* DATA = 14/05/2021
* OBJECTIVE = RECEBER E IMPRIMIR UMA STRING
*************************************
ENVIRONME... | 30.526316 | 49 | 0.47069 |
83481d8d5100a6c86f13c9ccdfa7d4517b7b5fc7 | 971 | cpy | COBOL | cpy/CSF01800.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSF01800.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSF01800.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null |
fd pd01800.
01 f01800-produto.
03 f01800-cd-empresa pic 9(03).
03 f01800-cd-filial pic 9(04).
03 f01800-cd-produto pic 9(09).
03 f01800-descricao-produto pic x(55).
03... | 40.458333 | 67 | 0.38723 |
0bf1ef62d6859ebb7333e68ded14803083ba885c | 629 | cob | COBOL | FizzBuzz/fizzbuzz.cob | houmei/AnarchyGolf | 34f62c2242a3cb923f50d06c4f63436721136240 | [
"Unlicense"
] | 1 | 2018-01-31T14:30:09.000Z | 2018-01-31T14:30:09.000Z | FizzBuzz/fizzbuzz.cob | houmei/AnarchyGolf | 34f62c2242a3cb923f50d06c4f63436721136240 | [
"Unlicense"
] | null | null | null | FizzBuzz/fizzbuzz.cob | houmei/AnarchyGolf | 34f62c2242a3cb923f50d06c4f63436721136240 | [
"Unlicense"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. FIZZBUZZ.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 CT PIC 999 VALUE 1.
01 CT2 PIC 99 VALUE 1.
01 CT1 PIC 9 VALUE 1.
01 FZ PIC 999 VALUE 1.
01 BZ PIC 999 VALUE 1.
PROCEDURE DIVISION.
PERFORM 100 TIMES
EVALUATE FZ ALSO BZ
WHEN 3 ALSO 5 DISPLAY "FizzBuzz"
MOVE 0 TO FZ
MOVE 0 TO BZ... | 19.060606 | 34 | 0.747218 |
79660df201c465d1bbfba8b281f57f44b3109ddf | 600 | cbl | COBOL | example_hello2/solution.cbl | monadius/cobol-codewars | 4733acc2fcf9b30add82ad25fc79676b3b199f8f | [
"MIT"
] | 2 | 2022-02-03T00:19:34.000Z | 2022-02-11T20:52:30.000Z | example_hello2/solution.cbl | codewars/cobol-test | 4733acc2fcf9b30add82ad25fc79676b3b199f8f | [
"MIT"
] | 2 | 2021-11-12T20:05:11.000Z | 2021-11-13T04:52:20.000Z | example_hello2/solution.cbl | codewars/cobol-test | 4733acc2fcf9b30add82ad25fc79676b3b199f8f | [
"MIT"
] | null | null | null | id division.
program-id. hello.
data division.
working-storage section.
linkage section.
01 arg.
05 len pic 9(4).
05 chars pic a(20).
01 result.
05 len pic 9(4).
05 chars pic x(50).
procedure division... | 27.272727 | 68 | 0.471667 |
811e700739369e82438aa11df07352485c46e615 | 3,741 | cbl | COBOL | Day8/day8.cbl | Boreeas/advent-of-code | 6fad386af05ae3370cf71be174bbc9864d02f94e | [
"Unlicense"
] | null | null | null | Day8/day8.cbl | Boreeas/advent-of-code | 6fad386af05ae3370cf71be174bbc9864d02f94e | [
"Unlicense"
] | null | null | null | Day8/day8.cbl | Boreeas/advent-of-code | 6fad386af05ae3370cf71be174bbc9864d02f94e | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT IS FREE
*> *********************************************************************
*> Author: Boreeas.
*> Date: 14/12/1995
*> Purpose: I don't even know
*> Tectonics: cobc -freea day8.cbl
*> *********************************************************************
identification division.... | 31.175 | 83 | 0.659182 |
78dc660988285e66e01756a49f501fffaf248a33 | 769 | cob | COBOL | src/add.cob | sweeneyb/cobol-playground | 9fdad25e47c88b677c95f07812819235a6b09482 | [
"MIT"
] | null | null | null | src/add.cob | sweeneyb/cobol-playground | 9fdad25e47c88b677c95f07812819235a6b09482 | [
"MIT"
] | null | null | null | src/add.cob | sweeneyb/cobol-playground | 9fdad25e47c88b677c95f07812819235a6b09482 | [
"MIT"
] | null | null | null | Identification Division.
PROGRAM-ID. ADD.
Environment DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 A PIC 9999.
77 B PIC 9999.
77 ANS PIC 999v99.
PROCEDURE DIVISION.
MAIN-PARA.
DISPLAY " --------------------------------------... | 22.617647 | 71 | 0.36671 |
79abd9c9e301edcb4378d480478f3026ce89a193 | 5,303 | cbl | COBOL | cs06a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs06a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs06a.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
*... | 31.565476 | 71 | 0.4703 |
1df3f3f123d14087b6e4ec4649d359b7bd403824 | 3,510 | cob | COBOL | calculator/calc.cob | in-the-keyhole/cobol-gradebook | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | 1 | 2022-03-25T15:37:21.000Z | 2022-03-25T15:37:21.000Z | calculator/calc.cob | in-the-keyhole/cobol-exploration | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | null | null | null | calculator/calc.cob | in-the-keyhole/cobol-exploration | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CALCULATOR.
AUTHOR. Kevin Roper.
INSTALLATION. KEYHOLE HQ.
DATE-WRITTEN. 05/25/2020.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT CALCULATOR-TAPE ASSIGN TO "CALCULATOR-TAPE.DAT"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD CALCULATOR-T... | 29.008264 | 79 | 0.681481 |
7ea13b68fd2e509649e56b859c9102265b96536f | 1,581 | cbl | COBOL | PRMDISRB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | PRMDISRB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | PRMDISRB.cbl | 10thTARDIS/COBOL_Projects_Spring_2017 | f056f335ba0a5baf1b2b426c0d96dd5a94293435 | [
"MIT"
] | null | null | null | 000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. PRMDISRB.
000300 AUTHOR. Ryan Brooks.
000400 DATE-WRITTEN. MAR 2017
000500 DATA DIVISION.
000600 WORKING-STORAGE SECTION.
000700
000800 01 ANY-KEY PIC X(01).
000900 01 RANGE-START PIC 999 VALUE 002.
001000 01 RANGE-END PIC 999 VAL... | 32.9375 | 72 | 0.702087 |
a2be31238e399b23d54b81e6d7bdff0149e4d7c4 | 140 | cobol | COBOL | Task/Variables/COBOL/variables-4.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Variables/COBOL/variables-4.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Variables/COBOL/variables-4.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | *> Group data items do not have a picture clause.
01 group-item.
03 sub-data PIC X(10).
03 more-sub-data PIC X(10).
| 28 | 49 | 0.585714 |
a04f03bcf827128a7c0f2dd499052faa7eb57c5f | 3,619 | cobol | COBOL | Task/Write-language-name-in-3D-ASCII/COBOL/write-language-name-in-3d-ascii.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Write-language-name-in-3D-ASCII/COBOL/write-language-name-in-3d-ascii.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Write-language-name-in-3D-ASCII/COBOL/write-language-name-in-3d-ascii.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. cobol-3d.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 cobol-area.
03 cobol-text-data PIC X(1030) VALUE "________/\\\\\\\\\____
- "____/\\\\\________/\\\\\\\\\\\\\__________/\\\\\________
- "/\\\_____________ ... | 45.810127 | 72 | 0.415584 |
96fa53ec2d3bc0f44decf1924991e36a5dcaa3fb | 2,220 | cbl | COBOL | src/Cobol/ADDPART.cbl | 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/ADDPART.cbl | 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/ADDPART.cbl | cicsdev/cics-java-liberty-restapp-ext | ed9dc0f8376c88501bfd9aa9c8a676bc1eef6b12 | [
"Apache-2.0"
] | 1 | 2022-01-21T18:57:35.000Z | 2022-01-21T18:57:35.000Z | PROCESS NODYNAM,RENT,APOST,CICS,TRUNC(OPT)
*****************************************************************
* Licensed Materials - Property of IBM
*
* SAMPLE
*
* Copyright IBM Corp. 2017 All Rights Reserved
*
* Government Users Restricted Rights - Use, dupl... | 32.173913 | 71 | 0.493694 |
6a4f95ec0285c2746c1bd399f0cad3f020e3b3c4 | 2,133 | cob | COBOL | AdventOfCode2020/d04a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2020/d04a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2020/d04a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2020-04-1.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d4.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
F... | 30.471429 | 67 | 0.523676 |
c0e495e9f00747dd049782aa71aef0c3ac3ebe31 | 17,787 | cbl | COBOL | WoodgroveBank/Source Code/CICS3270Pgms/wgrvaddc.cbl | mlindstr/AZ-Legacy-Engineering | 4d00742749375c6d3e3217799030d8b977d7433d | [
"MIT"
] | 1 | 2021-09-07T13:34:01.000Z | 2021-09-07T13:34:01.000Z | WoodgroveBank/Source Code/CICS3270Pgms/wgrvaddc.cbl | mlindstr/AZ-Legacy-Engineering | 4d00742749375c6d3e3217799030d8b977d7433d | [
"MIT"
] | null | null | null | WoodgroveBank/Source Code/CICS3270Pgms/wgrvaddc.cbl | mlindstr/AZ-Legacy-Engineering | 4d00742749375c6d3e3217799030d8b977d7433d | [
"MIT"
] | 2 | 2021-08-19T19:04:49.000Z | 2021-09-07T13:34:12.000Z | *****************************************************************
** Copyright (c) Microsoft Corporation. *
** Licensed under the MIT license. *
** *
** THIS PROGRAM IS A SA... | 38.751634 | 73 | 0.437173 |
7dbe8338c064c1d7e14469b41549cff6e5d9ff58 | 2,895 | cbl | COBOL | chapter-10/kubernetes/BusinessInterop/src/com/mfcobolbook/businessinterop/AccountDto.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/BusinessInterop/src/com/mfcobolbook/businessinterop/AccountDto.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-10/kubernetes/BusinessInterop/src/com/mfcobolbook/businessinterop/AccountDto.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... | 49.913793 | 88 | 0.478411 |
f83262b94d41a679e0ec86cca5f6e1cdc435a353 | 13,037 | cpy | COBOL | languages/cobol/cobol24/ch24/chapt24a.cpy | 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.cpy | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch24/chapt24a.cpy | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | ********************************
* Parameter For Converse-Panel *
* Parameter For Get-Input *
********************************
01 Chapt24a-Converse-Data.
05 Chapt24a-Ret-Code
Pic S9(4) Comp-5.
05 Chapt24a-Lens.
... | 46.067138 | 67 | 0.30797 |
ab9fc9359aff1ac73113ff78fbc4112f5ffdfe2d | 863 | cob | COBOL | PROGATIV01.cob | cmsilveira/COBOL | 280fbf9d395e2e1ae9ad39784818f9581dfbad28 | [
"MIT"
] | null | null | null | PROGATIV01.cob | cmsilveira/COBOL | 280fbf9d395e2e1ae9ad39784818f9581dfbad28 | [
"MIT"
] | null | null | null | PROGATIV01.cob | cmsilveira/COBOL | 280fbf9d395e2e1ae9ad39784818f9581dfbad28 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. PROGATIV01.
********************************
* AREA DE COMENTARIOS - REMARKS
* AUTHOR = CARLOS MATHEUS
* DATA = 16/04/2021
* OBJECTIVE = INSERIR UM CPF E
* IMPRIMIR NA TELA COM
* FORMATAÇÃO CORRE... | 31.962963 | 53 | 0.465817 |
e21d1b5f9517288277bf94ab694657d59b630548 | 813 | cob | COBOL | example1.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example1.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example1.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example1.
AUTHOR. Ursin Filli
DATE-WRITTEN. April 28th 2020
ENVIRONMENT DIVISION.
DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
01 UserName PIC X(30) VALUE "You".
01 Num1 PIC 9 VALUE ZEROS.
01 Num2 PIC 9 VALUE ZEROS.
01 Total PIC 99 VA... | 21.394737 | 46 | 0.724477 |
fd907a8f5dc79e36e1246c4c124b07236968744c | 26,611 | cob | COBOL | Source/T3DIICHAP12/sphere_flat_01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP12/sphere_flat_01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP12/sphere_flat_01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00007633
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 2474
ZippedThumbnail:78 9c ed 9b 3f 68 1b 49 14 c6 b7 54 99 7... | 34.55974 | 7,438 | 0.672617 |
ca4815390674d89f638f98037f6d70e788f2708b | 37,898 | cob | COBOL | Source/T3DIICHAP12/sphere_flat_textured_02.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP12/sphere_flat_textured_02.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP12/sphere_flat_textured_02.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00019618
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 6469
ZippedThumbnail:78 9c ed 5c 31 68 e3 da b6 7d e5 2b a7 7... | 51.282815 | 19,423 | 0.667977 |
076ff7ca9973948387aa5084c701a57a4e67127c | 400 | cpy | COBOL | copybooks/Custmas.cpy | mydevenv/sonar-example | fbfa90db2874ab81efd257c1e9d35bd00780ba19 | [
"MIT"
] | null | null | null | copybooks/Custmas.cpy | mydevenv/sonar-example | fbfa90db2874ab81efd257c1e9d35bd00780ba19 | [
"MIT"
] | null | null | null | copybooks/Custmas.cpy | mydevenv/sonar-example | fbfa90db2874ab81efd257c1e9d35bd00780ba19 | [
"MIT"
] | null | null | null | 01 CUSTOMER-MASTER-RECORD.
*
05 CM-CUSTOMER-NUMBER PIC X(6).
05 CM-FIRST-NAME PIC X(20).
05 CM-LAST-NAME PIC X(30).
05 CM-ADDRESS PIC X(30).
05 CM-CITY PIC X(20).
05 CM-STA... | 40 | 50 | 0.36 |
a261013aed3ea9e9a65ac2bf0b2bbc1a078362c6 | 131 | cbl | COBOL | test.cbl | rebecca-pete/cobol-ciao | 72f880861dcf90ab30f22198d2eef3543ea455c5 | [
"MIT"
] | 1 | 2020-04-12T22:57:59.000Z | 2020-04-12T22:57:59.000Z | test.cbl | rebecca-pete/cobol-ciao | 72f880861dcf90ab30f22198d2eef3543ea455c5 | [
"MIT"
] | null | null | null | test.cbl | rebecca-pete/cobol-ciao | 72f880861dcf90ab30f22198d2eef3543ea455c5 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
PROCEDURE DIVISION.
DISPLAY 'Ciao!'.
STOP RUN. | 26.2 | 31 | 0.580153 |
02fb82e4fbb82dae7da504ff80ccf06d328554ab | 2,285 | cpy | COBOL | samples/MortgageApplication/copybook/CBZMAP.cpy | ravikalluru/Fintechzapp2 | cf022e1c15a0414e5f3409c5da53e9d2e7a34afe | [
"Apache-2.0"
] | null | null | null | samples/MortgageApplication/copybook/CBZMAP.cpy | ravikalluru/Fintechzapp2 | cf022e1c15a0414e5f3409c5da53e9d2e7a34afe | [
"Apache-2.0"
] | null | null | null | samples/MortgageApplication/copybook/CBZMAP.cpy | ravikalluru/Fintechzapp2 | cf022e1c15a0414e5f3409c5da53e9d2e7a34afe | [
"Apache-2.0"
] | null | null | null | 01 MAPAGMI.
02 FILLER PIC X(12).
02 ACCTL COMP PIC S9(4).
02 ACCTF PICTURE X.
02 FILLER REDEFINES ACCTF.
03 ACCTA PICTURE X.
02 FILLER PICTURE X(2).
02 ACCTI PIC X(12).
02 NAMEL COMP PIC S9(4).
... | 35.703125 | 42 | 0.440263 |
a72c090e482e0ac51e08c0198c39cdc0d82297c2 | 6,868 | cbl | COBOL | CSCI3180/Assignment 1/central.cbl | Arie123777/cuhkCourseWork | 355f1e560ef513f3ba9bec2e9eb35caa1f6f7107 | [
"FSFAP"
] | null | null | null | CSCI3180/Assignment 1/central.cbl | Arie123777/cuhkCourseWork | 355f1e560ef513f3ba9bec2e9eb35caa1f6f7107 | [
"FSFAP"
] | null | null | null | CSCI3180/Assignment 1/central.cbl | Arie123777/cuhkCourseWork | 355f1e560ef513f3ba9bec2e9eb35caa1f6f7107 | [
"FSFAP"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CENTRAL-PROG.
AUTHOR. LAI MAN HIN.
ENVIRONMENT DIVISION.
*> hi
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUT-FILE ASSIGN TO "master.txt"
ORGANIZATION IS LINE SEQUENTIAL.
SELECT INPUTONE ASSIGN TO "trans711.txt"
ORGANIZATION IS LINE SEQUENTIAL
A... | 29.991266 | 61 | 0.620705 |
2dfc175b291b8b7c97048c6e3a1585f181a32f2b | 2,833 | cob | COBOL | Cobol/Curso/NivelVariavel.cob | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Curso/NivelVariavel.cob | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Curso/NivelVariavel.cob | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "NivelVariavel".
AUTHOR. "LUCAS KURATA".
*===================================... | 43.584615 | 101 | 0.234733 |
9b544423ca88179b362beae16170bf35efad6d17 | 2,884 | cob | COBOL | babylonian-square-root-cobol/src/original_code/sqrtFIXED.cob | jnguyen1098/legacy-software | 990b54b3ee0886091c9f459d828e09577fd96df2 | [
"0BSD"
] | 1 | 2021-06-21T21:51:57.000Z | 2021-06-21T21:51:57.000Z | babylonian-square-root-cobol/src/original_code/sqrtFIXED.cob | jnguyen1098/legacy-software | 990b54b3ee0886091c9f459d828e09577fd96df2 | [
"0BSD"
] | null | null | null | babylonian-square-root-cobol/src/original_code/sqrtFIXED.cob | jnguyen1098/legacy-software | 990b54b3ee0886091c9f459d828e09577fd96df2 | [
"0BSD"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. SQRT.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUT-FILE ASSIGN TO "sqrtFIXED.dat"
ORGANIZATION IS LINE SEQUENTIAL.
SELECT STANDARD-OUTPUT ASSIGN TO DISPLAY.
DATA DIVISION.
FILE SECTION.
FD INPUT-FILE.
01 STANDARD-INPUT PICTURE X(80).
FD STAN... | 32.044444 | 62 | 0.653259 |
b931fbb2a3efc0d7ab7a37fb34f1ff7bc9d12fdb | 642 | cbl | COBOL | scripts/testsbe/cobol/testx10.cbl | BharathEluri/dbb-zappbuild-1 | d1916283eea383eca14f9fd412b2bf7cfd776fe1 | [
"Apache-2.0"
] | null | null | null | scripts/testsbe/cobol/testx10.cbl | BharathEluri/dbb-zappbuild-1 | d1916283eea383eca14f9fd412b2bf7cfd776fe1 | [
"Apache-2.0"
] | null | null | null | scripts/testsbe/cobol/testx10.cbl | BharathEluri/dbb-zappbuild-1 | d1916283eea383eca14f9fd412b2bf7cfd776fe1 | [
"Apache-2.0"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO10.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
*
COPY COPY1.
*
01 F240 PIC X VALUE '0'.
01 F241 PIC X VALUE '1'.
01 F242 PIC X VALUE '2'.
01 F243 PIC X VALUE '3'... | 27.913043 | 35 | 0.487539 |
038dae910f097ca54c7a0c3372110af9834ef9d2 | 1,840 | cbl | COBOL | 002/NRreciprocalFunc.cbl | Parmenidas/Cobol-Translations | a2b0581411b84da7452ac1c6105ec73cceb55ce2 | [
"MIT"
] | null | null | null | 002/NRreciprocalFunc.cbl | Parmenidas/Cobol-Translations | a2b0581411b84da7452ac1c6105ec73cceb55ce2 | [
"MIT"
] | null | null | null | 002/NRreciprocalFunc.cbl | Parmenidas/Cobol-Translations | a2b0581411b84da7452ac1c6105ec73cceb55ce2 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. NewtonRaphsonReciprocalFunc.
*> Newton-Raphson method for computing 1/a
DATA DIVISION.
WORKING-STORAGE SECTION.
01 A PIC S99 VALUE ZEROS.
01 XNEW PIC S9V9(5) VALUE ZEROS.
01 XOLD ... | 31.724138 | 73 | 0.463043 |
014e2e6095fbf61f17d8ad162046778f9f19270d | 114 | cbl | COBOL | doc/demo/demo.cbl | monaqa/satysfi-code-printer | 5059547f403a6845a1d06084f86304034eedc37c | [
"MIT"
] | 8 | 2021-09-03T12:58:40.000Z | 2022-01-18T00:18:25.000Z | doc/demo/demo.cbl | monaqa/satysfi-code-printer | 5059547f403a6845a1d06084f86304034eedc37c | [
"MIT"
] | 3 | 2021-09-05T10:06:35.000Z | 2021-09-11T09:16:15.000Z | doc/demo/demo.cbl | monaqa/satysfi-code-printer | 5059547f403a6845a1d06084f86304034eedc37c | [
"MIT"
] | 1 | 2021-09-05T11:55:06.000Z | 2021-09-05T11:55:06.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
PROCEDURE DIVISION.
MAIN SECTION.
DISPLAY "Hello World!".
STOP RUN. | 19 | 25 | 0.77193 |
d0db0f1e866e8d5dff928222503bd81eb3e31635 | 2,579 | cobol | COBOL | Task/Conways-Game-of-Life/COBOL/conways-game-of-life.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Conways-Game-of-Life/COBOL/conways-game-of-life.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Conways-Game-of-Life/COBOL/conways-game-of-life.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. game-of-life-program.
data division.
working-storage section.
01 grid.
05 cell-table.
10 row occurs 5 times.
15 cell pic x value space occurs 5 times.
05 next-gen-cell-table.
10 next-gen-row occurs 5 times.
15 next-gen-cell pic x occu... | 36.842857 | 94 | 0.700659 |
b001b9210eeb9ccf58505c4561f158bb51d35ae3 | 616 | cobol | COBOL | Task/System-time/COBOL/system-time.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/System-time/COBOL/system-time.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/System-time/COBOL/system-time.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | WORKING-STORAGE SECTION.
01 WS-CURRENT-DATE-FIELDS.
05 WS-CURRENT-DATE.
10 WS-CURRENT-YEAR PIC 9(4).
10 WS-CURRENT-MONTH PIC 9(2).
10 WS-CURRENT-DAY PIC 9(2).
05 WS-CURRENT-TIME.
10 WS-CURRENT-HOUR PIC ... | 38.5 | 64 | 0.480519 |
74a4ef182b4dc851fbfa7cd431d5e1c596eeb108 | 1,690 | cob | COBOL | AdventOfCode2021/d06a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d06a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d06a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2021-06-1.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d06.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
... | 28.644068 | 76 | 0.47929 |
25d5f37b0da30c599bd3a4ac52ec88565a188aa6 | 1,878 | cpy | COBOL | ispw/src/test/demo-workspace/rjk2/COPY/EMPWORK.cpy | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | 5 | 2021-03-20T01:09:50.000Z | 2022-01-06T21:51:15.000Z | ispw/src/test/demo-workspace/rjk2/COPY/EMPWORK.cpy | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | null | null | null | ispw/src/test/demo-workspace/rjk2/COPY/EMPWORK.cpy | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | 2 | 2021-11-04T14:45:48.000Z | 2022-02-09T20:04:03.000Z | ********
******** EMPLOYEE RECORD WORK-AREA. EMPLOYEE DATA IS REDEFINED
******** BASED ON ONE OF THE 3 EMPLOYEE TYPES, HOURLY, SALES OR
******** MANAGEMENT.
********
01 EMPLOYEE-WORK-AREA.
05 WA-EMP-NUM PIC 9(5).
05 WA-EMP-TYPE PIC X.
88 H... | 46.95 | 65 | 0.380724 |
ac46dbeb2ff6431ef74c5ece71db66023d2d6632 | 6,566 | cob | COBOL | test/prog901.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/prog901.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/prog901.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 3 | 2017-08-30T17:47:59.000Z | 2021-10-05T18:01:20.000Z | IDENTIFICATION DIVISION.
*
PROGRAM-ID. PROG901.
* *
***************************************************************
* *
* 1. DATE-WRITTEN. 08/03/90. ... | 46.9 | 73 | 0.329577 |
8c58c8c2a0aa1756afda481b3565d9710b2b37eb | 305 | cob | COBOL | samples/analyzer_level/mainframe/mainframe.quality_rule/tests/binary_depending/pgmok1.cob | CAST-projects/Extension-SDK | 7d9233d8e94bf72d3dd516257bc16838f35307ab | [
"MIT"
] | 3 | 2017-09-24T21:21:37.000Z | 2022-03-09T04:08:46.000Z | samples/analyzer_level/mainframe/mainframe.quality_rule/tests/binary_depending/pgmok1.cob | CAST-projects/Extension-SDK | 7d9233d8e94bf72d3dd516257bc16838f35307ab | [
"MIT"
] | null | null | null | samples/analyzer_level/mainframe/mainframe.quality_rule/tests/binary_depending/pgmok1.cob | CAST-projects/Extension-SDK | 7d9233d8e94bf72d3dd516257bc16838f35307ab | [
"MIT"
] | 4 | 2016-09-06T06:24:41.000Z | 2020-01-28T17:17:16.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. PGM1.
DATA DIVISION.
01 VARS
05 TABLE_SIZE PIC 9(4) BINARY.
05 MY_TABLE OCCURS 1 TO 10
DEPENDING ON TABLE_SIZE
PIC X(10).
PROCEDURE DIVISION.
STOP RUN.
| 25.416667 | 47 | 0.485246 |
a17136e72cb1e9684cf71d8c06bc38ca2aef1d6f | 583 | cbl | COBOL | cobol/testdata/local/test9013.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/test9013.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/test9013.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | ID Division.
Program-ID. test9013.
Environment Division.
Input-Output Section.
File-Control.
Select A001 Assign UT-S-DD000001.
Select A002 Assign S-DD000002.
Select A003 Assign DD000003.
Select A004 Assign BEEP.
Select A005 Assign... | 30.684211 | 63 | 0.567753 |
c99e1664fdaa8950bacd3f9c171788d4e37fa7fb | 2,430 | cbl | COBOL | cobol/testdata/local/testantlr258.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr258.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr258.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | ID Division. 00000001
Program-ID. testantlr258. 00000002
Data Division. 00000003
Working-Storage Section. 00000... | 78.387097 | 80 | 0.309053 |
a8d07f4b5ebf59f8e1f07d067b36d629b61ca87b | 2,610 | cpy | COBOL | src/wigo.sitetheme/wigo/sitetheme/resources/overrides/Products.CMFPlone.plone_login.login_next.cpy | ade25/wigo | 9c448bc6bd7a07c50cb8ae8c687c44ca3be04bd3 | [
"MIT"
] | null | null | null | src/wigo.sitetheme/wigo/sitetheme/resources/overrides/Products.CMFPlone.plone_login.login_next.cpy | ade25/wigo | 9c448bc6bd7a07c50cb8ae8c687c44ca3be04bd3 | [
"MIT"
] | 1 | 2015-10-30T21:20:16.000Z | 2015-10-30T21:20:16.000Z | src/wigo.sitetheme/wigo/sitetheme/resources/overrides/Products.CMFPlone.plone_login.login_next.cpy | ade25/wigo | 9c448bc6bd7a07c50cb8ae8c687c44ca3be04bd3 | [
"MIT"
] | null | null | null | ## Controller Python Script "login_next"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind state=state
##bind subpath=traverse_subpath
##parameters=
##title=Login next actions
##
from Products.CMFPlone import PloneMessageFactory as _
from DateTime import DateTime
import ZT... | 37.826087 | 87 | 0.698467 |
e0ef73721e0f1acbdf0d58de5982a32659895dc1 | 158 | cob | COBOL | 03_environment_setup_01.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | 03_environment_setup_01.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | 03_environment_setup_01.cob | tseiiti/cobol | c1817d7e254c3a7dfc73a3b21c7f4263c4984f7b | [
"MIT"
] | null | null | null | identification division.
program-id. environment_setup_01.
procedure division.
display "Hello World!".
stop run.
| 19.75 | 40 | 0.582278 |
a443d7fe60321172500765fc05b41b46cb5e1a5a | 130 | cob | COBOL | Blob_Lib/assimp-5.2.3/assimp/test/models/COB/molecule_ascii.cob | antholuo/Blob_Traffic | 5d6acf88044e9abc63c0ff356714179eaa4b75bf | [
"MIT"
] | null | null | null | Blob_Lib/assimp-5.2.3/assimp/test/models/COB/molecule_ascii.cob | antholuo/Blob_Traffic | 5d6acf88044e9abc63c0ff356714179eaa4b75bf | [
"MIT"
] | null | null | null | Blob_Lib/assimp-5.2.3/assimp/test/models/COB/molecule_ascii.cob | antholuo/Blob_Traffic | 5d6acf88044e9abc63c0ff356714179eaa4b75bf | [
"MIT"
] | null | null | null | version https://git-lfs.github.com/spec/v1
oid sha256:365a2b3ffab980bfafcc742fccf7abd4732e891d06d384e1dba907ace09b69fb
size 78080
| 32.5 | 75 | 0.884615 |
ae34eeb08ae17e0f48e690ae36bf0500d2f25483 | 14,015 | cbl | COBOL | cs16a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs16a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs16a.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
*... | 32.593023 | 70 | 0.456083 |
29796ba9441860b3aa62b2efcaed4ae8ca867971 | 305 | cob | COBOL | checker/punchy_mc_lochface/add.cob | fausecteam/faustctf-2019-punchy | c68d80ff2c57e45c8c4ef8d6ed65b73efc41cfe0 | [
"0BSD"
] | null | null | null | checker/punchy_mc_lochface/add.cob | fausecteam/faustctf-2019-punchy | c68d80ff2c57e45c8c4ef8d6ed65b73efc41cfe0 | [
"0BSD"
] | null | null | null | checker/punchy_mc_lochface/add.cob | fausecteam/faustctf-2019-punchy | c68d80ff2c57e45c8c4ef8d6ed65b73efc41cfe0 | [
"0BSD"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. {{name}}.
DATA DIVISION. WORKING-STORAGE SECTION. 01 FOO.
05 {{var1}} PIC 9(4) VALUE {{val1}}.
05 {{var2}} PIC 9(4) VALUE {{val2}}.
PROCEDURE DIVISION. BEGIN.
ADD {{var1}} TO {{var2}}.
DISPLAY {{var2}}. STOP RUN. | 38.125 | 54 | 0.544262 |
bf6c233a23085f22991e6c85a7e53631447757e8 | 872 | cob | COBOL | hello world/file.cob | in-the-keyhole/cobol-gradebook | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | 1 | 2022-03-25T15:37:21.000Z | 2022-03-25T15:37:21.000Z | hello world/file.cob | in-the-keyhole/cobol-exploration | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | null | null | null | hello world/file.cob | in-the-keyhole/cobol-exploration | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
AUTHOR. Kevin Roper.
INSTALLATION. KEYHOLE HQ.
DATE-WRITTEN. 05/15/20.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT DEMOFILE ASSIGN TO './data3.data'
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD DEMOFILE.
01 PERSON-RECORD.
05 ... | 19.818182 | 47 | 0.715596 |
10fbefe59c60cab419af5bfad7269378db431608 | 214 | cbl | COBOL | third_party/universal-ctags/ctags/Units/parser-cobol.r/quoted-program-id.cbl.d/input.cbl | f110/wing | 31b259f723b57a6481252a4b8b717fcee6b01ff4 | [
"MIT"
] | 1 | 2020-03-24T16:08:43.000Z | 2020-03-24T16:08:43.000Z | third_party/universal-ctags/ctags/Units/parser-cobol.r/quoted-program-id.cbl.d/input.cbl | f110/wing | 31b259f723b57a6481252a4b8b717fcee6b01ff4 | [
"MIT"
] | null | null | null | third_party/universal-ctags/ctags/Units/parser-cobol.r/quoted-program-id.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. 'Test program name'.
PROCEDURE DIVISION.
MAIN.
DISPLAY 'This is a test program'.
STOP RUN.
END PROGRAM 'Test program name'.
| 26.75 | 44 | 0.579439 |
9e9abd79f34be724cbadbf78dfe31fd5c4c33847 | 835 | cbl | COBOL | src/strategy-next.cbl | codetojoy/WarO_COBOL | c973058d1ceb0836c3919877027c7d87f7fe2d8f | [
"Apache-2.0"
] | 4 | 2020-04-19T03:18:23.000Z | 2021-04-04T17:48:48.000Z | src/strategy-next.cbl | codetojoy/WarO_COBOL | c973058d1ceb0836c3919877027c7d87f7fe2d8f | [
"Apache-2.0"
] | 2 | 2021-04-25T12:26:02.000Z | 2021-07-27T17:17:32.000Z | src/strategy-next.cbl | codetojoy/WarO_COBOL | c973058d1ceb0836c3919877027c7d87f7fe2d8f | [
"Apache-2.0"
] | 1 | 2018-02-27T01:32:08.000Z | 2018-02-27T01:32:08.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. strategy-next.
DATA DIVISION.
LOCAL-STORAGE SECTION.
01 I PIC 9(2).
LINKAGE SECTION.
78 NUM-CARDS VALUE 4.
01 PRIZE-CARD PIC 9(2).
01 PLAYER-REC.
02 PLAYER-NAME PIC X(6).
02 PL... | 27.833333 | 72 | 0.530539 |
fb0de6ee7df7a92c043c046d9eae3822de62451d | 358 | ccp | COBOL | 05. Searching/basic_search.ccp | utsav160/Hacktoberfest2021-DSA | ea79b91155e1e1daa7b12740e2c47483d9bb6d47 | [
"MIT"
] | 1 | 2021-10-01T19:40:08.000Z | 2021-10-01T19:40:08.000Z | 05. Searching/basic_search.ccp | utsav160/Hacktoberfest2021-DSA | ea79b91155e1e1daa7b12740e2c47483d9bb6d47 | [
"MIT"
] | null | null | null | 05. Searching/basic_search.ccp | utsav160/Hacktoberfest2021-DSA | ea79b91155e1e1daa7b12740e2c47483d9bb6d47 | [
"MIT"
] | 1 | 2021-10-04T00:11:49.000Z | 2021-10-04T00:11:49.000Z | #include <iostream>
#include <algorithm>
using namespace std;
int main()
{
static int array[]{4,12,56,754,1235,435,64,1,2,3,4};
int size = sizeof(array)/sizeof(array[0]);
sort(array, array + size);
int x = 3;
for(int i = 0; i < size; i++) {
if (array[i] == x) {
cout << "Fount ... | 17.047619 | 56 | 0.511173 |
079336abaf7066b8a4bfcc843c98334bc89305cb | 732 | cobol | COBOL | Task/Day-of-the-week/COBOL/day-of-the-week-1.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Day-of-the-week/COBOL/day-of-the-week-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Day-of-the-week/COBOL/day-of-the-week-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | program-id. dec25.
data division.
working-storage section.
1 work-date.
2 yr pic 9(4) value 2008.
2 mo-da pic 9(4) value 1225. *> Dec 25
1 wk-date redefines work-date pic 9(8).
1 binary.
2 int-date pic 9(8).
2 dow pic 9(4).
procedure divis... | 31.826087 | 68 | 0.493169 |
7e3e4b15979d15a562b8c0a1fd10d2537667a1df | 2,607 | cbl | COBOL | chapter-03/Circles/src/com/mfcobolbook/examples/Circle.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-03/Circles/src/com/mfcobolbook/examples/Circle.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-03/Circles/src/com/mfcobolbook/examples/Circle.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... | 49.188679 | 71 | 0.491369 |
82e62d3cb9a26d6cce57a456840335073976b6cc | 798 | cob | COBOL | test/inst.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/inst.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/inst.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 3 | 2017-08-30T17:47:59.000Z | 2021-10-05T18:01:20.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. INST.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT CONTROL-FILE ASSIGN TO DISK
ORGANIZATION IS SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD CONTROL-FILE
... | 30.692308 | 67 | 0.537594 |
ade34df2113e2769917395c38bcd1de2c873bd7c | 3,277 | cbl | COBOL | perceptron.cbl | StoneCypher/perceptronCobol | 651536671f015c7dd4c1e4e4cfcbe4e731eaf633 | [
"MIT"
] | 66 | 2020-05-30T04:04:28.000Z | 2021-06-20T01:18:44.000Z | perceptron.cbl | StoneCypher/perceptronCobol | 651536671f015c7dd4c1e4e4cfcbe4e731eaf633 | [
"MIT"
] | null | null | null | perceptron.cbl | StoneCypher/perceptronCobol | 651536671f015c7dd4c1e4e4cfcbe4e731eaf633 | [
"MIT"
] | 3 | 2020-09-04T03:09:23.000Z | 2021-08-30T02:38:31.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. PERCEPTRON.
AUTHOR. Victor Ribeiro.
DATE-WRITTEN. May 30th 2020.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT TRAINING ASSIGN TO "DATA.DAT"
ORGANIZAT... | 36.411111 | 65 | 0.437595 |
06e2f167ba8da2ca762dad9e221fc28dc62ebcf5 | 1,420 | cpy | COBOL | zconreq.cpy | zosconnect/zosconnect-sample-wola-batch | c9b208bb18f7e5079cfd07e88d40ac2ac501448e | [
"Apache-2.0"
] | 8 | 2016-10-13T19:50:55.000Z | 2022-03-31T16:01:15.000Z | zconreq.cpy | nlopez1-ibm/zosconnect-sample-wola-batch | 248a875694550e17cb9b03e10d2c15c86f4c959f | [
"Apache-2.0"
] | null | null | null | zconreq.cpy | nlopez1-ibm/zosconnect-sample-wola-batch | 248a875694550e17cb9b03e10d2c15c86f4c959f | [
"Apache-2.0"
] | 17 | 2016-08-17T22:04:48.000Z | 2022-03-05T08:42:09.000Z | ******************************************************************
* *
* Licensed Materials - Property of IBM *
* *
* SAMPLE ... | 61.73913 | 72 | 0.248592 |
65b5dff337f9e6ba869b3a2b214f915679fc5f96 | 400 | cbl | COBOL | examples/fib.cbl | Commodoreprime/Command-Block-Assembly | b54c2afee3ea7bdfddfe619b9b207ce30d160e45 | [
"MIT"
] | 223 | 2017-05-10T18:27:44.000Z | 2022-03-06T22:44:18.000Z | examples/fib.cbl | Commodoreprime/Command-Block-Assembly | b54c2afee3ea7bdfddfe619b9b207ce30d160e45 | [
"MIT"
] | 25 | 2017-12-07T15:37:37.000Z | 2021-02-05T14:28:59.000Z | examples/fib.cbl | Commodoreprime/Command-Block-Assembly | b54c2afee3ea7bdfddfe619b9b207ce30d160e45 | [
"MIT"
] | 30 | 2017-12-07T15:16:36.000Z | 2022-03-16T03:29:59.000Z | include "Text"
include "Game"
int x;
int y;
int counter;
int old_x;
async void main() {
x = 0;
y = 1;
counter = 1;
do {
Text t;
t << "fib(";
t.append_ref(counter);
t << ") = ";
t.append_ref(x);
t.send_to_all();
counter++;
await Game.tick(... | 14.814815 | 30 | 0.42 |
a2542e4b0395a1ddbaf624255b38957a7827d4cf | 156 | cbl | COBOL | HelloWorld/hello.cbl | GokilaBS/devopsdemo | 605272de1ce3a79e4b4b3526ef499b7c915584d7 | [
"Apache-2.0"
] | 47 | 2018-06-19T17:35:27.000Z | 2022-02-24T23:08:31.000Z | HelloWorld/hello.cbl | GokilaBS/devopsdemo | 605272de1ce3a79e4b4b3526ef499b7c915584d7 | [
"Apache-2.0"
] | 76 | 2018-09-30T14:47:16.000Z | 2022-03-15T14:44:47.000Z | HelloWorld/hello.cbl | GokilaBS/devopsdemo | 605272de1ce3a79e4b4b3526ef499b7c915584d7 | [
"Apache-2.0"
] | 114 | 2018-09-28T14:04:25.000Z | 2022-03-29T10:42:54.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
PROCEDURE DIVISION.
DISPLAY "Hello world!".
STOP RUN.
| 19.5 | 34 | 0.49359 |
2f2cdc6aaf17c5f031febb4e3c15203f6180ab1d | 836 | ccp | COBOL | plugins/pattern.ccp | Zanguu/dfhack | 5f87d088ab9e8fec6bf85350b086c620d5c2abff | [
"CC-BY-3.0"
] | null | null | null | plugins/pattern.ccp | Zanguu/dfhack | 5f87d088ab9e8fec6bf85350b086c620d5c2abff | [
"CC-BY-3.0"
] | null | null | null | plugins/pattern.ccp | Zanguu/dfhack | 5f87d088ab9e8fec6bf85350b086c620d5c2abff | [
"CC-BY-3.0"
] | null | null | null | #include <vector>
#include <cstdio>
#include <cstdlib>
#include <stack>
#include <string>
#include <cmath>
#include "Core.h"
#include "Console.h"
#include "Export.h"
#include "PluginManager.h"
#include "uicommon.h"
#include "modules/Gui.h"
#include "modules/MapCache.h"
#include "modules/Maps.h"
#include "df/ui_sideb... | 22.594595 | 110 | 0.754785 |
33c9b4ced91c372e791691dc3185a8db67325bdd | 100 | cbl | COBOL | server/packages/hello.cbl | Avuxo/Necropolis | 5ad10c4d950f795174a37a95f7e9622a0254ff04 | [
"MIT"
] | 11 | 2018-01-23T19:49:00.000Z | 2021-11-23T21:47:43.000Z | server/packages/hello.cbl | Avuxo/Necropolis | 5ad10c4d950f795174a37a95f7e9622a0254ff04 | [
"MIT"
] | null | null | null | server/packages/hello.cbl | Avuxo/Necropolis | 5ad10c4d950f795174a37a95f7e9622a0254ff04 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
PROCEDURE DIVISION.
DISPLAY 'Hello World'.
STOP RUN. | 16.666667 | 25 | 0.77 |
21df60b23b86da40f6cd189f7491392f3a0ab0ce | 1,295 | cbl | COBOL | cw_template/tests.cbl | monadius/cobol-codewars | 4733acc2fcf9b30add82ad25fc79676b3b199f8f | [
"MIT"
] | 2 | 2022-02-03T00:19:34.000Z | 2022-02-11T20:52:30.000Z | cw_template/tests.cbl | codewars/cobol-test | 4733acc2fcf9b30add82ad25fc79676b3b199f8f | [
"MIT"
] | 2 | 2021-11-12T20:05:11.000Z | 2021-11-13T04:52:20.000Z | cw_template/tests.cbl | codewars/cobol-test | 4733acc2fcf9b30add82ad25fc79676b3b199f8f | [
"MIT"
] | null | null | null | identification division.
program-id. tests.
data division.
working-storage section.
01 arg1 pic s9(5).
01 arg2 pic s9(5).
01 arg1-str pic -9(5).
01 arg2-str pic -9(5).
01 result pic s9(6).
01 expected pic s9(6).
... | 30.116279 | 64 | 0.490347 |
9281aa190d0821edadef205a56d979b2319acb7d | 2,124 | cbl | COBOL | csv/testgen.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 4 | 2020-07-16T14:45:10.000Z | 2022-02-10T03:37:26.000Z | csv/testgen.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 1 | 2020-05-24T09:11:22.000Z | 2020-05-24T15:09:30.000Z | csv/testgen.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | null | null | null | *>*****************************************************************
*> Copyright (C) 2020 Stephen Dennis *
*> Available under MIT License. *
*>*****************************************************************
identification division.
program-id. testgen.
e... | 22.357895 | 67 | 0.552731 |
a30d8666914e02efda6baf5dbf08dbbff1b61229 | 27,601 | cob | COBOL | SoftRender/data/sphere02.cob | LEEZHEHUI/QT-SoftRender | 4321356bc51c564ac911e32f4927ce7f3fe5b7ae | [
"MIT"
] | 1 | 2019-05-05T15:44:56.000Z | 2019-05-05T15:44:56.000Z | SoftRender/data/sphere02.cob | LEEZHEHUI/QT-SoftRender | 4321356bc51c564ac911e32f4927ce7f3fe5b7ae | [
"MIT"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | SoftRender/data/sphere02.cob | LEEZHEHUI/QT-SoftRender | 4321356bc51c564ac911e32f4927ce7f3fe5b7ae | [
"MIT"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00008299
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 2696
ZippedThumbnail:78 9c ed 9c bf 6b 5b 59 16 c7 e7 cf 70 b... | 35.340589 | 8,104 | 0.674178 |
dac8d4ff6e8f92b4749664ca7abf848d582b9ef2 | 681 | cbl | COBOL | whiles.cbl | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | whiles.cbl | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | whiles.cbl | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | * while
* TOPIC:
* Kinda of a WHILE LOOP
*****************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. whiles RECURSIVE.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 VAL1 PIC S9(4)V9(4)... | 28.375 | 71 | 0.444934 |
e25397fe5e906df946d584d8f074bf6b50aa52bc | 3,594 | cbl | COBOL | Program1.cbl | Jackietkfrost/Zip-Code-Finder | 6219d62a718be6a467295a85a197a7c6d7f351d8 | [
"MIT"
] | null | null | null | Program1.cbl | Jackietkfrost/Zip-Code-Finder | 6219d62a718be6a467295a85a197a7c6d7f351d8 | [
"MIT"
] | null | null | null | Program1.cbl | Jackietkfrost/Zip-Code-Finder | 6219d62a718be6a467295a85a197a7c6d7f351d8 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. ZIPCODES.
*******************************
* AUTHOR: JACKIE MARCANO *
* Project: ZIP CODE FINDER *
*******************************
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT ZI... | 34.557692 | 77 | 0.454368 |
e7011f4e5637de6c98d1a9ac063e40d5d9b158e4 | 2,602 | cob | COBOL | calculator/calc-record-viewer.cob | in-the-keyhole/cobol-gradebook | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | 1 | 2022-03-25T15:37:21.000Z | 2022-03-25T15:37:21.000Z | calculator/calc-record-viewer.cob | in-the-keyhole/cobol-exploration | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | null | null | null | calculator/calc-record-viewer.cob | in-the-keyhole/cobol-exploration | 9967d9f3c270c5470b350460568237d38f799389 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. TAPE-READER.
AUTHOR. Kevin Roper.
INSTALLATION. KEYHOLE HQ.
DATE-WRITTEN. 05/25/2020.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT CALCULATOR-TAPE ASSIGN TO "CALCULATOR-TAPE.DAT"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
FILE SECTION.
FD CALCULATOR-... | 33.358974 | 82 | 0.619523 |
17d4b780c44797d63e7bf3efa63d10b42e6c68f2 | 4,943 | cbl | COBOL | Program1.cbl | Jackietkfrost/COBOL-Interest-Calc | d17f2583a3affc0f3e381f489bf6641e47e2bcfa | [
"MIT"
] | null | null | null | Program1.cbl | Jackietkfrost/COBOL-Interest-Calc | d17f2583a3affc0f3e381f489bf6641e47e2bcfa | [
"MIT"
] | null | null | null | Program1.cbl | Jackietkfrost/COBOL-Interest-Calc | d17f2583a3affc0f3e381f489bf6641e47e2bcfa | [
"MIT"
] | null | null | null | *identification division.
*program-id. Program1.
*
*environment division.
*
*
*data division.
*working-storage section.
*
*procedure division.
*
* goback.
*
*end program Program1.
IDENTIFICATION DIVISION.
... | 38.317829 | 118 | 0.460045 |
873ad62d5d14254ff2d1dfc58fe5a86b4aa67a7e | 253 | cbl | COBOL | Mainframe-4202/Final Project/DataFiles/Program1.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-4202/Final Project/DataFiles/Program1.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-4202/Final Project/DataFiles/Program1.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | identification division.
program-id. Program1.
environment division.
configuration section.
data division.
working-storage section.
procedure division.
goback.
end program Program1. | 18.071429 | 31 | 0.600791 |
ca7c0c33208f8d621059308bd1a57cd1f3b43bcb | 361 | cobol | COBOL | Task/Loops-N-plus-one-half/COBOL/loops-n-plus-one-half-2.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Loops-N-plus-one-half/COBOL/loops-n-plus-one-half-2.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Loops-N-plus-one-half/COBOL/loops-n-plus-one-half-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. LOOP-1p5-NOADV.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 I PIC 99 VALUE 1.
01 IDISP PIC Z9.
PROCEDURE DIVISION.
PERFORM FOREVER
MOVE I TO IDISP
DISPLAY FUNCTION TRIM(IDISP) WITH NO ADVANCING
IF I = 10
EXIT PERFORM
END-IF
DISPLAY ", " WITH NO ADVANCING
ADD 1 TO ... | 19 | 48 | 0.722992 |
08cdbac8bcbd8e37062f5cd47f0fef713faaa924 | 11,825 | cbl | COBOL | chapter-10/kubernetes/BusinessSystemTests/src/TestCustomerStorage.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/BusinessSystemTests/src/TestCustomerStorage.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-10/kubernetes/BusinessSystemTests/src/TestCustomerStorage.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.463115 | 87 | 0.512558 |
d96716a2eb192d413577be14b28c7725fb694f59 | 580 | cbl | COBOL | cobol/testdata/local/testantlr035.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr035.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr035.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | Identification Division.
Program-ID. testantlr035.
Data Division.
Working-Storage Section.
01 CONSTANTS.
05 MYNAME PIC X(012) VALUE 'testantlr035'.
>>IF X DEFINED
05 PGM-0001 PIC X(008) VALUE 'PGMA0001'.
>>ELSE
... | 23.2 | 68 | 0.455172 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.