in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answers were Sorted based on User's Feedback
Answer / kiran
i think it will be s806...ie load module not found
| Is This Answer Correct ? | 13 Yes | 0 No |
can anyone explain me the concept of COMP-4 PLEASE??
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
can we use 77 level no for Redefines?if we use give an example?
Can we use redefine clause in occurs clause?
In INITIALIZE what is Repalcing Word will do
what happens of we dont give time stamp in precompilation process
What is the difference between Perform para and perform asaection in cobol?
How can you display the SPOOL information ?
What is the file organization clause ?
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?