can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
2470can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
2374can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
1 5234Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
3 11701What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
2697
What is lock escalation in db2?
Explain the difference between record occurrence and record type?
How to execute a query in qmf at a particular time?
Is the order of the when clause significant in an evaluate statement?
How long have you been working on mainframes?
What is the difference between lds and esds?
What is the importance of common attribute?
Write a program that uses move corresponding.
How can you count the number of rows from a table tab?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What information does a dbd contain?
Write the code to count the sum of n natural numbers.
name the utility program closely associated with vsam?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
how do you reference the rrds file formats from cobol programs