i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
1 3881i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
5 112791.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,
5760If 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 6857How 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?
2533Suppose 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 15123Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
1 5800I 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 6688I have a File that has duplicate records. I need only those records that occur more than thrice.?
3 9744
How many sections are there in data division in COBOL?
How do you differentiate between cobol and cobol-ii?
1.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?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are 77 levels used for?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Name some of the examples of COBOl 11?
how can i see junk values in dclgen or in hostvariable of comp ?
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 have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is perform what is varying?
How you can characterize tables in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what happens if parmparameter passes zero bytes to the program
What are the rules of the move verb?