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
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is timing concept in mainframe?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to override loadlib?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Can I share my data with other jobs? How?
how would you create a temporary dataset? And where will you use them?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What happens if both JOBLIB & STEPLIB is specified ?
Explain the purpose of dd * statement in jcl?
how do you code a null statement?
What is the motivation behind coding class parameter in job statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?