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
What is the difference between binary search and sequential search?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the different rules for performing sort operation?
What is an in line perform? When would you use it? Anything else you wish to say about it.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Give some examples of command terminators?
Are you comfortable in cobol or jcl?
what is the use of outrecord?
how do you define single dimensional array and multidimensional array in your cobol?
How do you define a variable of comp-1 and comp-2?
how do you reference the printer file formats from cobol programs
What is the utilization of copybook in cobol?
How do you differentiate between cobol and cobol-ii?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?