i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
1 4066i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
5 117361.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,
5877If 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 7088How 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?
2634Suppose 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 15391Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
1 5966I 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 6885I have a File that has duplicate records. I need only those records that occur more than thrice.?
3 10018
Write a cobol program making use of the redefine clause.
What is a SSRANGE and NOSSRANGE?
Write down the divisions of cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is amode(31)
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How can you get the ksds file records into your cobol program?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
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?
What is the difference between external and global variables in COBOL?
What is perform what is varying?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
) How do u handle errors in BMS macro
Explain how to differentiate call by context by comparing it to other calls?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning