what will happen if pass values more than 100 using PARM
parameter?
Answer / pradeep raut
it will through JCL error
EXCESSIVE PARAMETER LENGTH IN THE PARM FIELD
| Is This Answer Correct ? | 20 Yes | 2 No |
Why there is no questions in this column?
What are 77 levels used for?
what is subscript in cobol?give realtime example?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
what is the coding difference between COBOL and CICS.
can anyone explain me the concept of COMP-4 PLEASE??
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
What are the differences between OS VS COBOL and VS COBOL II?
How many maximum number of procedures can we write in one COBOL program?