Hi,
I have a huge file and i want that to be split into two.
I want the first file to contain all the records till a given condition. Suppose i have
100name Lowerlevel
101a1111programer
102a2222engineer
103a2323analyst
104a3434managers
105a2343smanager
106a4322Dmanager
i want the first file to...
Hi,
Can anyone please help me with a piece of code on the declaration and usage of dynamic array in cobol.
For instance,
i have a esds vsam file of 100 records usually fed in as input, i use a internal table for storing the values from each record in an array (occurs 100 times). wat if the...
Hi,
I need to know the difference between Static and Dynamic call and how its used in programs.
Also, i want to know wat will happen if you call a program dynamically in the code and give NODYNAM option in the cobol compiler and vice versa.
Thanks in advance,
Ashok
hello friends,
i want to know what these lines of code does:
1) MOVE 1180-AMPS-BTCH-DTL-LINE-MSC(1:11) TO 1103-ORD-ID.
2) IF 1180-BTCH-DTL-LINE(12:1) = 'P'
PERFORM 1000-PROCESS
THRU 1000-PROCESS-EXIT.
Thank you,
Ash..
hello,
can anyone let me know how to find the length of a given string using cobol.
suppose,
10 ws-data pic x(64)
i move some string to this variable.i would like to find the length of the string moved to ws-data.
its very urgent.
thank you,
Ashok..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.