01 MOVE 10 TO N
05 PERFOM PARA1 TIMES
STOP RUN
WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE
THER BECAUSE NO OF TIMES IS NOT GIVEN??
syntax error occurs becoz times values we need to give
| Is This Answer Correct ? | 9 Yes | 0 No |
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Can anyone please give the example of Inline Perform.
How do define dynamic array in cobol.
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
Which Search verb is equivalent to PERFORM…VARYING?
How do you define a sort file in JCL that runs the COBOL program?
1) can we display the index?
TYPES OF SORTINGS. which is more prefarable.
Can we access the a[0] in the array ?
How to read a 100 record from a file through cobol?