Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ramanaefds

    Insertion

    Hi Please let me know the procedure for insertion of one column contains multiple values in a table? For Example Table T1 Contains 3 columns namely Col1, Col2, Col3 and Col3 may contain multiple values. In this case how to insert the col 3 values in table T1 Col 1 Col2 Col3 AC10 01...
  2. ramanaefds

    How to do dump analysis for S0C7 abend?

    Hi, I didn't compile my program with test(sym) option, If I put this I will get the exact record which is giving the SOC7. I tried this one. Suppose If I am not put this option, how to trace the record from dump, Glenn could you please explain in detail if possible because I am new to assembler...
  3. ramanaefds

    How to do dump analysis for S0C7 abend?

    Hi, How to find out the record contains invalid data causes an soc7 abend from Registers ( saved registers in dump)? For example input file contains 9 records, but due to some invalid data in one of the 9 records, the program got abend with SOC7. So how to find out the the record which is...
  4. ramanaefds

    Difference between 24 Bit mode and 31 Bit Mode

    Hi, I want to know the details about AMODE and RMODE differences and where we have to use this options. Please let me know these details. Thanks Ram.
  5. ramanaefds

    Converting the Calls through compile JCL

    Hi, 1)Suppose Program A calls Program B through static call,I can convert this to dynamic thur compile jcl option DYNAM. So During run time I have to supply the load module of the program B. Please let me know if this statement is wrong. 2) Suppose Program A calls Program B thru Dynamically...
  6. ramanaefds

    Difference Between exit program and goback

    Hi, Please let me know if any major difference is there between exit program and goback apart from the below. Exit program means must be coded in subrountine and control returns back to the calling program. GOBACK can be code in subroutine as well as in mainprogram. If We code in mainprogram...

Part and Inventory Search

Back
Top