There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
1394i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
1276
How do I delete a table in db2?
Explain how do you dynamically set the cursor position to a specific field?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to find or access the current level of a gdg?
Can you tell me how can you find out the # of rows updated after an update statement?
What rules are followed by the search verb.
why ci and ca splits are not possible in esds and rrds?
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 joinkeys helps in sort?
when can a job time-out occur? How to overcome that?
What is buffer pool and list some of them?
How vsam files are read in cics pgms?
Can you explain control variable in online screens?
Can an individual step be restricted from using all the jobs allowed cpu time?
how to initialize a register to 0000?