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
i need a small 3d program using inline and outline.
how do you reference the esds vsam file formats from cobol programs
Can we redefine the field of x(200) to less than 200?
What is length is cobol?
What do you understand by psb and acb?
How you can read the file from bottom?
what is search and searchall?what is the diffrence between them?give an best example?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How to know whether the module is dynamical or statistical?
) How do u handle errors in BMS macro?
What are different data types in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
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 to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?