How do get the result of your program directly on your pc?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of comp2 ? where can we use it with example ?
What guidelines should be followed to write a structured cobol prgm?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
where will u code file status ?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
what is amode(24), amode(31), rmode(24) and rmode(any)?
How can you get the ksds file records into your cobol program?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What is SDSF?
How do we get current date from system with century?
How 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?
Minimum how many Number of Paragraphs are there in ID- Divison?