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 |
If job is submitted with typerun = hold then how can we submit the same job?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Why do you use a control card?
if we give TIME=0 how many sec that job/step
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
What is the significance of addrspc parameter in exec statement?
In how ways you can pass the data from Jcl to cobol ?
What is the difference between sb37,se37,sd37 each?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what will be the error code if duplicate key of VSAM file is found?
I have three files for one step i need to override the third file how to do that in jcl?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".