which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
No Answer is Posted For this Question
Be the First to Post Answer
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
Can 88 level variable be declared in FD section..?
can we declare occurs in 01 level?
What is the default value of DISP parameter?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
What are the different data types available in COBOL?
What are the different data types in cobol?
what is the minimum number of lines a Cobol program should have to successfully compile and run
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C