Explain what all the conditiones required for using open opcode on a file?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
When search all is used in cobol program without sorted input data
Explain the output procedure?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
How we create file in COBAL400
what is the cobol compiler?
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
Explain the difference between section, paragraph and sentences?
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
How COBOL helps Mainframe to maintain large records ???
Define redefine and its syntax?