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 |
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
describe 805 error
Mention the guidelines to write a structured cobol program?
What is the meaning of 'TALLING' verb in cobol?
DATAONLY, MAPONLY functionality?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
in how many mode we can open a file ?
What is the difference between goback, stop run and exit program in cobol?
Write a program to explain size error.
what is difference between the sysabend and userabend?
What is the use of EVALUATE statement?
how to transfer the file from pc to mainframe??