Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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."

Answer Posted / eugene

You can't use move when doing math operations with
different data types / presentations.
Try compute statement to convert one of the numbers to the
same presentation as another one and then compare.

Like, A - pic
B - comp-3
Define W as comp-3

Compute W = A

compare W and B

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2923


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1179


) How do u handle errors in BMS macro?

1913


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2087


Define cobol?

1318


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

2021


Differentiate between structured cobol programming and object-oriented cobol programming.

1089


What is an in line perform? When would you use it? Anything else you wish to say about it.

1031


what happens if parmparameter passes zero bytes to the program

2085


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1118


What is the difference between structured cobol programming and object alternativelyiented cobol?

1199


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2489


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1069


Whats the difference between search & search ALL?

6387


What are the cobol coding sheets?

1189