in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
HCL,
4 11909what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
HCL,
1 9323WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
4 8515I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
4 12085I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
3 8719
How is the sorting of vsam files carried?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
how do you define single dimensional array and multidimensional array in your cobol?
Name the lockable units in DB2?
List down the types of triggers in the db2 database?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Can we move alphanumeric incentive to the numeric field?
How do you use altindxs in batch, cics programs?
What is copy pending status in db2?
how to define a directory and what is the structure and definition for the same?
what will happen if there is no secondary allocation made for datasets?
How do I add a column in db2?
Difference between fixed length and variable length records.