How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
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 ?
In the JCL, how do you define the files referred to in a subroutine ?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
how you will define variables length in cobol.
can we use full outer join with cursors declared in cobol program?
where do u use low-value and high value in cobol
What is the difference between PIC 9.99 and 9v99?
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
comp-3 field occupy?
How many maximum number of procedures can we write in one COBOL program?
what is Reentrancy and Quasi-reentrancy?
2)Where the Plan is located in CICS-DB2?