A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
IBM,
7 19211Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
3 369201. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
3 19397THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
2 8145There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
IBM,
11 31742
what are s0c1, s0c4, s0c5, s0c7 abends?
for which platforms is uni-rexx available?
What are the types of important programs that are used in the cics?
Can you explain enq and deq used in cics?
Explain the function of the dd dcb keyword?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
What is auto status?
What are the pertinent COBOL commands?
What is the maximum size of varchar data type in db2?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Can you delete vsam files with the delete option of the disposition parameter of jcl?
How to execute stored procedures?
Is it possible to left uncode disp?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain