What is inspect in cobol ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Call and a Link?
how would find total records in files using seqientional
What are the various section in data division and briefly explain them.
Define cobol?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
how to code in cobol while using variable block file?
Can anyone please give the example of Inline Perform.
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is inspect in cobol ?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?