have in 100 records in a file i want to read first 3 records
and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
run a loop from record one to 10
evaluate i/3 if comes even then skip
else write to output file
No Answer is Posted For this Question
Be the First to Post Answer
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what will be the error code if duplicate key of VSAM file is found?
if we give TIME=0 how many sec that job/step
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
which utility is used a dummy utility?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
what is the use of JCL?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
What is difference between Return Code, user completion code, Abend code and reason Code?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
What is COND=EVEN ?
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 ?