How we can update data area in cobol 400 program?
Answers were Sorted based on User's Feedback
Define sort?
What is the syntax of sort?
What is redefine?
Explain the input procedure and output procedure?
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 array can be declare in cobol?
How we create file in COBAL400
What is perform?
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 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
seqence numbers in cobol
Explain the types of perform?