Can we browse or edit the GDG dataset if it is a tape entry?
Answers were Sorted based on User's Feedback
Answer / guest
No, You can?t edit or browse the GDG if it resides on tape.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / selvarani ajeeth
We can dump the dataset from the TAPE to the PDS and then
we can make changes.Just change the DATACLAS as LARGE /
Compress/jumbo from TAPEONLY
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sachin
we can edit and browse if any dataset on the tape
for that you need to copy that into the sysda file and
then you can do edit or browse.
tape is the secondary storage.
so that file aid wont supprt the files on the tape.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abc
we can browes but can not edit the GDG present on the TAPE
| Is This Answer Correct ? | 1 Yes | 3 No |
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
in jcl you are having JCLLIB and STEPLIB what happens
how to count the number of members in pds?
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?
wht r different types of sorts ?
When will we need to specify Space parameter ?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are SD37, SB37, SE37 abends?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
write a jcl to execute a job by 7:00 am on jan 20,1986?