On Thu, Dec 16, 2021 at 06:12 PM, Dave Wade wrote:
$JOB WATFIV has the job card
MYW5PROG WATFIV (or FORTRAN) has the data
$ENTRY has the $ENTRY CARD
MYW5DATA WATFIV has the data
$STOP WATFIV has the $STOP card
?
Any thoughts?
The syntax for WATFIV job stream, one with multiple jobs/programs in one CMS file.
Ready; T=0.08/0.11 02:22:53
watfiv hello
Ready(00003); T=0.02/0.03 02:23:00
l hello * a ( date
Filename Filetype Fm? Format??? Recs Blocks???? Date??? Time
HELLO??? FORTRAN? A1? F??? 80??? 149???? 15? 12/17/21??? 2:16
HELLO??? LISTING? A1? F?? 133??? 206???? 35? 12/17/21??? 2:23
Ready; T=0.01/0.01 02:23:14and I tested this and it works, is as follows.
$JOBFirst Fortran program$ENTRYData for first program$JOBSecond Fortan program$ENTRYData for second program$JOB.... and this continues until you run out of programs, and then you$STOP
I Hope This Helps.
?... Mark S.