I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
2 7323If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
7 14176IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
2 9040I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
IBM,
2 7974If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
CTS,
3 22234If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
TCS,
5 14173How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
10 35857What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
1 9140What type of Call you would use if you don;t want the control back to the calling program?
TCS,
8 13239Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
TCS,
2 6871
Which division and paragraphs are mandatory for a COBOL program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the rules of the move verb?
What are different data types in cobol?
How can you get the ksds file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the local-storage section?
how do you reference the printer file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
i need a small 3d program using inline and outline.
Describe the cobol database components?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Discuss about changing dataset name in proc.
) How do u handle errors in BMS macro