i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
1 3979i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
5 115401.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
IBM,
5812If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
1 6985How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
2585Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
CSC,
2 15257Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
1 5880I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
1 6795I have a File that has duplicate records. I need only those records that occur more than thrice.?
3 9891
What kind of error is trapped by on size error option?
What is Pic 9v99 Indicates in COBOL?
What is the utilization of copybook in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
A table has two indexes defined. Which one will be used by the SEARCH?
In COBOL, what is the different between index and subscript?
What are different data types in cobol?
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
What are all the divisions of a COBOL program?
how do you reference the variable block file formats from cobol programs
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
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you define single dimensional array and multidimensional array in your cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between goback, stop run and exit program in cobol?