how can u understand ps and pds from their names ?
Answer / vinay sonar
You cant differentiate from there names.You can come to
know from there properties in catlog.
For PS directory block parameter is zero.For PDS it is
specified
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain the purpose of dd dummy statement?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
How to identify in JCL that an input file is empty without reading it?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
what is A-MODE and R-MODE?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
What is order of searching of the libraries in a JCL?
What you mean by skeleton JCl?
Explain how can the attributes of one sms dataset be copied to another dataset?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
How to rename a VSAM file as well as it's index file?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.