Why would you use find and get rather than to obtain?
No Answer is Posted For this Question
Be the First to Post Answer
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is amode(24)?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
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."
Can anyone please give the example of Inline Perform.
Difference between array and sub-script ?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
what is search and searchall?what is the diffrence between them?give an best example?
How many divisions we have in Cobol ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
what is soc7 abend?how u can trace it?