can any one help -s806

Answer Posted / jagan

A small correction . This error will occur when load module
is not present in the specified load library mentioned in
the jcl.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that uses move corresponding.

666


Why occurs cannot be used in 01 level in COBOL?

707


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

705


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2091


What is the Purpose of POINTER Phrase in STRING command in COBOL?

711






I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10544


How to remove 2 duplicate records and copy only one using job control language?

731


example for sub strings ? and refernce modifications whit output pls

1835


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

633


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6796


State the various causes of s0c1, s0c5 and s0c7.

656


In COBOL programming, what is PERFORM? What is VARYING?

666


) how do u code after getting data?

1575


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5049


Write a program to enter and display the names of students in a class using the occurs clause.

642