Explain the syntax of sort?
No Answer is Posted For this Question
Be the First to Post Answer
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What is sort? And its syntax?
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
How to update data area in cobol 400 program?
what is 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
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
write a cobol program to display prime numbers between 1 to 100?
what is redefine and its syntax?
why icetool be used in programmer view?
Explain the input procedure and output procedure?
How we create file in COBAL400