What is the local-storage section?
No Answer is Posted For this Question
Be the First to Post Answer
What does the initialize statement do ?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
what is the difference between Normal vaiable and comp variable.
01 b pic +9(4) How many bytes it will take for storage???
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
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
which is better comp or comp-3 in terms of memory utilization?
Can we redefine the field of x(200) to less than 200?