IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) 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 19232Can 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 369351. 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 19403THERE 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 8161There 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 31765
How vsam files are read in cics pgms?
how can a cgi check whether an ifs object is available?
What is collection in db2 bind?
how many printer files maximum can be used in single rpg program?
What is the function of the steplib dd statement?
Define communication area?
What will be the result if on size error phrase is declared?
What is afoper?
List down the types of triggers in the db2 database?
Difference between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is package in cobol db2?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
suppose if you added a coloumn to db2 table, How would it be the Impact analysis?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?