01 x pic s9(8) comp.
How will the following value be internally allocated
'18787'
Answer Posted / santhosh vayathuri
Guys or Girls i have one question...
Related to JCL
I have a jcl where in a step i have one DD statement where
i am concatinating the 3 dataset..so in next step i want to
override the 3rd dataset only.. So how can i override the
3rd dataset.. Please let me know the answer...
Thanks to All..
FOR ABOVE QUESTION ANSER IS
//S1 EXEC PGM=PROG1
//DD1 DD DSN = X.Y.Z
// DD DSN = A.B.C
// DD DSN = M.N.O
//S2 EXEC PGM= PROG2
//S1.DD1 DD
// DD
// DD DSN =SAN.THO.SH
PLEASE LET ME KNOW IF I AM WRONG
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is an in line perform? When would you use it? Anything else you wish to say about it.
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...)
what are decleratives in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Explain the configuration section of a cobol program with examples of syntax.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the LINKAGE SECTION used in COBOL?
How do define dynamic array in cobol.
Name the divisions, which are available in a cobol program?
What is perform what is varying?
how do you reference the rrds file formats from cobol programs