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 |
what is difference between the sysabend and userabend?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
what is qualification on occurs clause?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
give the examples of strings in cobol
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
What is an in-line perform ?
Syntax for JCLLIB & JOBLIB???
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Name the divisions, which are available in a cobol program?