Question { 6631 }
Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
Should I use STOP RUN in the sub program??why?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
We have 3 programms A,B,C.In the middle of the program A
the controls goes to program B and in the middle of the
program B control wants to go program C,after completion of
program C again control comes to program B and again after
completion of program B control comes to program A.How the
process will takes and what are the controls we use for
that process.If it is possible anybody of you explain with
example?
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
how to submit a jcl by cobol program.
clear me with an example.
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
Question { 5976 }
Suppose a program has the following code. What will be the
output?
MAIN-PARA.
DISPLAY 'MAIN-PARA'
PERFORM SECTION-A.
STOP RUN.
SECTION-A.
PARA-A1.
DISPLAY 'SECTION A PARA A1'.
PARA-A2.
DISPLAY 'SECTION A PARA A2'.
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
When the working storage variables get allocated?
a.At Compile time
b.At starting of the run time
c.At end of the run time.
d.None of these
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
Can we access the a[0] in the array ?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
In A cobol program , we can use COPY Statement in FILE-
SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION
basically what is the difference
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
Bind concepts in DB2 cobol
Answer
Is This Answer Correct ? | 76 Yes | 8 No |
Bind concepts in DB2 cobol
Answer
Is This Answer Correct ? | 10 Yes | 0 No |
Question { 7520 }
How can we know that cobol program is using report file or
simple file....?
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer
Is This Answer Correct ? | 14 Yes | 1 No |
Question { 13069 }
Difference between ps, esds
Answer
Is This Answer Correct ? | 2 Yes | 1 No |