My Question is
1. How to cound no. of records in JCL. Please explain with
an example.
2. How to execute only odd steps in JCL?
I know EDIT TYPE = Inculde, Step Name = 1,3,5 and
COND code for all even step.
Anyone knows other than this.
No Answer is Posted For this Question
Be the First to Post Answer
Which is the most widely used batch performance monitor for DB2?
What is a procedure?
what is static and dynamic call with examples?
when GDG version number get changed ? bcz always Generations only increasing.
Define concatenating?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you submit a job for execution?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
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 program opens the file in EXTEND mode. What happens ?
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