what is the maximum error code in mainframe
Answers were Sorted based on User's Feedback
Answer / muttaiah
The return code can be from 0000 - 4095 for a step.
| Is This Answer Correct ? | 11 Yes | 1 No |
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
Under which scenario you would go for a static call as opposed to dynamic call?
What guidelines should be followed to write a structured Cobol program?
Have you code any new programs in COBOL ? What is the functionality of the programs?
How can you get the ksds file records into your cobol program?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
How you can read the file from bottom?
how will u code parm parameter and where pls ?
What is the figurative constant in cobol?
how will u find out 3rd week's 2nd day using occurs ?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?