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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3cbb98311d27c01844e5cd4e00774045ad0a9f87 | 214 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/data/programlibrary/ProgramLibraryExport.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/programlibrary/ProgramLibraryExport.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/programlibrary/ProgramLibraryExport.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. PROGLIBEXPORT.
DATA DIVISION.
PROGRAM-LIBRARY SECTION.
LD SOMELIB EXPORT
ATTRIBUTE SHARING IS PRIVATE
ENTRY-PROCEDURE SOMEPROGRAMNAME
FOR 123 | 26.75 | 38 | 0.71028 |
18a5de7056d5d060a46c08d10af86fc8bf95456e | 2,777 | cbl | COBOL | Cobol/Estrutura Decisao/004-AprovacaoAluno.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Decisao/004-AprovacaoAluno.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Decisao/004-AprovacaoAluno.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "ConverteMetrosParaCentimetros".
AUTHOR. "LUCAS KURATA".
*==============... | 45.52459 | 73 | 0.225783 |
a725972ddc5845487039d05e37e5ad0dda0ca15e | 4,770 | cbl | COBOL | cs08a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs08a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs08a.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
*... | 30.189873 | 70 | 0.493711 |
9bd623624eb48fbfe9d6bc7a962424d2b9a79b09 | 1,422 | cbl | COBOL | COBOL/sandbox/src/sandbox.cbl | codetojoy/gists | 2616f36a8c301810a88b8a9e124af442cf717263 | [
"Apache-2.0"
] | 1 | 2020-04-17T00:08:06.000Z | 2020-04-17T00:08:06.000Z | COBOL/sandbox/src/sandbox.cbl | codetojoy/gists | 2616f36a8c301810a88b8a9e124af442cf717263 | [
"Apache-2.0"
] | 2 | 2021-04-25T12:26:02.000Z | 2021-07-27T17:17:32.000Z | COBOL/sandbox/src/sandbox.cbl | codetojoy/gists | 2616f36a8c301810a88b8a9e124af442cf717263 | [
"Apache-2.0"
] | 1 | 2018-02-27T01:32:08.000Z | 2018-02-27T01:32:08.000Z | *> setup the identification division
IDENTIFICATION DIVISION.
*> setup the program id
PROGRAM-ID. WARO.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 MESSAGE-VAR PIC A(10) VALUE 'WARO COBOL'.
01 PLAYER1-REC.
... | 41.823529 | 66 | 0.477496 |
e192ce2ed2253eb87e30aba8defd683f1c30131b | 1,763 | cobol | COBOL | Task/Map-range/COBOL/map-range.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Map-range/COBOL/map-range.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Map-range/COBOL/map-range.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. demo-map-range.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 i USAGE FLOAT-LONG.
01 mapped-num USAGE FLOAT-LONG.
01 a-begin USAGE FLOAT-LONG VALUE 0.
01 a-end ... | 32.648148 | 70 | 0.473625 |
e5b23282c1a427cca9b42dfec887daecb074363f | 43,011 | cbl | COBOL | pmmsschd/PMMSSCHD.cbl | asmCcoder/mainframeadventures | 92186b8740915092588b9e958db374222179d294 | [
"MIT"
] | 5 | 2020-07-28T16:35:00.000Z | 2020-12-20T12:37:56.000Z | pmmsschd/PMMSSCHD.cbl | dinosv/mainframeadventures | 92186b8740915092588b9e958db374222179d294 | [
"MIT"
] | null | null | null | pmmsschd/PMMSSCHD.cbl | dinosv/mainframeadventures | 92186b8740915092588b9e958db374222179d294 | [
"MIT"
] | 2 | 2021-03-16T15:22:23.000Z | 2022-02-01T21:48:00.000Z | //COMPPMMS JOB (COBOL), 00000100
// 'PMMSSCHD', 00000200
// CLASS=A,MSGCLASS=H, 00000300
// MSGLEVEL=(1,1) 00000... | 80.847744 | 80 | 0.325359 |
75481601c9860c3b82b499dd2db4abfeb0843fe9 | 13,720 | cbl | COBOL | chapter-07/CreditServiceApplication/BusinessSystemTests/src/TestTransactionStorage.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-07/CreditServiceApplication/BusinessSystemTests/src/TestTransactionStorage.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-07/CreditServiceApplication/BusinessSystemTests/src/TestTransactionStorage.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.175627 | 84 | 0.529373 |
272891f953b3a73e91ae1ebd99c7148306031f54 | 243 | cpy | COBOL | cobol/testdata/local/testantlr358a.cpy | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr358a.cpy | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr358a.cpy | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 CONSTANTS. 00000001
000002 05 MYNAME PIC X(012) VALUE 'testantlr058'. 00000002
000003 05 ONE PIC S9(004) COMP VALUE +1. 00000003
| 60.75 | 80 | 0.436214 |
6c3750c2d12eac4e9c29e230f5e21f3695457137 | 504 | cbl | COBOL | cobol/testdata/local/test9004.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/test9004.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/test9004.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | CBL NODYNAM
ID Division.
Program-ID. test9004.
Procedure Division.
CALL 'MOYA'
>>CALLINTERFACE DYNAMIC
CALL 'AERYN'
>>CALLINT
CALL 'CRICHTON'
>>CALLINT DLL
CALL 'ZHAAN'
>>CALLINTERFACE
CALL 'RY... | 24 | 34 | 0.450397 |
92231f3492b4262404cf56bf9cdf02982c577586 | 21,859 | cbl | COBOL | sample/SLICKP4.cbl | t2kxorg/cobol-control-flow | 66b9622c00df6641642309d976694ce7a7b2bf81 | [
"CC0-1.0"
] | 7 | 2020-07-16T12:49:59.000Z | 2021-12-21T09:59:42.000Z | sample/SLICKP4.cbl | t2kxorg/cobol-control-flow | 66b9622c00df6641642309d976694ce7a7b2bf81 | [
"CC0-1.0"
] | 30 | 2020-07-10T21:08:40.000Z | 2022-03-14T17:33:52.000Z | sample/SLICKP4.cbl | t2kxorg/cobol-control-flow | 66b9622c00df6641642309d976694ce7a7b2bf81 | [
"CC0-1.0"
] | 5 | 2021-01-27T17:10:47.000Z | 2022-03-25T07:00:05.000Z | CBL XOPTS(COBOL2)
IDENTIFICATION DIVISION.
PROGRAM-ID. SLICKP4.
AUTHOR. Ira M. Slick.
******************************************************************
*DESCRIPTION: Account History *
********************************************... | 39.173835 | 73 | 0.387941 |
73392282de49b079c164e663e838098f706aef5a | 3,436 | cob | COBOL | languages/cobol/cobol24/ch12/chapt12z.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch12/chapt12z.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch12/chapt12z.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | 000001 @OPTIONS MAIN,TEST,CHECK(1)
000002 Identification Division.
000003 Program-Id. Chapt12z.
000004 Environment Division.
000005 Configuration Section.
000006* Show Boundary Violation
000007 Special-Names.
000008 Crt Status Is Keyboard-Status.
000009 Source-Computer. IBM-PC.
000010 Object-Computer. IBM-PC.
... | 42.419753 | 70 | 0.630675 |
fbc5f4ca77a74265986ee3281c1ef630a52be4da | 751 | cbl | COBOL | controllers/showname.cbl | dln/cobol-on-wheelchair | 04924f9ded6ef08337fa6e86297e73c64c072d4c | [
"MIT"
] | 642 | 2015-01-09T17:30:13.000Z | 2022-03-01T21:06:28.000Z | controllers/showname.cbl | Seanpm2001-education/cobol-on-wheelchair | b9a37ed1b5d00ccabc34081e9de6dc18299d8713 | [
"MIT"
] | 14 | 2015-04-23T03:41:44.000Z | 2021-11-12T01:23:05.000Z | controllers/showname.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. showname.
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).
linkage section.
01 the... | 19.763158 | 57 | 0.511318 |
4a8b112990303cd85cae68c4c34934dc5bdc590c | 18,194 | cbl | COBOL | COBOL/SAM1LIB.cbl | IBM/wazi-tutoria | 46daebf2f4a62eae086a7de504f18088ae35100c | [
"Apache-2.0"
] | null | null | null | COBOL/SAM1LIB.cbl | IBM/wazi-tutoria | 46daebf2f4a62eae086a7de504f18088ae35100c | [
"Apache-2.0"
] | null | null | null | COBOL/SAM1LIB.cbl | IBM/wazi-tutoria | 46daebf2f4a62eae086a7de504f18088ae35100c | [
"Apache-2.0"
] | null | null | null | ****************************************************************
* LICENSED MATERIALS - PROPERTY OF IBM
* "RESTRICTED MATERIALS OF IBM"
* (C) COPYRIGHT IBM CORPORATION 2022. ALL RIGHTS RESERVED
* US GOVERNMENT USERS RESTRICTED RIGHTS - USE, DUPLICATION,
* OR DISCLOSURE RESTRICTED BY ... | 37.282787 | 72 | 0.47752 |
c185b3d4ffca4ae82941b95ec4bce63b0884e514 | 73 | cbl | COBOL | hie.yaml.cbl | konn/hls-eval-multimods | a939725219c5477da4628e4695eb7a18d1142327 | [
"BSD-3-Clause"
] | null | null | null | hie.yaml.cbl | konn/hls-eval-multimods | a939725219c5477da4628e4695eb7a18d1142327 | [
"BSD-3-Clause"
] | null | null | null | hie.yaml.cbl | konn/hls-eval-multimods | a939725219c5477da4628e4695eb7a18d1142327 | [
"BSD-3-Clause"
] | null | null | null | cradle:
cabal:
- path: "lib"
component: "lib:hls-eval-multimods"
| 14.6 | 39 | 0.630137 |
7ae1cbb9217772d79c4b0ff48cee0a7d364d75f5 | 1,665 | cbl | COBOL | CollatzTests.cbl | axtens/cobol_for_exercism | 0405c9de1b77c423de8996f3bb92f6781a886a78 | [
"MIT"
] | 1 | 2021-09-28T18:06:32.000Z | 2021-09-28T18:06:32.000Z | CollatzTests.cbl | axtens/cobol_for_exercism | 0405c9de1b77c423de8996f3bb92f6781a886a78 | [
"MIT"
] | null | null | null | CollatzTests.cbl | axtens/cobol_for_exercism | 0405c9de1b77c423de8996f3bb92f6781a886a78 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. CollatzTests.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-CNT PIC 9 VALUE 0.
01 WS-MAX PIC 9 VALUE 0.
01 Tests.
03 Test1.
05 WS-T-Enabled PIC X VALUE '1'.
05 WS-T-Name PIC... | 34.6875 | 67 | 0.47988 |
facba3147b7ce34b18f081df7cc3f6f5c88622f9 | 1,467 | cob | COBOL | Goto/menu.cob | gyani91/Cobol-Programming | fcebff4da2a7428f44c37470b5ac029b2aa9e48a | [
"MIT"
] | null | null | null | Goto/menu.cob | gyani91/Cobol-Programming | fcebff4da2a7428f44c37470b5ac029b2aa9e48a | [
"MIT"
] | null | null | null | Goto/menu.cob | gyani91/Cobol-Programming | fcebff4da2a7428f44c37470b5ac029b2aa9e48a | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. JK.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 N1 PIC 99.
77 N2 PIC 99.
77 R PIC 9999.
77 CH PIC 99.
PROCEDURE DIVISION.
MAIN-PARA.
DISPLAY " 1.ADD".
... | 27.166667 | 49 | 0.418541 |
6be55a65c33dbd155384983612140cbdc3f2de39 | 5,913 | cpy | COBOL | HospitalAppDemo/copybook/PATPERSN.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/PATPERSN.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/copybook/PATPERSN.cpy | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | 01 PATIENT-PERSONAL-MASTER-REC.
05 PATIENT-NBR-MR PIC X(6).
05 SSNBR PIC X(10).
05 AGE PIC 9(03). ... | 79.905405 | 80 | 0.201928 |
36b4e74514663b6333b52e8c998508b5e543ad92 | 20,159 | cbl | COBOL | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/DCJB8PGE.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/DCJB8PGE.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/DCJB8PGE.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. DCJB8PGE.
AUTHOR. ANDREW MAYNE.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
DATA DIVISION.
WORKING-STORAGE SECTION.
* COPY INQUIRY MAP LAYOUT
COPY 'DCJB8MR'.
* COPY ACCTFILE RECORD LAYOUT
COPY 'STUDATA'.
... | 35.304729 | 72 | 0.547547 |
697e53d2db94e07eed1e27018dd6d611e6bfa314 | 2,755 | cobol | COBOL | Task/Box-the-compass/COBOL/box-the-compass.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Box-the-compass/COBOL/box-the-compass.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Box-the-compass/COBOL/box-the-compass.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. box-compass.
data division.
working-storage section.
01 point pic 99.
01 degrees usage float-short.
01 degrees-rounded pic 999v99.
01 show-degrees pic zz9.99.
01 box ... | 40.514706 | 70 | 0.463884 |
48ce2239b2ae43a1d54eebe86a72d2aa1e6270a4 | 373 | cobol | COBOL | Task/A+B/COBOL/a+b.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/A+B/COBOL/a+b.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/A+B/COBOL/a+b.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. A-Plus-B.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 A PIC S9(5).
01 B PIC S9(5).
01 A-B-Sum PIC S9(5).
PROCEDURE DIVISION.
ACCEPT A
ACCEPT B
ADD A TO B GIVING A-B-Sum
... | 17.761905 | 36 | 0.450402 |
4d05ca567ddf9fb57826057969ff56600f7fce79 | 3,271 | cbl | COBOL | src/CSSTATUS.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/CSSTATUS.cbl | cicsdev/cics-async-api-credit-card-application-example | cada9902bfd8530753bd6b38601dfe270228927d | [
"Apache-2.0"
] | null | null | null | src/CSSTATUS.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... | 31.451923 | 73 | 0.487007 |
d89778b8e11a6b0fb68abedbd0aafd487ec9e5ca | 960 | cob | COBOL | contributions/cobol/programs/Total.cob | A-Kastner/101repo | 692a1a967b1d0f6db0c64739f9c13d68a6a6ae17 | [
"MIT"
] | 15 | 2015-04-23T02:43:22.000Z | 2021-12-07T13:39:26.000Z | contributions/cobol/programs/Total.cob | A-Kastner/101repo | 692a1a967b1d0f6db0c64739f9c13d68a6a6ae17 | [
"MIT"
] | 4 | 2021-12-02T15:53:30.000Z | 2022-02-09T22:54:15.000Z | contributions/cobol/programs/Total.cob | A-Kastner/101repo | 692a1a967b1d0f6db0c64739f9c13d68a6a6ae17 | [
"MIT"
] | 14 | 2015-06-04T10:05:20.000Z | 2021-03-08T12:20:26.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. Total
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
COPY "copybooks/employee.fc".
DATA DIVISION.
FILE SECTION.
COPY "copybooks/employee.fd".
WORKING-STORAGE SECTION.
COPY "copybo... | 24.615385 | 52 | 0.534375 |
800f4c0b455ba6058c524694f4a7abd3436ef6b8 | 2,591 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/fixed/ExecSqlMultiline.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/preprocessor/fixed/ExecSqlMultiline.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/preprocessor/fixed/ExecSqlMultiline.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 IDENTIFICATION DIVISION. 12345678
000100 PROGRAM-ID. HELLO. 12345678
000100 12345678
000100 DATA DIVISION. 12345... | 80.96875 | 80 | 0.316094 |
d01a21c5d7e3cbd21081a800cb585a07c0ed712e | 1,826 | cbl | COBOL | cobol/stalin-sort.cbl | abrudz/stalin-sort | 10436b3c4f8c1b45ce3bcaea7fa91fb8e8d2e57e | [
"MIT"
] | 1,140 | 2018-10-30T13:03:09.000Z | 2022-03-29T22:41:24.000Z | cobol/stalin-sort.cbl | abrudz/stalin-sort | 10436b3c4f8c1b45ce3bcaea7fa91fb8e8d2e57e | [
"MIT"
] | 77 | 2018-10-30T13:20:15.000Z | 2021-11-06T03:44:55.000Z | cobol/stalin-sort.cbl | abrudz/stalin-sort | 10436b3c4f8c1b45ce3bcaea7fa91fb8e8d2e57e | [
"MIT"
] | 245 | 2018-10-30T13:10:53.000Z | 2022-03-14T08:13:56.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. SORTVECT.
AUTHOR. COMRADE STALIN
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 I PIC 9(4) COMP.
01 S PIC 9(4) COMP.
01 VECTOR-LENGTH ... | 30.949153 | 71 | 0.466046 |
c341171fc820b2374ce238e998ff0e1b2bdbfc9f | 2,092 | cpy | COBOL | cpy/CSR01100.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSR01100.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSR01100.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | *>================================================================
9000-abrir-i-pd01100 section.
string lnk-dat-path delimited by " " "\EFD011.DAT" into wid-pd01100
open input pd01100
if not ws-operacao-ok
... | 31.223881 | 112 | 0.335086 |
4c05d3de1c1a0c9138a10763d683af6c0937b6ce | 226 | cob | COBOL | Programas/RSJOB004.cob | lingsv/prog_mainframe | f09df654aa7cf0e23c30e55cece216d61b1751d6 | [
"MIT"
] | null | null | null | Programas/RSJOB004.cob | lingsv/prog_mainframe | f09df654aa7cf0e23c30e55cece216d61b1751d6 | [
"MIT"
] | null | null | null | Programas/RSJOB004.cob | lingsv/prog_mainframe | f09df654aa7cf0e23c30e55cece216d61b1751d6 | [
"MIT"
] | null | null | null | //GPAZ99J1 JOB SATOSHI,MSGCLASS=X,CLASS=C,NOTIFY=GPAZ99,TIME=(0,20)
//*****************************************************************
//STEP1 EXEC PGM=CGPRG004
//STEPLIB DD DSN=GP.GERAL.LOADLIB,DISP=SHR
//SYSIN DD *
//*
| 32.285714 | 67 | 0.495575 |
977941ae0b7d6e8843c76485f3478204776a06fb | 4,722 | cbl | COBOL | Cobol/Estrutura Decisao/004-CaixaEletronico.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Decisao/004-CaixaEletronico.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Decisao/004-CaixaEletronico.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "005-caixa eletronico".
AUTHOR. "LUCAS KURATA".
*=======================... | 47.69697 | 73 | 0.283778 |
483826251115acdecc2b869527b030d7872925c8 | 1,636 | cob | COBOL | cob/PROGCOBINVESTIMENTOFINANCEIRO.cob | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | 2 | 2020-12-09T17:07:36.000Z | 2020-12-15T13:58:12.000Z | cob/PROGCOBINVESTIMENTOFINANCEIRO.cob | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | null | null | null | cob/PROGCOBINVESTIMENTOFINANCEIRO.cob | lucasrmagalhaes/COBOL-cbl | abf4b0dac0012cd6d441127b07b65b20a1d58c01 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. PROGCOBINVESTIMENTOFINANCEIRO.
**********************************************************************
* AREA DE COMENTARIOS - REMARKS
* AUTHOR: LUCAS LRM
* DATA: 30/11/2020
* OBJETIVO: MONTAR UM PROGRAMA QUE SIMULE UM INVESTIMENTO FINANCE... | 34.808511 | 80 | 0.526284 |
9093a905a511ab4eec940e6d8202cb6e229dbae0 | 2,102 | cob | COBOL | POH7/Mizugi/Main.cob | neetsdkasu/Paiza-POH-MyAnswers | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | 3 | 2016-09-17T14:36:48.000Z | 2017-04-16T07:46:23.000Z | POH7/Mizugi/Main.cob | neetsdkasu/Paiza-POH-MyAnswers | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | 18 | 2016-07-02T19:13:15.000Z | 2016-07-11T19:58:48.000Z | POH7/Mizugi/Main.cob | neetsdkasu/Paiza-POH-MySolutions | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | null | null | null | *> Try POH
*> author: Leonardone @ NEETSDKASU
IDENTIFICATION DIVISION.
PROGRAM-ID. Main.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
REPOSITORY.
FUNCTION ALL INTRINSIC.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 Variables.
... | 38.218182 | 73 | 0.382493 |
2aecc6dbbde442d0de90534b716aa6d97b48d15c | 1,089 | cob | COBOL | POH8/PonyTailSet/Main.cob | neetsdkasu/Paiza-POH-MyAnswers | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | 3 | 2016-09-17T14:36:48.000Z | 2017-04-16T07:46:23.000Z | POH8/PonyTailSet/Main.cob | neetsdkasu/Paiza-POH-MyAnswers | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | 18 | 2016-07-02T19:13:15.000Z | 2016-07-11T19:58:48.000Z | POH8/PonyTailSet/Main.cob | neetsdkasu/Paiza-POH-MySolutions | 4a968a13e62e7de2fadce163fea4cadf629b5148 | [
"MIT"
] | null | null | null | *> Try POH
*> author: Leonardone @ NEETSDKASU
*> ↓ 1行あたりの字数の目安
*>==============================================================$
IDENTIFICATION DIVISION.
PROGRAM-ID. MAIN.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
REPOSITORY.
FUNCTION ALL I... | 30.25 | 72 | 0.397612 |
b2b385daed933b42ede12f52a2d49220ec198504 | 23 | cpy | COBOL | resource/testdb/wherecs_u.cpy | IITDBGroup/perm_regression_tests | f9fb92ed54ef6ef3ec4d4f4792fc5a81e46ad4c8 | [
"PostgreSQL"
] | null | null | null | resource/testdb/wherecs_u.cpy | IITDBGroup/perm_regression_tests | f9fb92ed54ef6ef3ec4d4f4792fc5a81e46ad4c8 | [
"PostgreSQL"
] | null | null | null | resource/testdb/wherecs_u.cpy | IITDBGroup/perm_regression_tests | f9fb92ed54ef6ef3ec4d4f4792fc5a81e46ad4c8 | [
"PostgreSQL"
] | null | null | null | 25630|2|2
25631|abd|def | 11.5 | 13 | 0.782609 |
b81068f58a72073cd822dbae3b58f476917e8cc7 | 4,424 | cobol | COBOL | Task/Holidays-related-to-Easter/COBOL/holidays-related-to-easter.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2021-05-05T13:42:20.000Z | 2021-05-05T13:42:20.000Z | Task/Holidays-related-to-Easter/COBOL/holidays-related-to-easter.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Holidays-related-to-Easter/COBOL/holidays-related-to-easter.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | identification division.
program-id. Easter.
environment division.
configuration section.
repository.
function date-of-integer intrinsic
function integer-of-date intrinsic
function mod intrinsic.
data division.
working-storage section.
... | 35.677419 | 101 | 0.464964 |
29da57e98a6b2bc8c243f9589b40bc912aff890c | 20,162 | cob | COBOL | src/vms_cobol/test/test.cob | GitMensch/vms-ide | b1f446f58b86148e0ec0401f98cdc5580f97c594 | [
"MIT"
] | 5 | 2021-04-10T04:14:37.000Z | 2021-07-06T12:48:37.000Z | src/vms_cobol/test/test.cob | GitMensch/vms-ide | b1f446f58b86148e0ec0401f98cdc5580f97c594 | [
"MIT"
] | 7 | 2021-02-27T01:52:35.000Z | 2021-04-07T12:34:39.000Z | src/vms_cobol/test/test.cob | GitMensch/vms-ide | b1f446f58b86148e0ec0401f98cdc5580f97c594 | [
"MIT"
] | 1 | 2021-04-06T13:24:03.000Z | 2021-04-06T13:24:03.000Z | IDENTIFICATION DIVISION.
PROCEDURE DIVISION.
DECLARATIVES.
DET SECTION.
USE BEFORE REPORTING DETAIL-LINE.
DETA-1.
ACCEPT ITEMF FROM DAY-OF-WEEK.
END DECLARATIVES.
begin.
replace ==alpha== by ==NUM-1== ==num== by ==ALPHA-1==.
copy custfile replacing xyz by 6, ==r== by ==4==
"KEY" by =="abc".
... | 32.2592 | 117 | 0.579208 |
66a110214e6f72707ba9b23da623d2a04299de07 | 1,736 | cob | COBOL | languages/cobol/cobol24/ch23/chapt23b.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch23/chapt23b.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch23/chapt23b.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | 000020 Identification Division.
000030 Program-Id. Chapt23b Is Initial.
000031* Intelligent Telephone Number Format
000040 Environment Division.
000050 Configuration Section.
000051 Source-Computer. IBM-PC.
000055 Object-Computer. IBM-PC.
000056 Data Division.
000057 Working-Storage Section.
000067 01 Phone-Number ... | 42.341463 | 66 | 0.708525 |
24e53824d40e58497ca89dad5cd438809012104f | 9,268 | cob | COBOL | languages/cobol/cobol24/ch15/chapt15e.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | languages/cobol/cobol24/ch15/chapt15e.cob | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | languages/cobol/cobol24/ch15/chapt15e.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. Chapt15e.
000031* Dynamic Access Example
000041 Environment Division.
000050 Configuration Section.
000051 Special-Names.
000052 Crt Status Is Keyboard-Status
000053 Cursor Is Cursor-Position.
000055 Source-Computer. IBM-PC.
0000... | 39.606838 | 77 | 0.637246 |
e0b13e251b98a797adce06f358a6c27571aa3bb0 | 217 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/valuestmt/relation/ConditionAnd.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/valuestmt/relation/ConditionAnd.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/valuestmt/relation/ConditionAnd.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. COND.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 SOMECOND1 PICTURE IS 9(1).
77 SOMECOND2 PICTURE IS 9(1).
PROCEDURE DIVISION.
IF SOMECOND1 AND NOT SOMECOND2 THEN END-IF. | 27.125 | 47 | 0.75576 |
7be04529a38c4deab1962e1a373ac6405dc7179a | 986 | cbl | COBOL | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/ConditionNameCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/ConditionNameCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/COBOL/COBOL-1/Cobol-master/OpenCobol/Conditions/ConditionNameCondition.cbl | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | ******************************************************************
* Author: Maxfx
* Date: 12/5/2016
******************************************************************
IDENTIFICATION DIVISION.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
PROGRAM-ID. CONDITION_NAME_CONDITION.
E... | 30.8125 | 72 | 0.476673 |
90e21fe52915be531f6bd95178dd7a05a62c64d0 | 17,158 | cob | COBOL | Source/T3DIICHAP12/cube_flat_textured_01_256.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP12/cube_flat_textured_01_256.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP12/cube_flat_textured_01_256.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00014281
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 4690
ZippedThumbnail:78 9c e5 9d bd 6b 64 47 16 c5 fd 67 38 d... | 130.977099 | 14,086 | 0.677643 |
d16632afe8daeabf878f640a935cb03ba389378a | 5,894 | cob | COBOL | TRNSLATT.cob | dinodev76/GC-Utilities | 52bcad43128b038e8aaaa49f13f9b5e31589b075 | [
"MIT"
] | null | null | null | TRNSLATT.cob | dinodev76/GC-Utilities | 52bcad43128b038e8aaaa49f13f9b5e31589b075 | [
"MIT"
] | null | null | null | TRNSLATT.cob | dinodev76/GC-Utilities | 52bcad43128b038e8aaaa49f13f9b5e31589b075 | [
"MIT"
] | null | null | null | *=========================== TRNSLATT ===========================*
* Authors: Brian D Pead
*
* Description: Program to test subroutine TRNSLAT.
*
* License: MIT
*
* Date Version Description
* ---- ------- -----------
* 2020-02-08 1.0 ... | 29.61809 | 73 | 0.366305 |
c952df868db75ce8adc1bd5de3df7ce92280fe6c | 10,523 | cbl | COBOL | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/HCV1PL01.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | null | null | null | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/HCV1PL01.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | null | null | null | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/HCV1PL01.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | null | null | null | ******************************************************************
* *
* LICENSED MATERIALS - PROPERTY OF IBM *
* *
* "RESTRICTED MATE... | 34.729373 | 73 | 0.375843 |
fb1df1f45e2fd12d0f46c3847e9c300b911db5bf | 4,253 | cpy | COBOL | dbb/samples/MortgageApplication/copybook/dfh0xcp7.cpy | Jack-Billings-IBM/dbb-zappbuild | cd7df39b7b5572caf25afae2aea9e2ccb96f416a | [
"Apache-2.0"
] | null | null | null | dbb/samples/MortgageApplication/copybook/dfh0xcp7.cpy | Jack-Billings-IBM/dbb-zappbuild | cd7df39b7b5572caf25afae2aea9e2ccb96f416a | [
"Apache-2.0"
] | null | null | null | dbb/samples/MortgageApplication/copybook/dfh0xcp7.cpy | Jack-Billings-IBM/dbb-zappbuild | cd7df39b7b5572caf25afae2aea9e2ccb96f416a | [
"Apache-2.0"
] | null | null | null | *****************************************************************
* *
* CONTROL BLOCK NAME = DFH0XCP7 *
* *
* DESCRIPTIVE NAME = CICS ... | 50.630952 | 71 | 0.312015 |
bb411f50801126da4d057f0fa89b242354fefc04 | 632 | cobol | COBOL | Task/Boolean-values/COBOL/boolean-values-3.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Boolean-values/COBOL/boolean-values-3.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Boolean-values/COBOL/boolean-values-3.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | PROGRAM-ID. Condition-Example.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 Foo PIC 9 VALUE 5.
88 Is-Not-Zero VALUE 1 THRU 9
WHEN SET TO FALSE IS 0.
PROCEDURE DIVISION.
Main.
PERFORM Is-Foo-Zero
SET Is-Not-Zero TO FALSE
... | 21.793103 | 56 | 0.466772 |
1410f43435306a00f71fe74a1a753395920380a0 | 414 | cobol | COBOL | Task/Loops-N-plus-one-half/COBOL/loops-n-plus-one-half-4.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-4.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Loops-N-plus-one-half/COBOL/loops-n-plus-one-half-4.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-VARY.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 I PIC 99 VALUE 1.
88 END-LIST VALUE 10.
01 I-OUT PIC Z9.
PROCEDURE DIVISION.
PERFORM WITH TEST AFTER VARYING I FROM 1 BY 1 UNTIL END-LIST
MOVE I TO I-OUT
DISPLAY FUNCTION TRIM(I-OUT) WITH NO ADVANCING
IF N... | 23 | 61 | 0.727053 |
bcc3c28aa7449d86a81462bca7a1faf4804f3d5d | 26 | cobol | COBOL | Task/String-length/COBOL/string-length-1.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/String-length/COBOL/string-length-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/String-length/COBOL/string-length-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | FUNCTION BYTE-LENGTH(str)
| 13 | 25 | 0.807692 |
1fd2c146f52c544a3d4e0afeda6ce36a79222381 | 6,520 | cbl | COBOL | data/github.com/mikebharris/COBOL-katas/b8cd2b1027f80a11ed171dec64c173df0ceb5482/COBOL-Number-Names/IntegerInWords.cbl | ajnavarro/language-dataset | 34e2980af98ff2ded500619edce3e0907a6e9050 | [
"MIT"
] | 9 | 2018-08-07T11:54:33.000Z | 2022-03-11T09:48:45.000Z | data/github.com/mikebharris/COBOL-katas/b8cd2b1027f80a11ed171dec64c173df0ceb5482/COBOL-Number-Names/IntegerInWords.cbl | ajnavarro/language-dataset | 34e2980af98ff2ded500619edce3e0907a6e9050 | [
"MIT"
] | 91 | 2019-11-11T15:41:26.000Z | 2022-03-21T04:17:18.000Z | data/github.com/mikebharris/COBOL-katas/b8cd2b1027f80a11ed171dec64c173df0ceb5482/COBOL-Number-Names/IntegerInWords.cbl | ajnavarro/language-dataset | 34e2980af98ff2ded500619edce3e0907a6e9050 | [
"MIT"
] | 3 | 2019-11-13T12:44:41.000Z | 2022-01-06T19:34:26.000Z | identification division.
function-id. IntegerInWords.
environment division.
configuration section.
repository.
function all intrinsic
function ThreeDigitNumberInWords.
data division.
local-storage section.
01 NumberToConvert pic 999999999 value zeros.
01 WorkingValuesTable.
02 Units pic 999 value zer... | 33.782383 | 106 | 0.687117 |
738686bd111d28a812c6c238d9c59191e475b7ac | 111 | cbl | COBOL | ♦ Diamonds/13 - Cobol.cbl | LoyaltyGamer72/Programmers-Playing-Cards | 391b03462c690871540ff865606b1df0a31df18b | [
"MIT"
] | 80 | 2016-06-26T01:12:45.000Z | 2022-02-16T23:31:11.000Z | ♦ Diamonds/13 - Cobol.cbl | LoyaltyGamer72/Programmers-Playing-Cards | 391b03462c690871540ff865606b1df0a31df18b | [
"MIT"
] | 33 | 2016-06-26T01:19:11.000Z | 2019-02-07T20:01:23.000Z | ♦ Diamonds/13 - Cobol.cbl | LoyaltyGamer72/Programmers-Playing-Cards | 391b03462c690871540ff865606b1df0a31df18b | [
"MIT"
] | 22 | 2016-06-26T01:09:09.000Z | 2021-09-13T22:54:57.000Z | 01 x-Diamonds AS CONSTANT 'Diamonds'.
01 x-card.
02 x-rank pic 13 value 1.
02 x-suit pic x(7) value x-Diamonds. | 27.75 | 37 | 0.720721 |
f96bf2bf423ed303de85a46b17dc4186d2464533 | 317 | cbl | COBOL | src/test/resources/io/proleap/cobol/ast/variable/ProcedureDeclaratives.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/ProcedureDeclaratives.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/ProcedureDeclaratives.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 Identification Division.
000200 Program-ID.
000300 HELLOWORLD.
000400 Procedure Division.
000500 DECLARATIVES.
000600 TEST-1 SECTION.
000700 USE FOR DEBUGGING ON ALL REFERENCES OF KEY-1
000800 ALL ID-2.
000900 Display "Hello world".
000100 END DECLARATIVES.
| 28.818182 | 56 | 0.681388 |
5f763b9a28bd29c8aa94d55b20056008c9d6346d | 9,477 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/unstring/UnstringStatementIndexedItem.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/unstring/UnstringStatementIndexedItem.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/unstring/UnstringStatementIndexedItem.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000010 IDENTIFICATION DIVISION. Y2612893
000050 PROGRAM-ID. UnstringSample. Y2612893
000200*=================================================================Y2612893
000210 ENVIRONMENT DIVISION. Y2612... | 80.313559 | 80 | 0.308642 |
88a10bc739c5b91ad1cec78d7c4f5069c05b0a49 | 87 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/tandem/Skip2Statement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/preprocessor/tandem/Skip2Statement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/preprocessor/tandem/Skip2Statement.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
SKIP2.
PROGRAM-ID. SKP2.
PROCEDURE DIVISION.
STOP RUN. | 17.4 | 25 | 0.735632 |
33e1143c3bbec95225f2c3725248bde20de4d6e6 | 323 | cbl | COBOL | examples/args.cbl | GitMensch/node-cobol | 24b856275ee7a29c25471675893cbf899bdfe3cc | [
"MIT"
] | 705 | 2015-08-13T12:37:12.000Z | 2022-03-23T11:06:49.000Z | examples/args.cbl | GitMensch/node-cobol | 24b856275ee7a29c25471675893cbf899bdfe3cc | [
"MIT"
] | 23 | 2015-08-13T10:49:50.000Z | 2019-12-18T21:50:21.000Z | examples/args.cbl | GitMensch/node-cobol | 24b856275ee7a29c25471675893cbf899bdfe3cc | [
"MIT"
] | 85 | 2015-08-18T13:46:32.000Z | 2022-03-23T11:07:14.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. CLIOPTIONS.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 argv pic x(100) value spaces.
PROCEDURE DIVISION.
ACCEPT argv FROM argument-value
DISPLAY "Your name is:" argv
STOP RU... | 24.846154 | 55 | 0.585139 |
eb8745885f8e3f9a085c495449e5abbba805e0db | 9,198 | cpy | COBOL | tools/ssdb-cli.cpy | cau991/ssdb | 126d3d45004d8b7deadfe315a2acbec5a2088538 | [
"BSD-3-Clause"
] | 1 | 2018-12-17T07:41:53.000Z | 2018-12-17T07:41:53.000Z | tools/ssdb-cli.cpy | cau991/ssdb | 126d3d45004d8b7deadfe315a2acbec5a2088538 | [
"BSD-3-Clause"
] | null | null | null | tools/ssdb-cli.cpy | cau991/ssdb | 126d3d45004d8b7deadfe315a2acbec5a2088538 | [
"BSD-3-Clause"
] | null | null | null | import thread, re, time, socket;
import getopt, shlex;
import datetime;
import ssdb_cli.*;
sys.path.append('./api/python');
sys.path.append('../api/python');
sys.path.append('/usr/local/ssdb/api/python');
import SSDB.*;
function save_cli_history(histfile){
readline.set_history_length(1000);
readline.write_history_fi... | 20.53125 | 98 | 0.570559 |
707ff8c6c47e6de19c6989447e13601c173fcf36 | 170 | cpy | COBOL | copybooks/system-sel.cpy | gibsond33/ms1 | 36d6e1d78bed01e6802981c431e560b13a14ee52 | [
"MIT"
] | null | null | null | copybooks/system-sel.cpy | gibsond33/ms1 | 36d6e1d78bed01e6802981c431e560b13a14ee52 | [
"MIT"
] | null | null | null | copybooks/system-sel.cpy | gibsond33/ms1 | 36d6e1d78bed01e6802981c431e560b13a14ee52 | [
"MIT"
] | null | null | null | *>---------------
*> system-sel.cpy
*>---------------
select system-file
assign to "system.dat"
organization is sequential
file status is file-status
.
| 18.888889 | 30 | 0.535294 |
222b326f140ffa0606023553e6dff9a94b654a02 | 2,446 | cpy | COBOL | cpy/CSR00700.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | 3 | 2019-03-17T18:36:33.000Z | 2020-08-12T21:21:55.000Z | cpy/CSR00700.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | cpy/CSR00700.cpy | abrignoli/COBSOFT | 9b8d567465ba40ece8efc985209adc14263cbad1 | [
"MIT"
] | null | null | null | *>=================================================================================
9000-abrir-i-pd00700 section.
string lnk-dat-path delimited by " " "\EFD007.DAT" into wid-pd00700
open input pd00700
if not ws-oper... | 31.358974 | 112 | 0.305805 |
fd864ce022e9feebcab3441fe09183a09a1aa381 | 989 | cob | COBOL | example17/example17.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | null | null | null | example17/example17.cob | ursinn/COBOL-Hello | 21ed6efac6199c3f0d53dbc2157d633a54daf400 | [
"Unlicense"
] | 1 | 2021-02-13T16:55:08.000Z | 2021-02-13T16:55:08.000Z | example17/example17.cob | ursinn/cobol-hello | c6ee308d2066233c110d781044a5ff0e45d4547a | [
"Unlicense"
] | null | null | null | >>SOURCE FORMAT FREE
IDENTIFICATION DIVISION.
PROGRAM-ID. example17.
AUTHOR. Ursin Filli
DATE-WRITTEN. May 1st 2020
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT WorkFile ASSIGN TO "work.tmp".
SELECT File1 ASSIGN TO "student1.dat"
ORGANIZATION IS LINE SEQUENTIAL.
... | 23.547619 | 45 | 0.674419 |
7484b3cdbe90a3bd7a8a0758bdc9e745bbe909e8 | 26,756 | cob | COBOL | Source/T3DIICHAP12/sphere_bw01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP12/sphere_bw01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP12/sphere_bw01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00008377
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 2722
ZippedThumbnail:78 9c ed 9b 3f 68 53 5b 1c c7 33 74 c8 e... | 36.059299 | 8,182 | 0.668897 |
7d14f20ef54ae2da98397b3842e6df057d504776 | 3,213 | cbl | COBOL | benchmark/mandelbrotset.cbl | phe-sto/CoBOL-GRAALVM | 943e98483173ac45ff268c658cdabc9a0dab5430 | [
"WTFPL"
] | 3 | 2021-03-14T20:34:29.000Z | 2022-01-10T17:39:22.000Z | benchmark/mandelbrotset.cbl | phe-sto/CoBOL-GraalVM | 943e98483173ac45ff268c658cdabc9a0dab5430 | [
"WTFPL"
] | null | null | null | benchmark/mandelbrotset.cbl | phe-sto/CoBOL-GraalVM | 943e98483173ac45ff268c658cdabc9a0dab5430 | [
"WTFPL"
] | null | null | null | identification division.
program-id. mandelbrotset.
*>****************************************************************
*> Display the Mandelbrot set generator, largely inpired by(c)
*> 2015 Mike Harris (free software released under gpl).
*>*****************************************... | 40.1625 | 73 | 0.502023 |
7c544fa03a3719011b15cf1479d9c7eb7263939f | 1,873 | cob | COBOL | Operadores-Aritimeticos.cob | fernando-datageo/COBOL | ec6a67bde4714fff97375bdb1d72f7105d7b8d5b | [
"MIT"
] | null | null | null | Operadores-Aritimeticos.cob | fernando-datageo/COBOL | ec6a67bde4714fff97375bdb1d72f7105d7b8d5b | [
"MIT"
] | null | null | null | Operadores-Aritimeticos.cob | fernando-datageo/COBOL | ec6a67bde4714fff97375bdb1d72f7105d7b8d5b | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. OPERADORES ARITIMETICOS.
*********************************************
* AREA DE COMENTARIOS - REMARKS
* AUTHOR = LUIS F C LAZANHA
* OBJETIVO: OPERADORES ARITIMETICOS
* DATA = 26/06/2021
******************************************... | 38.22449 | 68 | 0.477309 |
da5c3dc149aab145c33da1830d9720fad1c58d38 | 1,757 | cbl | COBOL | project/main-program.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/main-program.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/main-program.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. main-program.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
REPOSITORY.
FUNCTION REPLACE-LETTER.
DATA DIVISION.
WORKING-STORAGE SECTION.
*> 01 MESSAGE-LINES PIC 999.
*> 01... | 31.945455 | 71 | 0.464997 |
dd63e1e9b0e001c0d34ee3555e77b2ad9779cac6 | 23,373 | cbl | COBOL | cs08b.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs08b.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs08b.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
*... | 33.776012 | 72 | 0.433021 |
60dd5b7023ac5b078e911b0e99750341b39c7e62 | 489 | cbl | COBOL | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/ACCTREC.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/ACCTREC.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | Mainframe-5202 and Mainframe-6202/KC03JB8.DEMO.CICS.COBOL/ACCTREC.cbl | HenryZheng1998/Cobol-Mainframe-courses | df116fa60e3956a80c76d42896a7c412dd5d60fc | [
"MIT"
] | null | null | null | 01 ACCTREC.
05 ACCTKEY.
10 ACCTCODE PIC X(3) VALUE 'XXX'.
10 ACCTNO PIC 9(5).
05 FNAME PIC X(15).
05 SNAME PIC x(15).
05 TITL PIC X(4).
05 ADDR1 PIC X(20).
... | 40.75 | 56 | 0.347648 |
3865c896669c707f33104f9c00f358eaeba27c4b | 2,025 | cobol | COBOL | Task/Hello-world-Graphical/COBOL/hello-world-graphical-4.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Hello-world-Graphical/COBOL/hello-world-graphical-4.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Hello-world-Graphical/COBOL/hello-world-graphical-4.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | *>
*> cobweb-gui-hello, using gtk-label
*> Tectonics:
*> cobc -w -xj cobweb-gui-hello.cob cobweb-gtk.cob \
*> `pkg-config --libs gtk+-3.0`
*>
identification division.
program-id. cobweb-gui-hello.
environment division.
configuration section.
... | 32.142857 | 68 | 0.54321 |
9512324ade5ad9f3035786e68f40cdc7bb04f764 | 40 | cobol | COBOL | Task/Literals-String/COBOL/literals-string-1.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Literals-String/COBOL/literals-string-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Literals-String/COBOL/literals-string-1.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | "This is a valid string."
'As is this.'
| 13.333333 | 25 | 0.65 |
29317dd7d5aed7dd11f1b8ee6e4c8f6b81da6177 | 2,356 | cob | COBOL | AdventOfCode2020/d03b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2020/d03b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2020/d03b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2020-03-2.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d3.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
F... | 30.597403 | 71 | 0.524618 |
218e936ee291cd056295b30be6ec19ae879bfacc | 2,514 | cpy | COBOL | chapter-10/serverless/BusinessSystemTests/src/HELPER-FUNCTIONS.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/BusinessSystemTests/src/HELPER-FUNCTIONS.cpy | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-10/serverless/BusinessSystemTests/src/HELPER-FUNCTIONS.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... | 53.489362 | 71 | 0.468974 |
0a2c8bebaf4dcd4c91352d63e545004727fe14ab | 2,570 | cbl | COBOL | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/InputDataFilePaths.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/InputDataFilePaths.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/InputDataFilePaths.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... | 54.680851 | 88 | 0.470428 |
c68801d6c76bcb5f5c3da2531ea4fe4a353f911f | 195 | cob | COBOL | test/test00.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/test00.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/test00.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 3 | 2017-08-30T17:47:59.000Z | 2021-10-05T18:01:20.000Z | identification division.
program-id. Hello-World.
environment division.
data division.
procedure division.
display "Hello world!".
| 27.857143 | 40 | 0.54359 |
3e363cbcb6a26da7a662b791b85a2a48ff898cc1 | 1,511 | cob | COBOL | test/prog406.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/prog406.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/prog406.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 3 | 2017-08-30T17:47:59.000Z | 2021-10-05T18:01:20.000Z | IDENTIFICATION DIVISION.
*
PROGRAM-ID. PROG406.
*
***************************************************
* *
* 1. DATE-WRITTEN. 08/01/90. *
* *
* 2. T... | 31.479167 | 61 | 0.304434 |
b4f8c15e12022d08bfc3a13f01b8f82242880175 | 563 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/tandem/ExecSqlMultiline.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/preprocessor/tandem/ExecSqlMultiline.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/preprocessor/tandem/ExecSqlMultiline.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
DATA DIVISION.
WORKING-STORAGE SECTION.
EXEC SQL
INCLUDE SQLSCRIPT
END-EXEC.
EXEC SQL
INCLUDE TEACHER
END-EXEC.
EXEC SQL BEGIN DECLARE SECTION
END-EXEC.
01 WS-TEACHER-REC.
05 WS-TEACHER-ID PIC 9(10).
EXEC SQL END DECLARE SECTION... | 17.59375 | 39 | 0.65897 |
668f2f4ba273fa466beed55239062e707beb914d | 1,797 | cpy | COBOL | Snippets/PropertyMappings/srcFiles/copybook/epsmtout.cpy | polankivijay/sample | 27fa0ff101ff416e81dbcfc734d66d76a0195676 | [
"Apache-2.0"
] | 47 | 2018-06-19T17:35:27.000Z | 2022-02-24T23:08:31.000Z | Snippets/PropertyMappings/srcFiles/copybook/epsmtout.cpy | polankivijay/sample | 27fa0ff101ff416e81dbcfc734d66d76a0195676 | [
"Apache-2.0"
] | 76 | 2018-09-30T14:47:16.000Z | 2022-03-15T14:44:47.000Z | Snippets/PropertyMappings/srcFiles/copybook/epsmtout.cpy | polankivijay/sample | 27fa0ff101ff416e81dbcfc734d66d76a0195676 | [
"Apache-2.0"
] | 114 | 2018-09-28T14:04:25.000Z | 2022-03-29T10:42:54.000Z | *****************************************************************
* *
* Licensed Materials - Property of IBM *
* *
* EPSMTOUT.cpy bla ... | 54.454545 | 71 | 0.317195 |
5f6f676053a5f88d8a624ea3b42150c0da5fea24 | 1,511 | cob | COBOL | test.cob | drymaik/raide | 9ae3b9ff427442899791723095e49bd038322d19 | [
"MIT"
] | 2 | 2020-03-01T11:54:21.000Z | 2021-10-01T22:50:29.000Z | test.cob | drymaik/raide | 9ae3b9ff427442899791723095e49bd038322d19 | [
"MIT"
] | null | null | null | test.cob | drymaik/raide | 9ae3b9ff427442899791723095e49bd038322d19 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. VARS.
DATA DIVISION.
*> working storage defines variables
WORKING-STORAGE SECTION.
*> define a number with a sign, 3 numbers, a decimal, and then
*> two numbers aafter the decimal. by default it should b... | 45.787879 | 81 | 0.52548 |
f36e6be6d64a50d8a0d245590bf0aca7d5dcaac2 | 40,492 | cpy | COBOL | CopyBooks/FAKADDRW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | 1 | 2020-08-17T20:18:48.000Z | 2020-08-17T20:18:48.000Z | CopyBooks/FAKADDRW.cpy | dinodev76/COB-FAKER | 984e44a309d8d52a7a376a647f049d0a40cd75fb | [
"MIT"
] | null | null | null | CopyBooks/FAKADDRW.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
*================================================... | 58.94032 | 72 | 0.372493 |
bca098a2fd904d46a3e5d9156be46c6bbfa6337e | 5,526 | cbl | COBOL | dates/today.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 4 | 2020-07-16T14:45:10.000Z | 2022-02-10T03:37:26.000Z | dates/today.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | 1 | 2020-05-24T09:11:22.000Z | 2020-05-24T15:09:30.000Z | dates/today.cbl | brazilofmux/gnucobol | fa8dfb6ce20ad3f0d6620e4e883f1951b48c4c64 | [
"MIT"
] | null | null | null | *>*****************************************************************
*> today - What is today's date? *
*> Copyright (C) 2000 Solid Vertical Domains, Ltd. *
*> and Stephen Dennis *
*> Copyright (C) 2020 Stephen Dennis ... | 31.577143 | 67 | 0.527687 |
13b7943727836a44f238335288b2ef245d209338 | 1,733 | cbl | COBOL | project/src/replace-letter.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/src/replace-letter.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | project/src/replace-letter.cbl | Jaikido007/makersbbs-tmct | 6673a791e97ed694d21e9642c4b9c9ca64439219 | [
"RSA-MD"
] | null | null | null | IDENTIFICATION DIVISION.
FUNCTION-ID. REPLACE-LETTER.
DATA DIVISION.
LINKAGE SECTION.
01 LS-WORD PIC X(20).
01 LS-HIDDEN-WORD PIC X(20).
PROCEDURE DIVISION USING LS-WORD RETURNING LS-HIDDEN-WORD.
INSPECT LS-WORD REPLACING ALL 'a' BY '*'.
... | 43.325 | 65 | 0.536642 |
1e03754916987ea45f6a49a450baf9f3ca38bec9 | 3,899 | cob | COBOL | Cobol/Curso/ComandosAritmeticos.cob | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Curso/ComandosAritmeticos.cob | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Curso/ComandosAritmeticos.cob | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "Comandos aritmeticos".
AUTHOR. "LUCAS KURATA".
*============================... | 41.042105 | 72 | 0.329828 |
a212fe25d3c0f4495a9a42b331f5e57a0c7be587 | 573 | cbl | COBOL | 0007/0007.cbl | varikvalefor/Equivalent-Computer-Programs | 868c97b8305dc78e7a2eda94f4eaf4f26effe2cc | [
"BSD-3-Clause"
] | null | null | null | 0007/0007.cbl | varikvalefor/Equivalent-Computer-Programs | 868c97b8305dc78e7a2eda94f4eaf4f26effe2cc | [
"BSD-3-Clause"
] | 4 | 2021-09-08T20:30:03.000Z | 2021-09-10T00:58:05.000Z | 0007/0007.cbl | varikvalefor/Equivalent-Computer-Programs | 868c97b8305dc78e7a2eda94f4eaf4f26effe2cc | [
"BSD-3-Clause"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. "0007".
DATA DIVISION.
WORKING-STORAGE SECTION.
01 VA PIC 9(38).
01 VB PIC 9(38).
01 VC PIC Z(38)9.
PROCEDURE DIVISION.
A-PARA.
ADD 1 TO VA.
SET VB TO 0.
B-PARA.
... | 24.913043 | 68 | 0.425829 |
cb6d24341d04799dfdca9c36839da9bb9bdd79b5 | 397 | cbl | COBOL | COBOL/sandbox/src/util.cbl | codetojoy/gists | 2616f36a8c301810a88b8a9e124af442cf717263 | [
"Apache-2.0"
] | 1 | 2020-04-17T00:08:06.000Z | 2020-04-17T00:08:06.000Z | COBOL/sandbox/src/util.cbl | codetojoy/gists | 2616f36a8c301810a88b8a9e124af442cf717263 | [
"Apache-2.0"
] | 2 | 2021-04-25T12:26:02.000Z | 2021-07-27T17:17:32.000Z | COBOL/sandbox/src/util.cbl | codetojoy/gists | 2616f36a8c301810a88b8a9e124af442cf717263 | [
"Apache-2.0"
] | 1 | 2018-02-27T01:32:08.000Z | 2018-02-27T01:32:08.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. UTIL.
DATA DIVISION.
LINKAGE SECTION.
01 LS-STUDENT-ID PIC 9(4).
01 LS-STUDENT-NAME PIC A(15).
PROCEDURE DIVISION USING LS-STUDENT-ID, LS-STUDENT-NAME.
DISPLAY 'In Called Pr... | 30.538462 | 68 | 0.503778 |
f432c939608e10cdd8d5e002dd7eb8178bab221b | 305 | cobol | COBOL | Task/String-interpolation--included-/COBOL/string-interpolation--included-.cobol | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/String-interpolation--included-/COBOL/string-interpolation--included-.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/String-interpolation--included-/COBOL/string-interpolation--included-.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. interpolation-included.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 extra PIC X(6) VALUE "little".
PROCEDURE DIVISION.
DISPLAY FUNCTION SUBSTITUTE("Mary had a X lamb.", "X", extra)
GOBACK
.
| 23.461538 | 72 | 0.57377 |
ba5908402a3f2e8811b8f285f26f574cf4016e45 | 826 | cobol | COBOL | Task/Fork/COBOL/fork.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Fork/COBOL/fork.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Fork/COBOL/fork.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | identification division.
program-id. forking.
data division.
working-storage section.
01 pid usage binary-long.
procedure division.
display "attempting fork"
call "fork" returning pid
on exception
display "error: no fork linkage" upon ... | 26.645161 | 61 | 0.53753 |
17a5dd8d68faeb54198d782eb407386674272b7a | 1,650 | cob | COBOL | AdventOfCode2021/d06b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2021/d06b.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2021/d06b.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-2.
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.947368 | 56 | 0.527273 |
c1c17cd92d1f3951b3fa0be5c61dbd174d4ca327 | 10,405 | cbl | COBOL | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/TransactionsBuilder.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/TransactionsBuilder.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-07/CreditServiceApplication/DataBuilder/src/com/mfcobolbook/databuilder/TransactionsBuilder.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... | 42.469388 | 100 | 0.505046 |
d129aa4823756329ae11e5d495822cce737d29bd | 8,169 | cbl | COBOL | chapter-08/worked/BusinessInterop/src/com/mfcobolbook/businessinterop/CustomerDataAccess.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | 2 | 2022-01-04T20:05:39.000Z | 2022-01-21T10:03:14.000Z | chapter-08/worked/BusinessInterop/src/com/mfcobolbook/businessinterop/CustomerDataAccess.cbl | MicroFocus/visual-cobol-for--java-developers-book | d46a5f173e4f8df67456dab3b9ce52fe0c7fceaa | [
"MIT"
] | null | null | null | chapter-08/worked/BusinessInterop/src/com/mfcobolbook/businessinterop/CustomerDataAccess.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... | 42.546875 | 86 | 0.485616 |
196cca0447f1c23fc3403d46b88a6f4fd3b19470 | 1,126 | cob | COBOL | test/test02.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 9 | 2016-06-28T00:57:49.000Z | 2021-10-05T17:50:52.000Z | test/test02.cob | msharov/cobcy | 1c2362eed77abf142d53e77de54ad1e757369f95 | [
"MIT"
] | 5 | 2016-09-26T07:41:49.000Z | 2021-02-05T21:01:14.000Z | test/test02.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.
* All of the above is required and
* no abbreviations are allowed.
data division.
working-storage section.
01 varx.
05 vary picture is 9999.
* This is a test ... | 36.322581 | 63 | 0.53286 |
ba8fc846533d477788dfdbeda57fdf65d10776d3 | 438 | cbl | COBOL | cobol/testdata/local/testantlr110.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr110.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr110.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 Identification Division.
000002 Program-ID. testantlr110.
000003 Data Division.
000004 Working-Storage Section.
000005
000006 01 CONSTANTS.
000007 05 MYNAME PIC X(012) VALUE 'testantlr110'.
000008
000009 Procedure Division.
000010 DISPLAY MYNAME ' Begin'
000011
000012 EXEC SQL CA... | 21.9 | 68 | 0.721461 |
944d2e52ca4baf85dc2bcd9e899d0517d207c39a | 144 | cbl | COBOL | src/test/resources/io/proleap/cobol/asg/procedure/perform/PerformInlineTimes.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 81 | 2018-03-29T23:39:01.000Z | 2022-03-07T11:23:10.000Z | src/test/resources/io/proleap/cobol/asg/procedure/perform/PerformInlineTimes.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 64 | 2017-03-27T11:15:15.000Z | 2018-03-09T18:10:43.000Z | src/test/resources/io/proleap/cobol/asg/procedure/perform/PerformInlineTimes.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. PERFORMINLINETIMES.
PROCEDURE DIVISION.
PERFORM
2 TIMES
DISPLAY "Test"
END-PERFORM. | 20.571429 | 32 | 0.694444 |
847561946a99ab0040a49fcee95dd7f349d35443 | 486 | cbl | COBOL | src/test/resources/io/proleap/cobol/preprocessor/variable/EmptyLines.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/EmptyLines.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/EmptyLines.cbl | stawi/cobol85parser | 1e3426b401a6a81d5f19d5e8737856e53f10bce6 | [
"MIT"
] | 44 | 2019-01-03T11:48:54.000Z | 2021-12-21T09:46:42.000Z | 000100 Identification Division.
000200 Program-ID.
000201
000300 HELLOWORLD.
000301
000400 Procedure Division. ... | 40.5 | 88 | 0.279835 |
3d4fc2fedf48594ccb2ed83623de355abb036975 | 1,745 | cpy | COBOL | server/src/test/resources/implicitCopybooks/SQLDA.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/SQLDA.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/SQLDA.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/
... | 45.921053 | 76 | 0.468195 |
d07b0defaad9b6f689979dc0c6d705125731badd | 329 | cob | COBOL | languages/cobol/addition.cob | octonion/examples | 5d142697b9f781e37c61f32217fdb6d661902d42 | [
"MIT"
] | 4 | 2017-12-14T04:00:10.000Z | 2018-03-31T07:12:13.000Z | languages/cobol/addition.cob | octonion/examples | 5d142697b9f781e37c61f32217fdb6d661902d42 | [
"MIT"
] | null | null | null | languages/cobol/addition.cob | octonion/examples | 5d142697b9f781e37c61f32217fdb6d661902d42 | [
"MIT"
] | null | null | null | IDENTIFICATION DIVISION.
PROGRAM-ID. addition.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 x PIC S9(9) COMP-5 VALUE 2.
01 y PIC S9(9) COMP-5 VALUE 2.
01 z PIC S9(9) COMP-5.
PROCEDURE DIVISION.
display function add (x,y).
S... | 27.416667 | 37 | 0.574468 |
81c560ad80d421229288e7081431500b819ae993 | 57,571 | cob | COBOL | Source/T3DIICHAP08/car01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Source/T3DIICHAP08/car01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Source/T3DIICHAP08/car01.cob | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Caligari V00.01ALH
BitM V0.01 Id 0 Parent 0 Size 00010108
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 3299
ZippedThumbnail:78 9c ed 9b 31 48 23 5b 17 c7 53 5a 6e 9... | 32.198546 | 9,913 | 0.658717 |
fd3c321fb8738ab41b40598b0efd20133ae6894a | 575 | cob | COBOL | adding.cob | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | adding.cob | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | adding.cob | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | * add two numbers
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. adding.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 A PIC S9(4).
01 B PIC S9(4).
01 AB PIC S9(5).
... | 26.136364 | 72 | 0.438261 |
829f90dd5aeec9b7905681eee41df521010d7c24 | 253 | cob | COBOL | hello.cob | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | hello.cob | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | hello.cob | jdavidrcamacho/COBOL_TaE | 1a4c2ce25926865817cd95f4bbff998ab93e1245 | [
"MIT"
] | null | null | null | * hello world program
******************************************************************
IDENTIFICATION DIVISION.
PROGRAM-ID. hello_world.
PROCEDURE DIVISION.
DISPLAY 'Hello world!'.
EXIT PROGRAM.
| 31.625 | 72 | 0.411067 |
a7b7316e84cf81200cccbe5b55b884942d159f06 | 3,275 | cbl | COBOL | Cobol/Estrutura Decisao/001-PostoCombustivel.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Decisao/001-PostoCombustivel.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | Cobol/Estrutura Decisao/001-PostoCombustivel.cbl | lucaskurata/Centro_Estudo | 2dfcb5d355005c61a0d21291973ae2b7717ce234 | [
"Apache-2.0"
] | null | null | null | *================================================================*
IDENTIFICATION DIVISION.
*================================================================*
PROGRAM-ID. "ConverteMetrosParaCentimetros".
AUTHOR. "LUCAS KURATA".
*==============... | 45.486111 | 73 | 0.276947 |
0bbf609c802de65f4b0c6fe93896396e60506fde | 163 | cob | COBOL | src/hello.cob | sweeneyb/cobol-playground | 9fdad25e47c88b677c95f07812819235a6b09482 | [
"MIT"
] | null | null | null | src/hello.cob | sweeneyb/cobol-playground | 9fdad25e47c88b677c95f07812819235a6b09482 | [
"MIT"
] | null | null | null | src/hello.cob | sweeneyb/cobol-playground | 9fdad25e47c88b677c95f07812819235a6b09482 | [
"MIT"
] | null | null | null | * Sample COBOL program
IDENTIFICATION DIVISION.
PROGRAM-ID. hello.
PROCEDURE DIVISION.
DISPLAY "Hello, world!".
STOP RUN.
| 23.285714 | 31 | 0.582822 |
1a0879ef9407b1ebfa1ee76ec9ded9dccedebd68 | 2,696 | cbl | COBOL | cs01a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs01a.cbl | cschneid-the-elder/aoc-2021 | d4910241bd7e78ae53b4a12629e25713b4c110d6 | [
"MIT"
] | null | null | null | cs01a.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
*... | 30.292135 | 69 | 0.481083 |
614f2c4bd34dbecd810747fb2f7d2b93ba0543d7 | 2,011 | cob | COBOL | HELLO-WORLD.cob | COBOL-Erik/COBOL-Beginners-Course | 715d6740f0fdcfd4066d56e6e7b4458d82a43d47 | [
"MIT"
] | null | null | null | HELLO-WORLD.cob | COBOL-Erik/COBOL-Beginners-Course | 715d6740f0fdcfd4066d56e6e7b4458d82a43d47 | [
"MIT"
] | null | null | null | HELLO-WORLD.cob | COBOL-Erik/COBOL-Beginners-Course | 715d6740f0fdcfd4066d56e6e7b4458d82a43d47 | [
"MIT"
] | 1 | 2020-11-01T11:42:53.000Z | 2020-11-01T11:42:53.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 X PIC 99.
77 Y PIC 99.
77 Z PIC 99.
01 A-ARBETSAREOR.
05 A-DATUM PIC X(8).
05 A-NAMN PIC X(40).
05 A-ALDER PIC 999.
01 UTVARDERING.
05 RUBRIK.
10 FILLER... | 20.520408 | 64 | 0.630532 |
b4575aaaccb68b3f356a45dc3753f467e29d8c5b | 418 | cobol | COBOL | Task/Flow-control-structures/COBOL/flow-control-structures-5.cobol | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Flow-control-structures/COBOL/flow-control-structures-5.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Flow-control-structures/COBOL/flow-control-structures-5.cobol | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | PROGRAM-ID. Perform-Example.
PROCEDURE DIVISION.
Main.
PERFORM Moo
PERFORM Display-Stuff
PERFORM Boo THRU Moo
GOBACK
.
Display-Stuff SECTION.
Foo.
DISPLAY "Foo " WITH NO ADVANCING
.
Boo.
... | 17.416667 | 43 | 0.440191 |
23b47dbf93a2b33145a37d31b1cef6219429de50 | 4,431 | cob | COBOL | AdventOfCode2020/d07a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 13 | 2020-12-11T23:07:24.000Z | 2021-12-27T23:58:22.000Z | AdventOfCode2020/d07a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 1 | 2020-12-20T22:16:33.000Z | 2021-08-17T16:54:08.000Z | AdventOfCode2020/d07a.cob | GaloisGirl/Coding | 24870ff58c3e5c155547276f7a6fd3e613f60b5e | [
"MIT"
] | 2 | 2020-12-20T22:02:08.000Z | 2021-12-23T14:42:07.000Z | IDENTIFICATION DIVISION.
PROGRAM-ID. AOC-2020-07-1.
AUTHOR. ANNA KOSIERADZKA.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT INPUTFILE ASSIGN TO "d07.input"
ORGANIZATION IS LINE SEQUENTIAL.
DATA DIVISION.
... | 32.343066 | 67 | 0.495148 |
52460cc9c86b5ccb9dbca000a7714e1672f477f8 | 2,294 | cpy | COBOL | ispw/src/test/demo-workspace/rjk2/COPY/ORDR.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/ORDR.cpy | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | null | null | null | ispw/src/test/demo-workspace/rjk2/COPY/ORDR.cpy | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | 2 | 2021-11-04T14:45:48.000Z | 2022-02-09T20:04:03.000Z | 000100 01 ORDER-ROOT-DATA. 00010000
000200 05 ORDER-ROOT-KEY. 00020000
000300 07 ORDER-NUMBER-PREFIX PIC X(02). 00030000
000400 07 ORDER-NUMBER PIC 9(04). 00... | 81.928571 | 81 | 0.478204 |
426fa07723fa28886efbce21e24612170fa21b8c | 1,304 | cpy | COBOL | Products/PloneGlossary/skins/PloneGlossary/ploneglossary_management_edit.cpy | collective/Products.PloneGlossary | ae040e0590040a23e20933e588324b9da222918e | [
"Unlicense"
] | null | null | null | Products/PloneGlossary/skins/PloneGlossary/ploneglossary_management_edit.cpy | collective/Products.PloneGlossary | ae040e0590040a23e20933e588324b9da222918e | [
"Unlicense"
] | 2 | 2016-03-02T10:45:42.000Z | 2021-04-29T09:56:41.000Z | Products/PloneGlossary/skins/PloneGlossary/ploneglossary_management_edit.cpy | collective/Products.PloneGlossary | ae040e0590040a23e20933e588324b9da222918e | [
"Unlicense"
] | 2 | 2017-05-21T20:11:42.000Z | 2019-08-22T13:13:09.000Z | ## Controller Python Script "ploneglossary_management_edit"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind state=state
##bind subpath=traverse_subpath
##parameters=
##title= Manage PloneGlossary
##
from Products.CMFCore.utils import getToolByName
from Products.PloneGlos... | 38.352941 | 79 | 0.782209 |
67367cd25198bd891c09b3ed560416fdd1dd4184 | 15,309 | cbl | COBOL | cobol/testdata/local/testantlr332.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 6 | 2020-06-18T08:47:41.000Z | 2021-12-06T05:54:07.000Z | cobol/testdata/local/testantlr332.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 3 | 2020-10-26T11:06:31.000Z | 2022-03-29T18:59:04.000Z | cobol/testdata/local/testantlr332.cbl | Trisk3lion/mapa | 19f47614f96dd0b14ff87fecc65e7bea082521ca | [
"MIT"
] | 5 | 2021-01-21T18:54:33.000Z | 2022-01-18T23:01:31.000Z | 000001 Identification Division. 00000001
000002 Program-ID. testantlr332. 00000002
000003 Data Division. 00000003
000004 Working-Storage Section. 00000... | 80.573684 | 80 | 0.343197 |
d941afcb37973ee3071cdf0e61aa7e7c5c8e5dab | 32,425 | cbl | COBOL | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/.expanded/HCT1PL01.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | 2 | 2021-03-15T09:48:34.000Z | 2021-08-20T23:39:56.000Z | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/.expanded/HCT1PL01.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | 3 | 2019-10-19T09:56:40.000Z | 2020-05-26T16:49:11.000Z | HCAZ_Source/IBMUSER.ZMOBILE.COBOL/.expanded/HCT1PL01.cbl | kant/summit-health-apis | 4f26085eb9a80b050910358eb97ab7f0ebdb93c3 | [
"Apache-2.0"
] | 7 | 2019-07-29T16:27:27.000Z | 2021-07-04T15:26:50.000Z | ******************************************************************
* *
* LICENSED MATERIALS - PROPERTY OF IBM *
* *
* "RESTRICTED MATERIAL... | 39.30303 | 109 | 0.445767 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.