Answer Posted / duraiece2001
//JOB1 JOB (A123),DURAI,NOTIFY=&SYSID,CLASS=A,
// MSGLEVEL=(1,1)
//STEP1 EXEC PGM=IDCAMS
//SYSIN DD *
DEFINE GDG(NAME(FINANCES.MONTHLY) -
LIMIT(5) -
NOEMPTY -
SCRATCH)
/*
//
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
what is a jcl?
how do you access an uncataloged dataset in a jcl?
List in order the hierarchical levels of jcl?
How to override loadlib?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the difference between run mode and addressing mode?
which parameter is used to check the syntax of a jcl without executing it?
Does jcl support automatic restart?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to alter the parameters for the existing gdg?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How can an in-stream dataset be terminated?
Is condition checking possible in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?