Job have 3 steps in
1) Step01 creating New GDG file(+),
2) Step02 Delete file(+),
3) Step03 create new GDG file with same file name
What is the version for that file?
Any utilities? Don't want to use any programs.
Latest Answer: JCL itself cannot update any file. JCL only can execute other programs. Period.Any file update can be done either by a standard utility program, or by specifically written user program. Period. ...
Latest Answer: In fixed length record, the record length is sum of all the record (length).In variable length record, the record size is maximum record length + 4bytes. ...
Latest Answer: Referback condition is used in JCL to refer or use a parameter from a previous step. Say we want to use the dataset from the prev step then we give the syntax- dsn=*.stepname.ddnameand if we want to refer to a prev procedure then syntax is-dsn=*.stepname.procstepname.ddnamewe ...
Latest Answer: The SYSPRINT DD statement defines the data set that receives output.SYSOUT = System Output - A DD statement that identifies the output data set ...
What are multiple symbolic parameters. Can we have multiple symbolic parameters in asingle JCL. If so kindly explain with an example
Latest Answer: Sort cards is a generic term used for DD card that we give for a DFSORT.i.e SORT FIELDS=COPYSUM FIELDS=NONEcan be called as a sort card to remove duplicatesSORT FIELDS=(1,4,CH.A) can be called as a sort card to sort the field which starts at 1st bye of ...
What does the statement //sysout dd sysout=* means?one sysout comes in the ddname's place and the other in the opearand field!so what is the difference between the two?
Latest Answer: The AMP= parameter is only used for VSAM files and mainly affects performance.When VSAM files are defined via the DEFINE CLUSTER statement using IDCAMS, certain parameters describe the physical format of the file, while others define default performance ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top