i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
1 9925Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
4 8797Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
IBM,
5 11021I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
EDS,
2 6435I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
Polaris, Tech Mahindra, UST, Wipro,
5 28851i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
2 8179
Define the term function request shipping?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
If we say that bms length of field = 0, then what does that mean?
Can we see the copy book length using file-aid?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Define base cluster?
What is meant by mpp mode?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Name the command used for terminating a browse operation?
how you will the direct the data to spool using sysout option?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is db2?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the difference between binary search and sequential search?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?