Answer Posted / srivatsa
Spool display and Search facility
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you define single dimensional array and multidimensional array in your cobol?
How to print 10 to 1 if the input have only 10 digit number?
how to move the records from file to array table. give with code example
Discuss about changing dataset name in proc.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Write a program that uses move corresponding.
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.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
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.
What is the LINKAGE SECTION used in COBOL?
Describe the cobol database components?