Latest Answer: You can pass data from cobol to jcl by setting the value in RETURN register and fetching it in JCL.example, if file is empty, you can set return code by MOVE 22 to RETURN-CODEin JCL for that step executing the program you can define a COND parameter ...
I submitted the batch job in jcl and i went to my home.the next day i came and i want to see 1- job submitted time,2- job execution time,3- cpu time, from TSO option but not into the jcl itself. Tell me TSO option for this?
Latest Answer: Actually a step may have both return codes and MAXCC. Example 1: You have an IDCAMS step that deletes multiple VSAM files. Each delete statement will produce a return code, and the MAXCC for that step will be the highest return code received in that step. ...
Latest Answer: Hi ,Changeman is a version controller tool used keep track of the coding changes you made.Whenever you want to make changes to particular program, you need to Chechout the component from production into your package (this need to be created in the changeman ...
Latest Answer: by default sign is trailing with no separate char and ans: 12345N ...
1) Is more than one record description is allowed in a FD?2) Is NUMERIC EDIT fields can be used for Arithmatic operations?3) Is COMPUTE P,Q,W = A+ B/C -E ** 2 is a valid statement?4) Is LINKAGE SECTION is mandatory in a sub program?5) In edit fiels the character used for check protection is __________6) COMP-2 occupies _________ bytes?7) Maximum length of a numeric item ________ ?
77 I PI 9.PERFORM VARYING I FROM 1 BY 1 UNTIL>10DISPLAY 'OK'END-PERFORM.What output/msg is likely when this program is executed thru JCL?
Latest Answer: It will give compilation error because WS-AMT is a edit-item and edited items can not be used in arthmetic operations.Thanks,Kotireddy k ...
Latest Answer: Hi Lavanya,Why don't you try before answering any question??Readers should not confused by your answers. Answer given by Poonam is absolutely correct!!! ...
Latest Answer: CONFIGURATION SECTION comes under ENVIRONMENT DIVISION ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top