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 |
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
which is better either static call or dynamic call? and why?
what is filler and what is use of filler
how to move the records from file to array table. give with code example
why 02 level number can't be use as a separate level number like 01 or 77 ?
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
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
How to read the last 100 records from a COBOL file. The file contains N number of records.
what is the difference between start and startbr?
What is cobol?
What are the steps you go through while creating a COBOL program executable?
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.