how to edit a tape dataset ? asked in wipro
Answer / saif
Copy the tape dataset to an ordinary PS file using Sort and
then Read it either directly through 3.4 or through File-Aid
| Is This Answer Correct ? | 4 Yes | 0 No |
What does the keyword DCB mean and what are some of the keywords associated with it?
how to solve u4038 abbend?........
What is the significance of addrspc parameter in exec statement?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
What is the difference between the JOBLIB and the STEPLIB statements?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
how to count the number of members in pds?
Max generations in GDG??
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?