What are the different data types available in COBOL?
Answers were Sorted based on User's Feedback
Answer / vampire
numeric -9
numeric edit---+,-,cr,db,$,b,z,*,v
non numberic----a,x,g
exclusive sets -----+,-,cr,db,$,b,z,*,v
| Is This Answer Correct ? | 6 Yes | 1 No |
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."
what is s013u000 for?
what is the difference between implicit and explicit scope terminator with example?
wht is the difference between goto and perform stmts
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
1.What is the limit of linkage section?
What are the differences between OS VS COBOL and VS COBOL II?
for an INITIALIZE and what keyword allows for an override of the default.
What is length is cobol?
What is file status 92?
What is difference between static and dynamic call in cobol?
What is the LINKAGE SECTION used in COBOL?