Problem with call > No active module found



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

Re: Problem with call > No active module found

Postby Dashimir » Fri Dec 28, 2012 6:01 pm

RECFM=FB,LRECL=150 where do i place those comands ? :S
Dashimir
 
Posts: 42
Joined: Wed Dec 26, 2012 7:27 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Problem with call > No active module found

Postby steve-myers » Fri Dec 28, 2012 6:45 pm

Dashimir wrote:RECFM=FB,LRECL=150 where do i place those comands ? :S
  • This is discussed in MVS JCL Reference and MVS JCL User's Guide for your z/OS release. Read the Fine Manual, or as we often say here, RTFM!
  • These are not "commands." They are parameters in a JCL statement. Use the correct terminology.
  • This is really a new topic. Start a new topic when you have a new question!
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Problem with call > No active module found

Postby Dashimir » Fri Dec 28, 2012 6:56 pm

Thank you for the help i will read those links. I fixed by copying another file witch had the right lenght and type.
Dashimir
 
Posts: 42
Joined: Wed Dec 26, 2012 7:27 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Problem with call > No active module found

Postby enrico-sorichetti » Fri Dec 28, 2012 7:51 pm

just copying things around, without understanding why and what You are doing is just a waste of time.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Problem with call > No active module found

Postby dick scherrer » Fri Dec 28, 2012 8:26 pm

Hello,

There is an incredible amount of mis-communication from Dashimir. Almost everything posted is inconsistent.

I want to edit or resent the file with the format fb and lenght 150 but i dont know how
Only if the data matches these attributes.

How did you get the data into a file on the maniframe? What created the data on the remote system to be uploaded to the mainframe? Why do you believe deleting the file and resending it would help? You need to determine exactly what is in the input file and define the file accordingly in your code.

If you are sending the file via FTP, one thing that often helps is to pre-allocate the target file with the needed attributes on the mainframe and then upload knto this pre-allocated file.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Problem with call > No active module found

Postby NicC » Sat Dec 29, 2012 5:38 pm

We started off with a program error caused by a file open error caused by a file with incorect DCB attributes (or a program with incorrect DCB attributes) many requests for how the file is being received (note: not the received DCB attributes) blah blah blah. I think time to lock the topic as it has wandered. The cause of the original error has been found wha is causing the mismatch between actual DCB attributes and expected attributes is another topic.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Previous

Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post