Answered Questions

  • How to restart a job from the step of a cataloged procedure?

    haiardhan

    • Sep 30th, 2008

    In environment division1) input - output section.2) configuration section.In data division1) File section.2) working-storage section.3) linkage section.4) report section.5) screen section.6) local-storage section.

    gopu

    • Jan 4th, 2007

    For Eg :-A job is having 5 steps //------ job card--------                       &nbs...

  • what is the difference between static call and dynamic call?

    Kathir

    • Jul 1st, 2017

    Static Call: Sub programs compiled version of code is embedded with main program so if compile sub program with modified changes then main program is also being compiled. Dynamic Call:Sub programs ve...

    Maria

    • Jun 16th, 2015

    We can identify whether the call is static or dynamic by seeing the CALL structure. Static Call: we refer the program name in the CALL statement. e.g. CALL PGM1 Dynamic call : we use one WS variabl...

  • Explain the process of resolving soc4& soc7 errors?

    NJ

    • Aug 7th, 2016

    Could you please elaborate more on how to check error record and skip for SOC7. Is there quick solution to skip these records

    gurukanth

    • Sep 4th, 2015

    Hi Srinivasulu. you are right. Also, you can find the error record. you can get the error record from ABENDAID. Search for Current record in ABENDAID and locate that record in Input file. In productio...

  • Can Redefines clause be used at 01 level ?

    Ramesh

    • Jun 16th, 2012

    Yes...You can define redefines clause at all levels except 66 and 88 in working-storage section....where as in file section we cant redefine at 01 level..other than this you can...and you cant redefine at occurs clause level...

    PKK

    • Dec 9th, 2011

    The REDEFINES clause can be used when the two data items have the same level number. The exceptions are when the special purpose 66 or 88 level numbers are used and when the level number is at 01 in t...