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

Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?

3 Answers   TCS, Tech Mahindra,


if we give TIME=0 how many sec that job/step

14 Answers  


01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


Explain about LMPUT-

1 Answers  


What is difference between Return Code, user completion code, Abend code and reason Code?

2 Answers   IBM, Satyam, Wipro,






Max. No of DD statements in a job ?

4 Answers   CSI,


Explain the function of dd disp parameter?

0 Answers  


How to create delta file using JCL

1 Answers   CTC,


what sort card you will use to copy the data from one dataset to another dataset?

0 Answers   IBM,


What does the one advantange of using IEBUPDTE?????

2 Answers  


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


What is a Dummy Utility and what it does ?

3 Answers  


Categories