Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    SQL – DROP or DELETE Table

    • Post author:S J
    • Post published:August 18, 2021
    • Post category:SQL
    • Post comments:0 Comments

    The SQL DROP TABLE statement is used to remove a table definition and all the data, indexes, triggers, constraints and permission specifications for that table. NOTE − You should be very careful while…

    Continue ReadingSQL – DROP or DELETE Table

    JCL – Procedures

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:IMS DB
    • Post comments:0 Comments

    The JCL Procedures are set of statements inside a JCL grouped together to perform a particular function. Usually, the fixed part of the JCL is coded in a procedure. The varying part…

    Continue ReadingJCL – Procedures

    SQL – CREATE Table

    • Post author:S J
    • Post published:August 18, 2021
    • Post category:SQL
    • Post comments:0 Comments

    Creating a basic table involves naming the table and defining its columns and each column's data type. The SQL CREATE TABLE statement is used to create a new table. Syntax The basic…

    Continue ReadingSQL – CREATE Table

    SQL – SELECT Database, USE Statement

    • Post author:S J
    • Post published:August 18, 2021
    • Post category:SQL
    • Post comments:0 Comments

    When you have multiple databases in your SQL Schema, then before starting your operation, you would need to select a database where all the operations would be performed. The SQL USE statement…

    Continue ReadingSQL – SELECT Database, USE Statement

    JCL – Base Library

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:IMS DB
    • Post comments:0 Comments

    Base Library is the Partitioned Dataset (PDS), which holds the load modules of the program to be executed in the JCL or the catalogued procedure, which is called in the program.…

    Continue ReadingJCL – Base Library

    SQL – DROP or DELETE Database

    • Post author:S J
    • Post published:August 18, 2021
    • Post category:SQL
    • Post comments:0 Comments

    The SQL DROP DATABASE statement is used to drop an existing database in SQL schema. Syntax The basic syntax of DROP DATABASE statement is as follows − DROP DATABASE DatabaseName; Always the…

    Continue ReadingSQL – DROP or DELETE Database

    JCL – DD Statement

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:JCL
    • Post comments:0 Comments

    Datasets are mainframe files with records organised in a specific format. Datasets are stored on the Direct Access Storage Device (DASD) or Tapes of the mainframe and are basic data…

    Continue ReadingJCL – DD Statement

    JCL – EXEC Statement

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:JCL
    • Post comments:0 Comments

    Each JCL can be made of many job steps. Each job step can execute a program directly or can call a procedure, which in turn executes one or more programs…

    Continue ReadingJCL – EXEC Statement

    SQL – CREATE Database

    • Post author:S J
    • Post published:August 18, 2021
    • Post category:SQL
    • Post comments:0 Comments

    The SQL CREATE DATABASE statement is used to create a new SQL database. Syntax The basic syntax of this CREATE DATABASE statement is as follows − CREATE DATABASE DatabaseName; Always the database…

    Continue ReadingSQL – CREATE Database

    JCL – JOB Statement

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:JCL
    • Post comments:0 Comments

    JOB Statement is the first control statement in a JCL. This gives the identity of the job to the Operating System (OS), in the spool and in the scheduler. The…

    Continue ReadingJCL – JOB Statement
    • Go to the previous page
    • 1
    • …
    • 596
    • 597
    • 598
    • 599
    • 600
    • 601
    • 602
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP