Can we find specific member without knowing the name of PDS
or can we search a member to which PDS it belongs to? if so how?
Answer Posted / guest
go to 3.4 option.
in the command line type the following.
command ==> MEMBER 'Member_name' (hit enter)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Is their any set of rules for dd? Explain.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how you can direct the data to spool using SYSOUT option?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how do you code a null statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is job control language?
What are the difference between jcl and jes?
Can we call instream to catalog and catalog to instream?
How to override loadlib?
How do you create a temporary dataset?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?