I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / rk
Please check the lengths declearsd in JCL(DCB parameters)
and Cobol program
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is link edit in cobol?
What guidelines should be followed to write a structured cobol prgm?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How do get the result of your program directly on your pc?
Why did you choose to work with ibm mainframe cobol programming?
What is perform what is varying?
How do define dynamic array in cobol.
What are the pertinent COBOL
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between comp and comp-3 usage?
What is the difference between PIC 9.99 and PIC9v99?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
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?