There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
1505i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
1385
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
What is basic difference between directory and pds in ibm mainframe?
Explain how to produce soc7 abend?
Define adabas?
Describe major components of db2?
Explain the biggest disadvantage of using a vsam dataset?
i want to store 20 digits . how will u do it in cobol ?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the physical storage length of time data type?
What do you mean by between and in? Is between inclusive of specified range values?
What is the copy idms subschema-binds?
Can you define temporary storage?
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
How can you submit a job through cobol program?
How to get the cursor position when we receive a map?