Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

identification division. program - id . A 2 START. date - written. date. author. name. sDescription: 8 environment division. configuration section. * * * input

identification division.
program-id. A2START.
date-written. date.
author. name.
sDescription:
8
environment division.
configuration section.
***
input-output section.
**
file-control.
input-file declaration
select input-file
assign to ??????
organization is sequential.
8
output-file declaration
select output-file
assign to ??????
organization is sequential.
s
data division.
file section.
8
fd input-file
recording mode is F
data record is input-line
record contains 29 characters.
8
01 input-line.
85????
85????
s
fd output-file
recording mode is F
data record is output-line
record contains ??? characters.
**
81 output-line
PIC x(???).
working-storage section.
procedure division.
e0-main.
8
goback.
end program A2START.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago