how do you reference the ksds vsam file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
db2 variable decimal(15,2) what is the equalent size of cobol variable
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
how to transfer the file from pc to mainframe??
Discuss about changing dataset name in proc.
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
I have a occurs for 100 times but it has executed 101 time what could be the reason?
what is the difference between start and startbr?
what is the purpose of linkage section?
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
i Want All cobol ERROR codes?