How we create file in COBAL400
Answer / surya
We can create the file in cobol400 by using the QCMDEXC API. But source of that particular file should exist in the system.
| Is This Answer Correct ? | 1 Yes | 0 No |
write a cobol program to display prime numbers between 1 to 100?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
What is sort? And its syntax?
Explain the output procedure?
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
Arrays in COBOL/400
Explain the difference between search and searchall?
When search all is used in cobol program without sorted input data
How to detect record is locked in cobol/400?
how array can be declare in cobol?
What is input procedure?
Define perform? And its types?