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
Which is not true about evaluate statement
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do we get current date from system with century in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Can a Search can be done on a table with or without Index?
What are the access modes of START statement?
What is amode(24)?
In COBOL programming, what is PERFORM? What is VARYING?
what is difference between cobol and cobol/400
What is the difference between perform … with test after and perform … with test before?
How do you define a variable of comp-1 and comp-2?
Name some of the examples of COBOl 11?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
For rewrite, why is it mandatory that file needs to be opened?