Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
6 44668What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
2 9403What are differences between Static Call and Dynamic Call?
IBM, KBC, Keane India Ltd, Verizon,
10 28173
what is search and searchall?what is the diffrence between them?give an best example?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you define single dimensional array and multidimensional array in your cobol?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is the Purpose of Pointer in the string?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the different types of condition in cobol and write their forms.
How to remove 2 duplicate records and copy only one using job control language?
Write a program to enter and display the names of students in a class using the occurs clause.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is perform what is varying?
Difference between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?