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 |
Name the system library from which modules are retrieved at execution
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
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 do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain in DD statement what is the use of DCB parameter?
common jcl abends??
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
Explain about Cobol Subroutines
The maximum number of steps in a job?