IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12128
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
Can we update view in db2?
why is there no os/2 (ecs) port of oorexx?
What is the term bms in cics?
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
what does check opcode do ?
Particular area has been affected in cics screen, what is the process to find?
Can level check error occur if we do chgpf?
What are db2 objects?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
I just know the Panvalet dataset name, i would like to search all the members of that dataset for particular keyword through Rexx. how to achive? please suggest. Is it possible to open panvalet member in browse mode using Rexx? Your help would be appreciated very much. Thanks in advance.
How can you count the number of rows from a table tab?
How can you submit a job through cobol program?
What is the physical storage length of time data type?