i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
1 3978i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
5 115301.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 6982How 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?
2583Suppose 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 15253Suppose 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 6791I have a File that has duplicate records. I need only those records that occur more than thrice.?
3 9887
What are declaratives and what are their uses in cobol?
how do you reference the printer file formats from cobol programs
How do you reference the fixed block file formats from cobol programs
how do you reference the esds vsam file formats from cobol programs
What are the different types of condition in cobol and write their forms.
What the difference is between continue and next sentence?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you get the data to code the BMS macro?
Explain what you understand by passing by value.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between Call and a Link?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the fixed unblock file formats from cobol programs
how do you reference the rrds file formats from cobol programs