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 |
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How may divisions are there in JCL-COBOL?
TYPES OF SORTINGS. which is more prefarable.
using redefine can you redefine lower variable size to higher variable size?
How do you set a return code to the JCL from a COBOL program?
How do we get current date from system with century in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
subscript and index r not coded in u r application program what will happen?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......