Answered step by step
Verified Expert Solution
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.
programid ASTART.
datewritten. date.
author. name.
sDescription:
environment division.
configuration section.
inputoutput section.
filecontrol.
inputfile declaration
select inputfile
assign to
organization is sequential.
outputfile declaration
select outputfile
assign to
organization is sequential.
data division.
file section.
fd inputfile
recording mode is
data record is inputline
record contains characters.
inputline.
fd outputfile
recording mode is
data record is outputline
record contains characters.
$
outputline
PIC
workingstorage section.
procedure division.
emain.
goback.
end program ASTART.
CLYYYA JOB
OBOL, EXEC PROC IGYWCL,
PARM. COBOL TEST, RENT, APOST, OBJECT, NODYNAM, LIB, SIZE
COBOLSTEPLIB DD DSNIGYSIGYCOMP,
DISP
DECLARE DATASET THAT CONTAINS SOURCE CODE
COBOLSYSIN DD DSNKCYYYDCMAFD A COBOLAILIST
DISP
DECLARE PDS MEMBER TO STORE LOAD MODULE
LKEDSYSLMOD DD DSNKCOYYYDCMAFD COBOL. LOADLIBAILIST
DISP
VRYYYA JOB
SET OUTFILE DD NAME TO MATCH YOUR ASSIGN NAME FOR FILE
SET LRECL FOR OUTFILE TO MATCH YOUR OUTPUT RECORD SIZE
EXEC PGMAILIST
STEPLIB DD DSNKCYYYDCMAFD COBOL. LOADLIB,
DISP
DD DSNKCYYYDCMAFDAILIST.DATA,
DISP
DD DSNKCYYYDCMAFDAILIST.OUT,
DISPNEW CATLG, DELETE
SPACE
RECFMF
LRECL
hIM BETHCLAIRE TOMSALLY GERRY CINDY SAMMY PHILHARVEY WILLIAM WANDA GEORGE IRVING MARKROSEMARYOERICLARRY RONNIE BBFRANKIE DAVID BMARIO NANCY WAYNE CHRIS
I need all code only..
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started