IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
3 13983What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
1 4832If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?
2 6217Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 27009How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.
2158Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and Comp -3 3) What will happen if DISP = ( NEW, DELETE, KEEP) 4) Gave one scenario like , if PIC clause X(50) has to be increased to X(70) how u will proceed with this change. 5) Diff between Section and Paragraph
4 8223
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
what are decleratives in cobol?
what is the facility that allows mainframes to be partitioned into lapars? A.z/os b.pr/sm c.vitual storaged.coupling facility
what is the difference between udate and the system date?
List out the data types available.
Explain how can you do the explain of a dynamic sql statement?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain the contents that are a part of dclgen.
what is db2 restart?
What is the significance of addrspc parameter in the exec statement?
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
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
what are members?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?