GDG Create syntax ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravichandra ch
//JOB1 JOB NOTIFY=&SYSID
//STEP1 EXEC PGM=IDCAMS
//SYSIN DD *
DEFINE GDG(NAME(FINANCES.MONTHLY) -
LIMIT(5) -
NOEMPTY/EMPTY -
SCRATCH/NOSCRATCH) -
/*
//
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / roman g.
Every answer here causes RC16 after run.
The reason is missing SYSPRINT DD in JCL.
...
//SYSPRINT DD SYSOUT=*
...
| Is This Answer Correct ? | 7 Yes | 2 No |
What is DATACOM db?
Can we Execute a job without specifying Job Name in the Job Card?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
hi friends........if u know syntax of IEBEDIT IN JCL
Explain how can the attributes of one sms dataset be copied to another dataset?
What all are the changes to be made in JCL so as to do testing?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the DD statement for a output file?
how to do automated restart when a job abends?
can i sort packed decimal if i can tell the syntax