Define in-line perform?
Answer / jayaram
The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.
| Is This Answer Correct ? | 0 Yes | 0 No |
wht is structured cobol pgm and non structred cobol pgm ?
What is the default value of DISP for temp datasets
How do you code Cobol to access a parameter that has been defined in JCL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I got user abend U4038 while compiling my runjcl.. can anyone help me?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
what are the control characters used in reports
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
is it possible to declare index in cobol program? if it is not why its tell me pls
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN