how to identify the file used in the JCL is an VSAM file.
Just seeing the JCL code how can we track the file as VSAM file?
Answer Posted / harsha
I know its not a generic answer, but many system used BUFND
(Buffer data) and BUFNI(Buffer Index) parameter while using
any VSAM file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What do you understand by the term notcat 2 – gs?
How does the jcl specify the job to os?
what is the use of JCL?
What is the function of the dd avgrec keyword in sms datasets?
which utility is used a dummy utility?
What is notcat 2 - gs?
What is the function of dd name parameter with a 2 part structure; audit.report?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Suppose I have five jobs to do. But I want to hold one?
I need exexution process for JCL programs
how can the same proc be re-used and called by many jobs?
What are the parameters that are used in creating a gdg?
Is their any limit for data sets?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*