How can we increment subscript and index?



How can we increment subscript and index?..

Answer / naidu sekhar yandrapu

SUBCRIPT:
CAN BE INCREMENT OR DECREMENT USING ARITHMETIC OPERATIONS
INDEX:
CAN BE INCREMENT OR DECREMENT USING SET VERB

Is This Answer Correct ?    12 Yes 0 No

Post New Answer

More JCL Interview Questions

What is dummy parameter in JCL??

3 Answers   TCS,


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter

8 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


What is condition checking in jcl? Is this possible?

0 Answers  






what is the difference between static call and dynamic call?

1 Answers  


Explain about ISPFTTRC

1 Answers  


If job is submitted with typerun = hold then how can we submit the same job?

3 Answers   Wipro,


How to read records in reverse order in flat file?

1 Answers  


What is DSNDB06 ?

1 Answers  


what is the cond=even only

4 Answers   EDS,


how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly

5 Answers   IBM, TCS,


Categories