Is there any macro availble to outpur spec

 
Parents
  • [QUOTE=pvaladares;91505]You can try something similar to this:


    var !SPEC collect all (SPEC) for ce
    !folder = 'C:\PDMS\'
    do !x from 1 to !SPEC.size()
       $!SPEC[$!x]
       !outputSpec = '/' + !folder + !x.string() + '.txt'
       $P $!outputSpec
       file $!outputSpec
       output ce
       term    
    enddo


    Thank u very much for quick reply.

    Actually I want output as specon output which is different from dblisting.
Reply
  • [QUOTE=pvaladares;91505]You can try something similar to this:


    var !SPEC collect all (SPEC) for ce
    !folder = 'C:\PDMS\'
    do !x from 1 to !SPEC.size()
       $!SPEC[$!x]
       !outputSpec = '/' + !folder + !x.string() + '.txt'
       $P $!outputSpec
       file $!outputSpec
       output ce
       term    
    enddo


    Thank u very much for quick reply.

    Actually I want output as specon output which is different from dblisting.
Children
No Data