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 |
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
difference between fetch , call and callnat
Explain difference between read(1) and read work file once?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?
What is the difference between read(1) and read work file once?
differnce between read work file 1 and read work file once? why we are using work file once?
Can we see the copy book length using file-aid?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
What is a hyperdescriptor? How does it work?