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
What does a disposition of (new,catlg,keep) for a dsn mean?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain the function of job statement in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Brief description of inline procedure of jcl.
what are the types of abends that occur on job failure? And explain the possible causes of these
whats the diff bw the evaluate also and and?
What do you understand by the term notcat 2 – gs?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the purpose of dd * statement in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
What is notcat 2 - gs?
Explain how can a stopped job be started again?