Which Search verb is equivalent to PERFORM…VARYING?
No Answer is Posted For this Question
Be the First to Post Answer
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
01 a pic s9(5) value '-12345' how it will be stored
how can we fetch 3 records in cobol pgm any coding pls ?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
subscript and index r not coded in u r application program what will happen?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
What is report-item?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Write the code to count the sum of n natural numbers.
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?