What is rmode(24)
No Answer is Posted For this Question
Be the First to Post Answer
A table has two indexes defined. Which one will be used by the SEARCH?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
01 A pic 9(100) find record length of it
how can we fetch 3 records in cobol pgm any coding pls ?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
what is jcl approach for programming?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
How do get the result of your program directly on your pc?
Suppose 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
Can JUSTIFIED be used for all the data types?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?