syntax for all WRITE COMMAND in natural language
Answers were Sorted based on User's Feedback
Answer / euler
You must put ' ' at begin and end of your text.
like this:
WRITE 'HERE COMES YOUR TEXT'
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ragha deepthi
if we want to display the value of the variable then
write #variable
if we want to display the literal or string then
write 'all izzz well'
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sundar selvaraj
I suggest you refer to natural documentation online. It is
available at:
http://documentation.softwareag.com/natural/nat424mf/overvie
w.htm
Note: This is for version 4.2.4
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / joydeep
Write has got lot of syntaxes, parameters, formats. The
simplest is -
WRITE String/literals/variables
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / euler
You can use the "perform subroutine name-of-routine" to make what you want with the 'go to'; you call a subroutine and treat one variable choosen for you when the program return back to the normal point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you explain control variable in online screens?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain how to move cursor to a particular field when position is not known?
What is cobol coding sheet?
Explain why do we use file-aid for seqential files?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
How converted the natural coding for adabas
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is Natural?
Explain the like inverted list?
Explain how are you going to remove duplicates from the file that is being read?
Types Of Read , FIND