i created one base gdg with lrecl = 100 , now i need to create
versions with different lrecl =150,200 can it be possible to
create like tht ?
Answer / prijey
GDG Base is not associated with the record length. So the
versions can have different record length. For example
version 1 can have 150 and version 2 can have 200 as record
length.
| Is This Answer Correct ? | 26 Yes | 2 No |
describe the job statement, its meaning,syntax and significant keywords?
Is it possible to left uncode disp?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What statement marks the end of an in-stream or catalogued procedure?
What is the purpose of dd dummy statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How can a stopped job be started again?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
Explain the hierarchy levels in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one