what are the control characters used in reports
Answer / nk
1st character of 133-byte report line controls line
spacing. '1' means skip to top of next page. '0' is double
space ' ' is single space. I think '-' is triple space.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain Restart Logic in Cobol?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
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."
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
what is subscript in cobol?give realtime example?
What is a scope terminator? Give examples.
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
what is the maximum error code in mainframe
What is an index for tables?
How many sections are there in data division in COBOL?
9(2).99 how many bytes take? Why . consider as a byte?