Suppose i have a Cobol field of 10 byte. it contains a
decimal sign.How to know where is the point location?
Answer / chinmay
Suppose we have a amount
01 amt pic s9(5)v99
we denote the point location in v position
| Is This Answer Correct ? | 2 Yes | 0 No |
subscript and index r not coded in u r application program what will happen?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I got user abend U4038 while compiling my runjcl.. can anyone help me?
When would you use in-line perform?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
How can you get the ksds file records into your cobol program?
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
what is the difference between PA & PF keys?
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."
1)what is use of linkage section? 2)what is difference between comp and comp-3
Write a program that uses move corresponding.