can we copy a file from fixed block to variable block and
vice versa ....asap
Answer / srk
no. the attributes of dcb parameter(recfm,lrec) must be same
to copy a file to another
| Is This Answer Correct ? | 4 Yes | 2 No |
describe the dd statement,its meaning,syntax and keywords?
how to resolve the soc4 error?
how do you code a null statement?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
What do you understand by the terms: joblib and steplib?
Explain the function of dd disp parameter?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
What are steplib and joblib? What for they are used?
What u mean by include statement in JCL ?
A dd statement consists of 4 fields. Name them?