How can we increment subscript and index?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of dd disp parameter?

596


what is the JCL statement consists of?

699


What does a disposition of (new,catlg,keep) for a dsn mean?

618


Which statement is used to identify the private libraries in job?

680


how you can direct the data to spool using SYSOUT option?

931






Explain in DD statement what is the use of DCB parameter?

656


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

822


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

750


What is the syntax of JCL statement?

698


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1041


What are s0c1, s0c4, s0c5, s0c7 and socb?

707


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

940


State the uses of syspring, sysin, sort fields, sum fields and dummy.

656


what are JCLLIB and STEPLIB in JCL?

680


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2001