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 |
What is the purpose of Identification Division?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
What is the difference between PIC 9.99 and 9v99?
What are declaratives and what are their uses in cobol?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
What is the difference between Global and External Variables?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
what is SYNCHRONIZATION?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
when COMP-3 is preferrable?