How arrays can be defined in COBOL?
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."
What is the difference between CALL BY VALUE and CALL BY CONTENT?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
COMP?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is perform what is varying?
What is the maximum data length for Numeric DataType ?
How to increase the logical record length of existing PS file?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?