IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
9 18522How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
2 8763When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
6 20679//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
2 19868Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
2 9429
How can we debug cobol pgm containig idms using xpeditor?
What does db2 mean?
What is the purpose of dd dummy statement?
What is a cics task?
Can you explain primary aspect of cics?
Define perform?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How many bytes does a s9(7) comp-3 field occupy ?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how can database records be read without lock ?
what is the difference between call and ++call?
suppose I have 1000 rows in a db2 table. I want to update first 100 records, how do I do it?
How to List the Available Tables?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?