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????
**
fd output-file
recording mode is F
data record is output-line
record contains ??? characters.
$
81 output-line
PIC x(???).
s
working-storage section.
procedure division.
e0-main.
8
goback.
end program A2START.
//CLYYYA2, JOB
??COBOL, EXEC PROC =IGYWCL,
// PARM. COBOL =' TEST, RENT, APOST, OBJECT, NODYNAM, LIB, SIZE (2097152)'
//COBOL.STEPLIB DD DSN=IGY630.SIGYCOMP,
??,DISP=SHR
/* DECLARE DATASET THAT CONTAINS SOURCE CODE
//COBOL.SYSIN DD DSN=KC03YYY.DCMAFD01. A2. COBOL(A2ILIST),
??,DISP=SHR
??**
/* DECLARE PDS MEMBER TO STORE LOAD MODULE
//LKED.SYSLMOD DD DSN=KCO3YYY.DCMAFD01. COBOL. LOADLIB(A2ILIST),
??,DISP=0LD
??**
V/RYYYA2, JOB
/*
/* SET OUTFILE DD NAME TO MATCH YOUR ASSIGN NAME FOR FILE
/* SET LRECL ??? FOR OUTFILE TO MATCH YOUR OUTPUT RECORD SIZE
??**
??A2R, EXEC PGM=A2ILIST
//STEPLIB DD DSN=KC03YYY.DCMAFD01. COBOL. LOADLIB,
??,DISP=SHR
//??????? DD DSN=KC03YYY.DCMAFD01.A2.ILIST.DATA,
// DISP=SHR
//?????? DD DSN=KC03YYY.DCMAFD01.A2.ILIST.OUT,
// DISP=(NEW, CATLG, DELETE),
// SPACE=(TRK,(2,1)),
// RECFM=F,
// LRECL=???
??**
h113IM 444000050000100000105112BETH168CLAIRE 666000030000150000155221TOM310SALLY 20700009000040000205311GERRY 017999002000006000055390CINDY 033751001000002000195445SAMMY 055000013000015000105523PHIL555000040000125000205492HARVEY 995001000500000750170066000100000300000200600WILLIAM 099003000075000950085617WANDA 099006000800001000080684GEORGE 084564010000020000075698IRVING 024567000300000900070776MARK700ROSEMARYO90999000075000200295811ERIC205002000999002000195715LARRY 009999009750019750055753RONNIE 999999099999999999999818B0B99499900040100090008099499800300000400090000002000010000900495852FRANKIE 099999000001001000015875DAVID 088888000 B000800085966MARIO 075997020000030000235972NANCY 765432200000400000225991WAYNE 115998000999002000230994CHRIS 275000060000080000170
I need all code only..
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_2

Step: 3

blur-text-image_3

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

More Books

Students explore these related Databases questions