What are some examples of command terminators?
Answer / guest
Hi,
Commands terminator means a particular command will be
terminated after the control is executed the line like and-
if, end-perform, end-evalute.
and some command terminator will be there. Please make a
search in google.
hope this will be enough for you if not then let us
know.
| Is This Answer Correct ? | 1 Yes | 4 No |
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
plz any one tell clearly the justify right clause?
explain sorting techniques in cobol program?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
Describe the difference between subscripting and indexing ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
How do u write test cases?
Why there is no questions in this column?
What is an in line PERFORM? When would you use it? Anything else to say about it?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how many maximum no of variables can be declared in linkage section ?