IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
2 8171In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
2 8622why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
3 9940a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
6 32256A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 9727Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
1 3475
How to Save a Query?
) How do u handle errors in BMS macro?
Explain a linkage segment
What is iseries database?
What is condition checking in jcl? Is this possible?
how do you reference the esds vsam file formats from cobol programs
what sorting order does search all have?
What are the different types of condition in cobol and write their forms.
Using %check we are checking monika in mona what is output? What is %SCAN?
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
Explain in DD statement what is the use of DCB parameter?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
can a single screen format occupy a screen area above and below a subfile format ?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
what is the sqlcode -501