Operator

Save the changes in VIEW mode It must have often happened with you that  you were making changes to a memberand once you try to save it, MVS prompts you that you are in the VIEW modeand you can’t save the changes.Personally speaking this has happened with me couple of times and it really was

Read More »

SQL CODE -904

SQL code of -904 is unsucessful execution of a DB2 query due to an unavailable resource. The name, type of resource unavailable and the reason is also provided by DB2. When does Sql code -904 comes? Sqlcode -904 can come if the sql statement tries to query a resource which is unavailable at the time

SQL CODE -904 Read More »

Difference Between Catalog and Instream Procs

Difference Between Catalog and Instream Procs CATALOG PROC INSTREAM PROC 1) Catalog procs are members of proclib.                                  2) PROC statement is optional  for catalog procs.                 3) PEND cannot appear in a   catalog proc.                           4) EXEC statement using PROC can be coded anywhere in the JCL after JOB statement.     1) Instream proc

Difference Between Catalog and Instream Procs Read More »