What are fillers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the input procedure and output procedure?
Define perform? And its types?
How COBOL helps Mainframe to maintain large records ???
How we can update data area in cobol 400 program?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What are fillers? What is the actual use of fillers? With mall/simple example?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
write a cobol program to display prime numbers between 1 to 100?
What is the actual use of fillers?
what is the difference between comp & comp-3?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?