This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.1' | |
services: | |
zoo1: | |
image: confluentinc/cp-zookeeper:7.3.2 | |
platform: linux/amd64 | |
hostname: zoo1 | |
container_name: zoo1 | |
ports: | |
- "2181:2181" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
****** ***************************** Top of Data ****************************** | |
000001 IDENTIFICATION DIVISION. | |
000002 PROGRAM-ID. CBLINSP. | |
000003 AUTHOR. SANDEEP R PRAJAPATI. | |
000004 * | |
000005 ENVIRONMENT DIVISION. | |
000006 INPUT-OUTPUT SECTION. | |
000007 * | |
000008 DATA DIVISION. | |
000009 WORKING-STORAGE SECTION. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IDENTIFICATION DIVISION. | |
PROGRAM-ID. EXTERM. | |
AUTHOR. SANDEEP. | |
DATE-WRITTEN. 21-10-2020. | |
************************************************************ | |
* DATA DIVISION | |
************************************************************ | |
ENVIRONMENT DIVISION. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IDENTIFICATION DIVISION. | |
PROGRAM-ID. CBLTAXS. | |
* | |
ENVIRONMENT DIVISION. | |
* | |
DATA DIVISION. | |
* | |
WORKING-STORAGE SECTION. | |
* | |
01 TAX-SLAB. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A111BILLY BIGGS NCPROGRAMMER/ANALYST 0320000505007500COBOL Y | |
B222FRED TANAKA ALGRAPHIC DESIGNER 0071110506005000JAVASCRIPT Y | |
C333SALLY FIDDLER NCDATABASE ADMIN 1110220515017500CDB2 N | |
A111LEONARD STEIN NYJES/JCL SPECIALIST 0220330510027500COBOL Y | |
A111AL YANKOV NCPROGRAMMER/ANALYST 0110000504017500JCL L Y | |
B222KYUHEE PARK NYSYSTESM PROGRAMMER 0410300504027500ASSEMBLER Y | |
D444MEL HUDAK NCMANAGER 0640900506537500VISIO N | |
B333CARLOS RAMOS NYPROGRAMMER/ANALYST 0410100511011100COBOL Y | |
B222ELIZABETH W ALSYSTEMS ARCHITECT 0190200545433300ECLIPSE N | |
B222MILLARD FILL CAPROGRAMMER/ANALYST 0980030521044500COBOL N |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IDENTIFICATION DIVISION. | |
PROGRAM-ID. CBLV1TBL. | |
AUTHOR. SANDEEP R PRAJAPATI. | |
****************************************************************** | |
*DESCRIPTION: COBOL PROGRAM LOADS DATA INTO EMPLOYEE TABLE * | |
* USING EXTERNAL FILE * | |
*DATE : 24-09-2020 * | |
****************************************************************** | |
* | |
ENVIRONMENT DIVISION. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IDENTIFICATION DIVISION. | |
PROGRAM-ID. CBL1DTBL. | |
AUTHOR. SANDEEP R PRAJAPATI. | |
****************************************************************** | |
*DESCRIPTION: COBOL PROGRAM LOADS DATA INTO EMPLOYEE TABLE * | |
* USING EXTERNAL FILE * | |
*DATE : 23-09-2020 * | |
****************************************************************** | |
* | |
ENVIRONMENT DIVISION. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IDENTIFICATION DIVISION. | |
PROGRAM-ID. CBLMERG. | |
* | |
****************************************************************** | |
* AUTHOR: SANDEEP | |
* DESC : COBOL PROGRAM USING INTERNAL SORT TO MERGE | |
* : TWO INPUT FILE IN OUTPUT FILE. | |
****************************************************************** | |
ENVIRONMENT DIVISION. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
****************************************************************** | |
* AUTHOR: SANDEEP * | |
* PROGRAM: HELLO * | |
* DESCRIPTION: THIS MODULE IS RECEIVE AND SENDS DATA TO CICS * | |
* REGION * | |
* DATE: 05-08-2020 * | |
****************************************************************** | |
IDENTIFICATION DIVISION. | |
PROGRAM-ID. HELLO. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
****************************************************************** | |
* Author: SANDEEP PRAJAPATI * | |
* Date: 03-07-2020 * | |
* Purpose: REPORT GENERATION USING COBOL PROGRAM. * | |
* : THIS PROGRAM READS A CUSTOMER TABLE * | |
* : WHICH WRITES A REPORT FORMAT * | |
****************************************************************** | |
IDENTIFICATION DIVISION. | |
* | |
PROGRAM-ID. DB2PGM8. |
NewerOlder