Latest Answer: FAVER is very good utility as well as DFDSS. Both allow to work with entire cluster set (i.e, VSAM base cluster, Alternate indexes, Pathes).But the major advantage over REPRO is that you can export MANY files and keep result in ONE physical file, ...
I have a main program in a pds i.e a.b.c and sub program is in a.b.d.The question is how would be the dd statement
Latest Answer: The step by pass without CONDÂ occurs when- you code IF command- a previous STEP cancel- JCL ERROR occurs ...
BLKSIZE specifies the number of bytes
Latest Answer: lrecl means length of the files record length but blk size means the number of records mvs system will read together when we will issue a read command mvs does not read single record it reads whole block and put it in buffer next time it reads from buffer ...
Latest Answer: Use date parameter ...
Latest Answer: Stepname.RC will ...
The JOB statement is the first in a JCL stream. Its format is // jobname, keyword JOB, accounting information in brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFY, CLASS, etc.
Latest Answer: Notify is misspelled in the answer. ...
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB? GDG stands for generation data group. It is a dataset with versions that can be referenced absolutely or relatively. It is defined by an IDCAMS define generation datagroup execution.
The JOB, EXEC and DD statement.
Latest Answer: 1) JOB - To identify the Job2) EXEC - To identify which program has to Execute3) DD - To supply the input/output files required for program execution4) PROC - To indicate the procedure5) PEND - End an inline PROC ...
A keyword in a JCL statement may appear in different places and is recognized by its name, eg. MSGCLASS in the JOB statement. The opposite is positional words, where their meaning is based on their position
Latest Answer: positional and keyword parameters comes to jcl statements keyword means for information ...
View page << Previous 7 8 9 10 [11] 12 13 Next >>

Go Top