Can we use empty VSAM as input?
Answer Posted / munish
No, we can not creat empty VSAM as input. I think , when
we have to put null record it the VSAM file for empty VSAM
as input. Otherwise it will give us file status as 35.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is automatic restart possible in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Is automatic restart possible in jcl? If yes, how?
what are the types of abends that occur on job failure? And explain the possible causes of these
Does jcl support automatic restart?
what is the resolution for sb37 error
Explain dfsort utility?
What does a disposition of (new,catlg,keep) for a dsn mean?
What do you understand by the term notcat 2 – gs?
Explain about ISPF/TSO Commands
Why block size is multiple of lrecl in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
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?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?