when GDG version number get changed ? bcz always Generations
only increasing.
Answer / shivaram
using CYC(+1) one can change the version of gdg
| Is This Answer Correct ? | 2 Yes | 2 No |
What do you do if you do not want to keep all the space allocated to a dataset?
which are the parameters mandatory in job card ?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
What is dummy parameter in JCL??
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 purpose of include statement in a JCL?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can you execute a PROC from another PROC?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04